about summary refs log tree commit diff
path: root/tests/crashes/140275.rs
blob: 5ea04af0c8e0ce786e59aca93fa89a31eaef888c (plain)
1
2
3
4
5
//@ known-bug: #140275
#![feature(generic_const_exprs)]
trait T{}
trait V{}
impl<const N: i32> T for [i32; N::<&mut V>] {}