rust/src/test/ui/deprecation/invalid-literal.rs

5 lines
90 B
Rust
Raw Normal View History

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