Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
ui
/
resolve
/
issue-3021-c.rs
blob: bd21d1244235d9ded8db8aafd5a881851295ea63 [
file
] [
log
] [
blame
]
fn
siphash
<
T
>()
{
trait
U
{
fn
g
(&
self
,
x
:
T
)
->
T
;
//~ ERROR can't use generic parameters from outer item
//~^ ERROR can't use generic parameters from outer item
}
}
fn
main
()
{}