rust/src/test/ui/codemap_tests/tab.rs
2018-12-25 21:08:33 -07:00

9 lines
128 B
Rust

// ignore-tidy-tab
fn main() {
bar; //~ ERROR cannot find value `bar`
}
fn foo() {
"bar boo" //~ ERROR mismatched types
}