This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
a80c07bdffc8aa9e1645339c004c12c94e60e402
rust
/
crates
/
libsyntax2
/
tests
/
data
/
parser
/
inline
/
0086_array_expr.rs
Aleksey Kladov
7c67612b8a
organizize
2018-08-10 22:33:29 +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