]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js/primitive.rs
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / rustdoc-js / primitive.rs
1 pub fn foo(i: i32) -> &'static str {
2     "hello"
3 }
4
5 pub fn foo2<TotoIsSomewhere>(i: &TotoIsSomewhere, j: TotoIsSomewhere) {}