mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 15:06:20 +00:00
6 lines
116 B
Rust
6 lines
116 B
Rust
// deprecated doesn't currently support literals
|
|
#[deprecated("since")] //~ ERROR E0565
|
|
fn f() { }
|
|
|
|
fn main() { }
|