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