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