Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
const-generics
/
apit-with-const-param.rs
blob: 30c27f3db51ca8a5d40623dc703561437db46853 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
trait
Trait
{}
fn
f
<
const
N
:
usize
>(
_
:
impl
Trait
)
{}
fn
main
()
{}