Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
crashes
/
136138.rs
blob: c3893dc9c8e6761f24ab29f3c1ff7e309353b6d6 [
file
] [
log
] [
blame
]
//@ known-bug: #136138
#![
feature
(
min_generic_const_args
)]
struct
U
;
struct
S
<
const
N
:
U
>()
where
S
<{
U
}>:;
fn
main
()
{}