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