os-rust/tests/ui/error-codes/E0604.rs

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

4 lines
48 B
Rust
Raw Normal View History

2017-06-07 20:58:09 +02:00
fn main() {
1u32 as char; //~ ERROR E0604
}