Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
box
/
unit
/
unique-init.rs
blob: ad2390c2ca01bd9113936e171608b2782b9771bc [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ pretty-expanded FIXME #23616
pub
fn
main
()
{
let
_i
:
Box
<
_
>
=
Box
::
new
(
100
);
}