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 05:26:23 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eba1e8a334a707645701db48fddc61acad7b2dbc
rust
/
tests
/
data
/
parser
/
inline
/
0051_method_call_expr.rs
T
Aleksey Kladov
9f87c9a3f9
Field expr
2018-07-31 17:35:54 +03:00
5 lines
44 B
Rust
Raw
Blame
History
fn
foo
(
)
{
x
.
foo
(
)
;
y
.
bar
(
1
,
2
,
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink