Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
test
/
ui
/
consts
/
const-eval
/
issue-52442.rs
blob: 159b48d42b6c69e50fc146865244fbb3101ee721 [
file
] [
log
] [
blame
]
fn
main
()
{
[();
{
&
loop
{
break
}
as
*
const
_
as
usize
}
];
//~^ ERROR casting pointers to integers in constants is unstable
}