Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lint
/
bad-lint-cap3.rs
blob: c0c45a21421bc3bfb218187fc55145cd7e3dadc3 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
//@ compile-flags: --cap-lints warn
#![
warn
(
unused
)]
#![
deny
(
warnings
)]
use
std
::
option
;
//~ WARN
fn
main
()
{}