mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-23 14:48:25 +00:00
8 lines
143 B
Rust
8 lines
143 B
Rust
#![forbid(deprecated)]
|
|
|
|
#[allow(deprecated)]
|
|
//~^ ERROR allow(deprecated) incompatible
|
|
//~| ERROR allow(deprecated) incompatible
|
|
fn main() {
|
|
}
|