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