blob: 30fba019199e378e4d7b54049b36296c6a4ca27c [file] [log] [blame]
// deprecated doesn't currently support literals
#[deprecated("since")] //~ ERROR E0565
fn f() { }
fn main() { }