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