rust/tests/ui/error-codes/E0608.rs

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

4 lines
42 B
Rust
Raw Normal View History

2017-06-09 17:05:14 +00:00
fn main() {
0u8[2]; //~ ERROR E0608
}