mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-03 20:44:41 +00:00
5 lines
93 B
Rust
5 lines
93 B
Rust
#[deprecated = b"test"] //~ ERROR malformed `deprecated` attribute
|
|
fn foo() {}
|
|
|
|
fn main() {}
|