]> git.lizzy.rs Git - rust.git/blob - src/test/ui/codemap_tests/tab.rs
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
[rust.git] / src / test / 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 }