Sign in
android
/
toolchain
/
rustc
/
bcf972c0208490b0eb3ce3c170c2db486ba945b3
/
.
/
src
/
test
/
ui
/
const-generics
/
apit-with-const-param.rs
blob: 2a04dc313e9b2e56c96936fa29e612b02cf9e584 [
file
] [
log
] [
blame
]
// check-pass
trait
Trait
{}
fn
f
<
const
N
:
usize
>(
_
:
impl
Trait
)
{}
fn
main
()
{}