Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
allow-non-lint-warnings.rs
blob: f8f5a78ebff262c9b2abe5299ef31ffab1bcce10 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: -Awarnings
//@ check-pass
#[
derive
()]
#[
derive
(
Copy
,
Clone
)]
pub
struct
Foo
;
pub
fn
main
()
{}