Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-unsized_tuple_coercion.rs
blob: c1469863792755583cfbd86f540c4d2d9564d7a1 [
file
] [
log
] [
blame
]
fn
main
()
{
let
_
:
&(
dyn
Send
,)
=
&((),);
//~^ ERROR mismatched types [E0308]
}