Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
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
()
{
}