Sign in
◑
Theme
rust
/
rust
/
cdfa29797d09d9622fd32cc85c65ea9309ea46df
/
.
/
tests
/
ui
/
sized
/
unsized-binding.rs
blob: ce6c15273764bd7088618014915bc947b4a898ad [
file
]
fn
main
()
{
let
x
=
*
""
;
//~ ERROR E0277
drop
(
x
);
drop
(
x
);
}