This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
8b36bc00a8
rust
/
tests
/
target
/
issue-3567.rs
rchaser53
bee1a32f26
add the handling for vec! with paren inside macro
2019-05-22 00:07:56 +09:00
3 lines
42 B
Rust
Raw
Blame
History
fn
check
(
)
{
vec!
[
vec!
(
0
;
10
)
;
10
]
;
}
Reference in a new issue
View git blame
Copy permalink