about summary refs log tree commit diff
path: root/tests/crashes/135720.rs
blob: ee85bc4b66a1a070de052ee9424566b113cf9b3d (plain)
1
2
3
4
//@ known-bug: #135720
#![feature(generic_const_exprs)]
type S<'l> = [i32; A];
fn lint_me(x: S<()>) {}