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