about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorZack M. Davis <code@zackmdavis.net>2016-05-30 13:55:12 -0700
committerZack M. Davis <code@zackmdavis.net>2016-05-30 15:17:13 -0700
commit06c9e0f5f80d2a2bad9e7b90af73b8dc89f756c6 (patch)
tree4da9532b7e04994b9596b00dd20280046ea489a1 /src/rustllvm/RustWrapper.cpp
parentf3bfa313ecf557b9684568f6a2acd42cd67cc1bc (diff)
downloadrust-06c9e0f5f80d2a2bad9e7b90af73b8dc89f756c6.tar.gz
rust-06c9e0f5f80d2a2bad9e7b90af73b8dc89f756c6.zip
stable features lint warning mentions version stabilized
To accomplish this, we alter the checks in `rustc::middle::stability` to
use the `StabilityLevel` defined in `syntax::attr` (which includes the
version in which the feature was stabilized) rather than the local
`StabilityLevel` in the same module, and make the
`declared_stable_lang_features` field of
`syntax::feature_gate::Features` hold a Vec of feature-name, span
tuples (in analogy to the `declared_lib_features` field) rather than
just spans.

This is in the matter of issue #33394.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions