summaryrefslogtreecommitdiffstats
path: root/src/test/ui/deprecation/invalid-literal.rs
blob: fbdfbd1600d7a3eedd987731c03859316a363d75 (plain)
1
2
3
4
#[deprecated = b"test"] //~ ERROR malformed `deprecated` attribute
fn foo() {}

fn main() {}