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