Sign in
rust
/
rust
/
7253b2ba610be3cfdfd391de9af8ec461a2dee27
/
.
/
tests
/
ui
/
codemap_tests
/
tab.rs
blob: b7ead79050cfeaccb90103ffca8c9ae8eece7c50 [
file
]
// ignore-tidy-file-tab
fn
main
()
{
bar
;
//~ ERROR cannot find value `bar`
}
fn
foo
()
{
"bar boo"
//~ ERROR mismatched types
}