]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-path-prelude-fail-4.rs
Auto merge of #53517 - phungleson:fix-impl-from-for-error, r=frewsxcv
[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() {}