Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-test_unstable_lint.rs
blob: 8bae9ff32b4c38df76cce36b6f3bd36f1188729d [
file
] [
log
] [
blame
]
//@ check-pass
// `test_unstable_lint` is for testing and should never be stabilized.
#![
allow
(
test_unstable_lint
)]
//~^ WARNING unknown lint: `test_unstable_lint`
fn
main
()
{}