Files
rust/tests/ui/attributes/extented-attribute-macro-error.stderr
T
Jonathan Brouwer de48ea79af Update uitests
2026-03-17 17:30:56 +01:00

9 lines
236 B
Plaintext

error: couldn't read the file
--> $DIR/extented-attribute-macro-error.rs:3:10
|
LL | #![doc = include_str!("../not_existing_file.md")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error