mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-11 16:15:03 +00:00
5 lines
93 B
Rust
5 lines
93 B
Rust
#[deprecated = b"test"] //~ ERROR malformed `deprecated` attribute
|
|
fn foo() {}
|
|
|
|
fn main() {}
|