]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro-path-prelude-fail-4.rs
Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser
[rust.git] / tests / ui / macros / macro-path-prelude-fail-4.rs
1 #[derive(inline)] //~ ERROR expected derive macro, found built-in attribute `inline`
2 struct S;
3
4 fn main() {}