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
2
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
test-attrs
/
auxiliary
/
test_macro.rs
5 lines
52 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix #[test] shadowing in macro_prelude
2018-08-30 13:39:32 -07:00
#[
macro_export
]
macro_rules
!
test
{
(
)
=
>
{
}
;
Document #[test_case] and #![test_runner]
2018-08-30 13:40:33 -07:00
}
Reference in New Issue
Copy Permalink