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