rust/tests/ui/error-codes/E0565-2.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
133 B
Rust
Raw Normal View History

2018-10-09 09:55:07 -05:00
// repr currently doesn't support literals
#[deprecated(since = b"1.29", note = "hi")] //~ ERROR E0565
struct A { }
fn main() { }