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-06-06 12:18:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c5c05c2528
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 19:12:02 +00:00
#![
allow(unused_macros)
]
Tweak unstable diagnostic output
2019-04-10 23:40:12 +00: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