]> git.lizzy.rs Git - rust.git/commit
Enable deprecation lint on crate-local items
authorAaron Turon <aturon@mozilla.com>
Mon, 11 Aug 2014 23:39:34 +0000 (16:39 -0700)
committerAaron Turon <aturon@mozilla.com>
Tue, 12 Aug 2014 20:07:12 +0000 (13:07 -0700)
commit0b5204f55efd9e25425055264d44f28501c0439b
treebebd32c37cd8f210d44e9fef0b72d30b876fc205
parente2273d945640442224a09e532865e4a58257a851
Enable deprecation lint on crate-local items

Previously the lint considered cross-crate items only. That's
appropriate for unstable and experimental levels, but not for
deprecation.

Closes #16409

Due to deny(deprecation), this is a:

[breaking-change]
src/librustc/lint/builtin.rs
src/test/compile-fail/lint-stability.rs