Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
crashes
/
138088.rs
blob: 25496d804fef736e320c997d56c4de50ed489a6f [
file
] [
log
] [
blame
]
//@ known-bug: #138088
#![
feature
(
min_generic_const_args
)]
trait
Bar
{
fn
x
(&
self
)
->
[
i32
;
Bar
::
x
];
}