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
8f21afacfc981e93f2ad78cd340e9b6c0e821d92
rust
/
tests
/
data
/
parser
/
inline
/
0086_array_expr.rs
T
Aleksey Kladov
60ba52b3e0
for && array
2018-08-05 18:24:56 +03:00
7 lines
55 B
Rust
Raw
Blame
History
fn
foo
(
)
{
[
]
;
[
1
]
;
[
1
,
2
,
]
;
[
1
;
2
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink