]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-path-prelude-fail-4.rs
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
[rust.git] / src / test / 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() {}