rust/tests/ui/macros/auxiliary/deprecated-macros.rs
2023-01-11 09:32:08 +00:00

4 lines
116 B
Rust

#[deprecated(since = "1.0.0", note = "deprecation note")]
#[macro_export]
macro_rules! deprecated_macro{ () => () }