Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
generics
/
auxiliary
/
foreign-generic-mismatch.rs
blob: d89c1e036887a02cfe65372d5153d6ce1190ba94 [
file
] [
log
] [
blame
]
pub
fn
const_arg
<
const
N
:
usize
,
T
>()
{}
pub
fn
lt_arg
<
'a: '
a
>()
{}