This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-12-02 19:53:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
943b97c3ae
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