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