Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
ui
/
macros
/
macro-path-prelude-fail-4.rs
blob: 283427b9acefed06708c98e5ef9265e7bb522556 [
file
] [
log
] [
blame
]
#[
derive
(
inline
)]
//~ ERROR expected a macro, found built-in attribute
struct
S
;
fn
main
()
{}