mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
4 lines
116 B
Rust
4 lines
116 B
Rust
#[deprecated(since = "1.0.0", note = "deprecation note")]
|
|
#[macro_export]
|
|
macro_rules! deprecated_macro{ () => () }
|