mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-23 00:32:54 +00:00
7 lines
172 B
Rust
7 lines
172 B
Rust
// compile-flags: -F deprecated
|
|
|
|
#[allow(deprecated)] //~ ERROR allow(deprecated) incompatible
|
|
//~| ERROR allow(deprecated) incompatible
|
|
fn main() {
|
|
}
|