]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/issue-36530.stderr
Add 'compiler/rustc_smir/' from commit '9abcb5c7b574cf316eb23d3f469187bb86ba3019'
[rust.git] / src / test / ui / span / issue-36530.stderr
1 error[E0658]: custom inner attributes are unstable
2   --> $DIR/issue-36530.rs:9:8
3    |
4 LL |     #![foo]
5    |        ^^^
6    |
7    = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information
8    = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0658`.