Files
rust/tests/ui/attributes/z-crate-attr/inner-attr.stderr

9 lines
162 B
Plaintext
Raw Normal View History

2025-03-10 23:25:22 -04:00
error: expected identifier, found `#`
--> <crate attribute>:1:1
|
LL | #![feature(foo)]
| ^ expected identifier
error: aborting due to 1 previous error