Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
diagnostic-width
/
whitespace-trimming-2.rs
blob: c68f678aab3495a7dcc4cd6fc7f9c627a96326bf [
file
] [
log
] [
blame
]
// ignore-tidy-linelength
fn
foo
()
->
usize
{
()
//~^ ERROR mismatched types
}
fn
main
()
{}