rust/tests/rustdoc-js/primitive.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
125 B
Rust
Raw Normal View History

2021-01-31 00:39:44 +08:00
pub fn foo(i: i32) -> &'static str {
"hello"
}
pub fn foo2<TotoIsSomewhere>(i: &TotoIsSomewhere, j: TotoIsSomewhere) {}