This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b944a32e5c
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
4 lines
42 B
Rust
Raw
Blame
History
fn
check
(
)
{
vec!
[
vec!
(
0
;
10
)
;
10
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink