Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
empty-allocation-rvalue-non-null.rs
blob: 2f5a5c4bbc6db0dcbf63a8b0d13960b6aadb0397 [
file
] [
log
] [
blame
]
// run-pass
#![
allow
(
unused_variables
)]
// pretty-expanded FIXME #23616
pub
fn
main
()
{
let
x
=
*
Box
::
new
(());
}