summaryrefslogtreecommitdiffstats
path: root/src/test/ui/codemap_tests/tab.rs
blob: 64569f2e72b1efac0dda1ea40e9fed60f5ffc992 (plain)
1
2
3
4
5
6
7
8
9
// ignore-tidy-tab

fn main() {
	bar; //~ ERROR cannot find value `bar`
}

fn foo() {
	"bar			boo" //~ ERROR mismatched types
}