Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/stable
/
.
/
tests
/
ui
/
lint
/
lint-forbid-cmdline-1.rs
blob: 19a8f825f57d0a3ba02d9c8bffa306c0b165e5c8 [
file
] [
edit
]
//@ compile-flags: -F deprecated
#[
allow
(
deprecated
)]
//~ ERROR allow(deprecated) incompatible with previous forbid [E0453]
fn
main
()
{
}