Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
lint
/
lint-forbid-cmdline.rs
blob: 5246ccb57a67a08d77c04687b5fe4aafe740cbac [
file
] [
log
] [
blame
]
// compile-flags: -F deprecated
#[
allow
(
deprecated
)]
//~ ERROR allow(deprecated) incompatible
//~| ERROR allow(deprecated) incompatible
fn
main
()
{
}