Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
lint
/
lint-forbid-cmdline.rs
blob: 8a4eb449d3c8ad9e40dcca0d6df2cbd86738dcba [
file
] [
log
] [
blame
]
//@ compile-flags: -F deprecated
#[
allow
(
deprecated
)]
//~ ERROR allow(deprecated) incompatible
fn
main
()
{
}