This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
53647845b9
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
(
)
{
}
Copy permalink