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
f2f6bcc499
rust
/
tests
/
ui
/
macros
/
auxiliary
/
two_macros.rs
6 lines
115 B
Rust
Raw
Normal View
History
Unescape
Escape
Move compile-fail tests with NOTE/HELP annotations to UI
2017-12-10 13:47:55 -06:00
#[
macro_export
]
macro_rules
!
macro_one
{
(
)
=
>
(
"
one
"
)
}
use the *adjusted* callee type in effect checking Fixes #28776
2015-10-01 08:06:50 -05:00
Move compile-fail tests with NOTE/HELP annotations to UI
2017-12-10 13:47:55 -06:00
#[
macro_export
]
macro_rules
!
macro_two
{
(
)
=
>
(
"
two
"
)
}
Reference in New Issue
Copy Permalink