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