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