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