Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
codemap_tests
/
tab.rs
blob: b7ead79050cfeaccb90103ffca8c9ae8eece7c50 [
file
] [
edit
]
// ignore-tidy-file-tab
fn
main
()
{
bar
;
//~ ERROR cannot find value `bar`
}
fn
foo
()
{
"bar boo"
//~ ERROR mismatched types
}