Sign in
rust
/
rust
/
6bbf64e1dd5ffa08facdd3a0d33178faebca1825
/
.
/
tests
/
crashes
/
94846.rs
blob: 9a3b26621d98843ea29f5f398624763747c932c9 [
file
]
//@ known-bug: #94846
#![
feature
(
generic_const_exprs
)]
struct
S
<
const
C
:()
=
{}>()
where S
<{}>:;
pub
fn
main
()
{}