mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-16 05:28:38 +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() {
|
|
}
|