Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
error-codes
/
E0602.rs
blob: 1849fd2d895cf4267bebbfb407bc75f8ebd099e8 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags:-D bogus
//@ check-pass
//@ error-pattern:E0602
//@ error-pattern:requested on the command line with `-D bogus`
//@ error-pattern:`#[warn(unknown_lints)]` on by default
fn
main
()
{}