]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper
authorMazdak Farrokhzad <twingoow@gmail.com>
Sun, 7 Jul 2019 15:00:17 +0000 (17:00 +0200)
committerGitHub <noreply@github.com>
Sun, 7 Jul 2019 15:00:17 +0000 (17:00 +0200)
Support stability and deprecation checking for all macros

RELNOTES: Deprecation attributes on macros now have effect.

Fixes https://github.com/rust-lang/rust/issues/34079
Fixes https://github.com/rust-lang/rust/issues/49912
Unblocks https://github.com/rust-lang/rust/pull/62086
Unblocks https://github.com/rust-lang/rust/pull/61000


Trivial merge