5 lines
90 B
Rust
5 lines
90 B
Rust
|
#[deprecated = b"test"] //~ ERROR attribute must be of the form
|
||
|
fn foo() {}
|
||
|
|
||
|
fn main() {}
|