mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-03 00:26:12 +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{ () => () }
|