]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-path-prelude-fail-4.rs
Rollup merge of #53506 - phungleson:fix-from-docs-atomic, r=KodrAus
[rust.git] / src / test / ui / macros / macro-path-prelude-fail-4.rs
1 #[derive(inline)] //~ ERROR expected a macro, found built-in attribute
2 struct S;
3
4 fn main() {}