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
076916fe94
rust
/
tests
/
target
/
macro_not_expr.rs
8 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
Add test for a macro not containing an exprssion
2015-10-22 18:20:45 -05:00
macro_rules
!
test
{
Cargo fmt and update tests
2018-03-22 02:09:21 -05:00
(
$(
$t
:
tt
)
*
)
=
>
{
}
;
Add test for a macro not containing an exprssion
2015-10-22 18:20:45 -05:00
}
fn
main
(
)
{
test!
(
a
:
B
=
>
c
d
)
;
}
Reference in New Issue
Copy Permalink