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

10 lines
128 B
Rust
Raw Normal View History

// ignore-tidy-tab
2016-08-16 16:52:30 +09:00
fn main() {
2017-11-20 13:13:27 +01:00
bar; //~ ERROR cannot find value `bar`
}
fn foo() {
2017-11-20 13:13:27 +01:00
"bar boo" //~ ERROR mismatched types
}