mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 15:13:48 +00:00
6 lines
109 B
Rust
6 lines
109 B
Rust
// compile-flags: -F deprecated
|
|
|
|
#[allow(deprecated)] //~ ERROR allow(deprecated) incompatible
|
|
fn main() {
|
|
}
|