rust/tests/crashes/138088.rs

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

6 lines
107 B
Rust
Raw Normal View History

2025-03-07 23:17:25 +01:00
//@ known-bug: #138088
#![feature(min_generic_const_args)]
trait Bar {
fn x(&self) -> [i32; Bar::x];
}