rust/tests/ui/attributes/z-crate-attr/multiple.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
177 B
Text
Raw Normal View History

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