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