]> git.proxmox.com Git - rustc.git/blame - src/test/run-pass/macros/auxiliary/unstable-macros.rs
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / run-pass / macros / auxiliary / unstable-macros.rs
CommitLineData
0531ce1d 1#![feature(staged_api)]
b7449926 2#![stable(feature = "unit_test", since = "1.0.0")]
0531ce1d
XL
3
4#[unstable(feature = "unstable_macros", issue = "0")]
5#[macro_export]
6macro_rules! unstable_macro{ () => () }