rust/tests/crashes/135720.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
103 B
Rust
Raw Normal View History

2025-01-25 22:30:38 +01:00
//@ known-bug: #135720
#![feature(generic_const_exprs)]
type S<'l> = [i32; A];
fn lint_me(x: S<()>) {}