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

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

5 lines
50 B
Rust
Raw Normal View History

2016-05-25 06:58:07 -05:00
type X = u32<i32>; //~ ERROR E0109
fn main() {
}