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
2025-05-02 04:57:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
453b51a65a
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 19:47:55 +00:00
#[
macro_export
]
macro_rules
!
macro_one
{
(
)
=
>
(
"
one
"
)
}
use the *adjusted* callee type in effect checking Fixes #28776
2015-10-01 13:06:50 +00:00
Move compile-fail tests with NOTE/HELP annotations to UI
2017-12-10 19:47:55 +00:00
#[
macro_export
]
macro_rules
!
macro_two
{
(
)
=
>
(
"
two
"
)
}
Reference in New Issue
Copy Permalink