]> git.lizzy.rs Git - rust.git/blob - tests/ui/codemap_tests/tab.rs
Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum
[rust.git] / tests / ui / codemap_tests / tab.rs
1 // ignore-tidy-tab
2
3 fn main() {
4         bar; //~ ERROR cannot find value `bar`
5 }
6
7 fn foo() {
8         "bar                    boo" //~ ERROR mismatched types
9 }