Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
lint
/
lint-forbid-attr.rs
blob: 6d4cfd8342420f351b05f3fdc94a09652c8d67f1 [
file
] [
log
] [
blame
]
#![
forbid
(
deprecated
)]
#[
allow
(
deprecated
)]
//~^ ERROR allow(deprecated) incompatible
//~| ERROR allow(deprecated) incompatible
fn
main
()
{
}