Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lint
/
lint-forbid-attr.rs
blob: 270a379c2f848127e3b0d25794976b0d620dd227 [
file
] [
log
] [
blame
] [
edit
]
#![
forbid
(
deprecated
)]
#[
allow
(
deprecated
)]
//~^ ERROR allow(deprecated) incompatible
fn
main
()
{
}