rust/src/test/rustdoc-js/primitive.rs
2021-02-01 15:56:51 +01:00

5 lines
125 B
Rust

pub fn foo(i: i32) -> &'static str {
"hello"
}
pub fn foo2<TotoIsSomewhere>(i: &TotoIsSomewhere, j: TotoIsSomewhere) {}