rust/tests/ui/codemap_tests/tab.rs

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 07:52:30 +00:00
fn main() {
2017-11-20 12:13:27 +00:00
bar; //~ ERROR cannot find value `bar`
}
fn foo() {
2017-11-20 12:13:27 +00:00
"bar boo" //~ ERROR mismatched types
}