Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
macros
/
auxiliary
/
deprecated-macros.rs
blob: 657a7252a36ded1ebfd4c5c319e83a846515eedf [
file
] [
log
] [
blame
]
#[
deprecated
(
since
=
"1.0.0"
,
note
=
"deprecation note"
)]
#[
macro_export
]
macro_rules
!
deprecated_macro
{
()
=>
()
}