Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
crashes
/
94846.rs
blob: 9a3b26621d98843ea29f5f398624763747c932c9 [
file
] [
log
] [
blame
] [
edit
]
//@ known-bug: #94846
#![
feature
(
generic_const_exprs
)]
struct
S
<
const
C
:()
=
{}>()
where S
<{}>:;
pub
fn
main
()
{}