summaryrefslogtreecommitdiffstats
path: root/src/test/ui/error-codes/E0565-1.rs
blob: 30fba019199e378e4d7b54049b36296c6a4ca27c (plain)
1
2
3
4
5
// deprecated doesn't currently support literals
#[deprecated("since")] //~ ERROR E0565
fn f() {  }

fn main() {  }