Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
unpretty
/
box.stdout
blob: e3b9b9ac20715bb628cc513d4f30b3d3a7cf1344 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: -Zunpretty=hir
//@ check-pass
#![feature(stmt_expr_attributes, rustc_attrs)]
#[prelude_import]
use
::
std
::
prelude
::
rust_2015
::*;
#[macro_use]
extern
crate std
;
fn main
()
{
let
_
=
#[rustc_box]
Box
::
new
(
1
);
}