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
df5c2cf9bc
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 14:12:02 -05:00
#![
allow(unused_macros)
]
Tweak unstable diagnostic output
2019-04-10 18:40:12 -05:00
macro
m
(
)
{
}
//~ ERROR `macro` is experimental
Add tests.
2017-03-24 21:37:55 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink