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-10 01:05:14 +08:00
fn main() {
0u8[2]; //~ ERROR E0608
}