]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #51681 - varkor:rustc_deprecated-future-deprecation, r=petrochenkov
authorbors <bors@rust-lang.org>
Fri, 22 Jun 2018 19:55:30 +0000 (19:55 +0000)
committerbors <bors@rust-lang.org>
Fri, 22 Jun 2018 19:55:30 +0000 (19:55 +0000)
Support future deprecation for rustc_deprecated

Follow-up to #49179 to allow `since` parameters to be set to future versions of Rust and correspondingly to not be treated as deprecated until that version. This is required for #30459 to be completed (though we'll need to wait until this hits beta).


Trivial merge