This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-05-31 13:40:15 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
42e3a8ef77d75cdd0abf4f0729082a112beefb67
rust
/
tests
/
data
/
parser
/
inline
/
0051_method_call_expr.rs
T
Aleksey Kladov
ed96926df7
methods with type params
2018-08-05 16:15:40 +03:00
5 lines
49 B
Rust
Raw
Blame
History
fn
foo
(
)
{
x
.
foo
(
)
;
y
.
bar
::
<
T
>
(
1
,
2
,
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink