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
1
Packages
Projects
Releases
Wiki
Activity
Files
55b6f649024b372af901b3412a6d36c4284ccf3d
rust
/
tests
/
ui
/
feature-gates
/
feature-gate-decl_macro.rs
6 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix a test and address review comment
2017-05-31 21:12:02 +02:00
#![
allow(unused_macros)
]
Tweak unstable diagnostic output
2019-04-10 16:40:12 -07:00
macro
m
(
)
{
}
//~ ERROR `macro` is experimental
Add tests.
2017-03-25 02:37:55 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink