Sign in
android
/
toolchain
/
rustc
/
b1d328019a485dc2e58d5dc46556067c927ec9f2
/
.
/
src
/
test
/
ui
/
diagnostic-width
/
whitespace-trimming.rs
blob: f747bcf17e0b427992a72926029dba912cd0b181 [
file
] [
log
] [
blame
]
// ignore-tidy-linelength
fn
main
()
{
let
_
:
()
=
42
;
//~^ ERROR mismatched types
}