Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
ui
/
feature-gates
/
feature-gate-unsized_tuple_coercion.rs
blob: c3d62a231e5e4f21441017e67a146cef181bf47c [
file
] [
log
] [
blame
]
fn
main
()
{
let
_
:
&(
dyn
Send
,)
=
&((),);
//~^ ERROR unsized tuple coercion is not stable enough
}