Sign in
◑
Theme
rust
/
rust
/
fc017dd1760fec2b02b2f3db0375bda58fbb608a
/
.
/
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
}