Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
rustdoc-js
/
primitive.rs
blob: 2b30ccf15203eb42b720a354ebcc35df6e2e6c88 [
file
] [
log
] [
blame
]
pub
fn
foo
(
i
:
i32
)
->
&
'
static
str
{
"hello"
}
pub
fn
foo2
<
TotoIsSomewhere
>(
i
:
&
TotoIsSomewhere
,
j
:
TotoIsSomewhere
)
{}