Sign in
fuchsia
/
third_party
/
rust
/
972fef232ec0dd7a3f42091aa6f36cd68aeb3eef
/
.
/
tests
/
ui
/
const-generics
/
apit-with-const-param.rs
blob: 30c27f3db51ca8a5d40623dc703561437db46853 [
file
] [
log
] [
blame
]
//@ check-pass
trait
Trait
{}
fn
f
<
const
N
:
usize
>(
_
:
impl
Trait
)
{}
fn
main
()
{}