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-08 02:58:09 +08:00
fn main() {
1u32 as char; //~ ERROR E0604
}