summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js/primitive.rs
blob: 2b30ccf15203eb42b720a354ebcc35df6e2e6c88 (plain)
1
2
3
4
5
pub fn foo(i: i32) -> &'static str {
    "hello"
}

pub fn foo2<TotoIsSomewhere>(i: &TotoIsSomewhere, j: TotoIsSomewhere) {}