index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
const-generics
/
apit-with-const-param.rs
blob: 2a04dc313e9b2e56c96936fa29e612b02cf9e584 (
plain
)
1
2
3
4
5
6
7
// check-pass trait Trait {} fn f<const N: usize>(_: impl Trait) {} fn main() {}