Sign in
fuchsia
/
third_party
/
rust
/
65cb5deedb30773e8f3c76acc45eafbf3f0081a9
/
.
/
tests
/
crashes
/
125881.rs
blob: a38f1891b61d91820cbbb27be51cbd64bfce80f3 [
file
] [
log
] [
blame
]
//@ known-bug: rust-lang/rust#125881
#![
crate_type
=
"lib"
]
#![
feature
(
transmutability
)]
#![
feature
(
unboxed_closures
,
effects
)]
const
fn
test
()
->
impl
std
::
mem
::
TransmuteFrom
()
{
||
{}
}