summaryrefslogtreecommitdiffstats
path: root/src/test/ui/error-codes/E0565-2.rs
blob: 0319ecb11f9e6d3945c980d7040f3c82bb9aef17 (plain)
1
2
3
4
5
// repr currently doesn't support literals
#[deprecated(since = b"1.29", note = "hi")] //~ ERROR E0565
struct A {  }

fn main() {  }