mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 23:22:30 +00:00
6 lines
110 B
Rust
6 lines
110 B
Rust
//@ compile-flags: -F deprecated
|
|
|
|
#[allow(deprecated)] //~ ERROR allow(deprecated) incompatible
|
|
fn main() {
|
|
}
|