rust/tests/ui/issues/issue-14091.rs

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

5 lines
63 B
Rust
Raw Normal View History

2018-07-15 21:11:54 +00:00
fn main(){
assert!(1,1);
//~^ ERROR mismatched types
}