rust/src/test/compile-fail/feature-gate
Alex Crichton 9a231961d5 rustc: Move stability functionality into queries
This commit primarily removes the `stability` field from `TyCtxt` as well as its
internal mutable state, instead using a query to build the stability index as
well as primarily using queries for other related lookups.

Like previous commits the calculation of the stability index is wrapped in a
`with_ignore` node to avoid regressing the current tests, and otherwise this
commit also introduces #44232 but somewhat intentionally so.
2017-09-05 07:37:58 -07:00
..
issue-43106-gating-of-bench.rs Slew of feature gating tests for issue #43106. 2017-07-11 14:31:14 +02:00
issue-43106-gating-of-builtin-attrs.rs rustc: Move stability functionality into queries 2017-09-05 07:37:58 -07:00
issue-43106-gating-of-deprecated.rs Slew of feature gating tests for issue #43106. 2017-07-11 14:31:14 +02:00
issue-43106-gating-of-derive-2.rs Slew of feature gating tests for issue #43106. 2017-07-11 14:31:14 +02:00
issue-43106-gating-of-derive.rs Slew of feature gating tests for issue #43106. 2017-07-11 14:31:14 +02:00
issue-43106-gating-of-inline.rs Slew of feature gating tests for issue #43106. 2017-07-11 14:31:14 +02:00
issue-43106-gating-of-macro_escape.rs Slew of feature gating tests for issue #43106. 2017-07-11 14:31:14 +02:00
issue-43106-gating-of-macro_use.rs Slew of feature gating tests for issue #43106. 2017-07-11 14:31:14 +02:00
issue-43106-gating-of-proc_macro_derive.rs Slew of feature gating tests for issue #43106. 2017-07-11 14:31:14 +02:00
issue-43106-gating-of-rustc_deprecated.rs Slew of feature gating tests for issue #43106. 2017-07-11 14:31:14 +02:00
issue-43106-gating-of-stable.rs Slew of feature gating tests for issue #43106. 2017-07-11 14:31:14 +02:00
issue-43106-gating-of-test.rs Slew of feature gating tests for issue #43106. 2017-07-11 14:31:14 +02:00
issue-43106-gating-of-unstable.rs Slew of feature gating tests for issue #43106. 2017-07-11 14:31:14 +02:00