Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
macros
/
macro-path-prelude-fail-4.rs
blob: 0f93fcdaa5f5709ffe0d491ed40c6d1abfb1dad9 [
file
] [
log
] [
blame
] [
edit
]
#[
derive
(
inline
)]
//~ ERROR expected derive macro, found built-in attribute `inline`
struct
S
;
fn
main
()
{}