Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
ui
/
derives
/
deriving-meta-empty-trait-list.rs
blob: 882484146152da358edf97d419aa5d4d7387020a [
file
] [
log
] [
blame
]
// compile-pass
#[
derive
()]
//~ WARNING empty trait list in `derive`
struct
Bar
;
pub
fn
main
()
{}