Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
const-generics
/
issues
/
issue-70167.rs
blob: 4037bd67a282bbf62523b8dc6aa0c76776897abb [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
pub
trait
Trait
<
const
N
:
usize
>:
From
<<
Self
as
Trait
<
N
>>::
Item
>
{
type
Item
;
}
fn
main
()
{}