rust/tests/ui/attributes/extented-attribute-macro-error.stderr
Guillaume Gomez 4936973d49 Fix ui tests
2025-12-10 12:28:05 +01:00

14 lines
443 B
Text

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