Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lint
/
bad-lint-cap.rs
blob: aab3f723796d69c9cae18c7c44513a9d7c0dec8d [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: --cap-lints test
//@ error-pattern: unknown lint level: `test`
fn
main
()
{}