]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-path-prelude-fail-4.rs
Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb
[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() {}