Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lint
/
lint-forbid-cmdline.rs
blob: 8a4eb449d3c8ad9e40dcca0d6df2cbd86738dcba [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: -F deprecated
#[
allow
(
deprecated
)]
//~ ERROR allow(deprecated) incompatible
fn
main
()
{
}