Sign in
rust
/
rust
/
ac0aff2115f92bd6f119f0df08d3bf0c4f8d259d
/
.
/
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
}