blob: 0e2c537f4730742a4f42a1f770e45343cca2f833 [file] [log] [blame]
// repr currently doesn't support literals
#[deprecated(since = b"1.29", note = "hi")] //~ ERROR E0539
struct A { }
fn main() { }