Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
lint
/
lint-cap.rs
blob: 461b923ccd47d881d766a276abb881419e3682c3 [
file
] [
log
] [
blame
]
// run-pass
// compile-flags: --cap-lints allow
#![
deny
(
warnings
)]
use
std
::
option
;
fn
main
()
{}