2018-02-24 21:11:06 -06:00
|
|
|
#![feature(staged_api)]
|
2018-07-24 12:24:12 -05:00
|
|
|
#![stable(feature = "unit_test", since = "1.0.0")]
|
2018-02-24 21:11:06 -06:00
|
|
|
|
|
|
|
#[unstable(feature = "unstable_macros", issue = "0")]
|
|
|
|
#[macro_export]
|
|
|
|
macro_rules! unstable_macro{ () => () }
|