about summary refs log tree commit diff
path: root/tests/crashes/123629.rs
blob: 615323218067d8d0a24971be807f3b04a3849d4c (plain)
1
2
3
4
5
6
7
8
9
10
//@ known-bug: #123629
#![feature(generic_assert)]

fn foo()
where
    for<const N: usize = { assert!(u) }> ():,
{
}

fn main() {}