Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
crashes
/
ice-9445.rs
blob: c67b22f6f8c47b01cdd713dd15bf2e805e6fcd9a [
file
] [
log
] [
blame
]
const
UNINIT
:
core
::
mem
::
MaybeUninit
<
core
::
cell
::
Cell
<&
'
static
()>>
=
core
::
mem
::
MaybeUninit
::
uninit
();
fn
main
()
{}