rust/src/test/ui/feature-gate
Felix S. Klock II a2e090624e Removed #[rustc_error] from tests that are all // compile-pass.
I also added `// skip-codegen` to each one, to address potential concerns
that this change would otherwise slow down our test suite spending time
generating code for files that are really just meant to be checks of
compiler diagnostics.

(However, I will say: My preference is to not use `// skip-codegen` if
one can avoid it. We can use all the testing of how we drive LLVM that
we can get...)

(Updated post rebase.)
2018-11-07 13:09:52 +01:00
..
duplicate-features.rs Turn the duplicate feature lint into an error 2018-08-05 15:54:49 +01:00
duplicate-features.stderr Turn the duplicate feature lint into an error 2018-08-05 15:54:49 +01:00
issue-43106-gating-of-bench.rs Feature gate non-builtin attributes in inner attribute position 2018-09-10 03:35:47 +03:00
issue-43106-gating-of-bench.stderr Add backticks to main not found errors. 2018-03-14 12:23:29 -07:00
issue-43106-gating-of-builtin-attrs.rs Replaced use of #[rustc_error] with // skip-codegen. 2018-11-07 13:09:52 +01:00
issue-43106-gating-of-builtin-attrs.stderr Replaced use of #[rustc_error] with // skip-codegen. 2018-11-07 13:09:52 +01:00
issue-43106-gating-of-deprecated.rs Removed #[rustc_error] from tests that are all // compile-pass. 2018-11-07 13:09:52 +01:00
issue-43106-gating-of-derive-2.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
issue-43106-gating-of-derive-2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-43106-gating-of-derive.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
issue-43106-gating-of-derive.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-43106-gating-of-inline.rs Allow #[inline] on closures 2018-04-27 12:34:01 +02:00
issue-43106-gating-of-inline.stderr Allow #[inline] on closures 2018-04-27 12:34:01 +02:00
issue-43106-gating-of-macro_escape.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
issue-43106-gating-of-macro_escape.stderr Add empty main() to tests where it is missing. 2018-03-14 12:23:28 -07:00
issue-43106-gating-of-macro_use.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
issue-43106-gating-of-macro_use.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-43106-gating-of-proc_macro_derive.rs Add empty main() to tests where it is missing. 2018-03-14 12:23:28 -07:00
issue-43106-gating-of-proc_macro_derive.stderr Add empty main() to tests where it is missing. 2018-03-14 12:23:28 -07:00
issue-43106-gating-of-rustc_deprecated.rs Add empty main() to tests where it is missing. 2018-03-14 12:23:28 -07:00
issue-43106-gating-of-rustc_deprecated.stderr Add empty main() to tests where it is missing. 2018-03-14 12:23:28 -07:00
issue-43106-gating-of-stable.rs Add empty main() to tests where it is missing. 2018-03-14 12:23:28 -07:00
issue-43106-gating-of-stable.stderr Add empty main() to tests where it is missing. 2018-03-14 12:23:28 -07:00
issue-43106-gating-of-test.rs Add backticks to main not found errors. 2018-03-14 12:23:29 -07:00
issue-43106-gating-of-test.stderr Add backticks to main not found errors. 2018-03-14 12:23:29 -07:00
issue-43106-gating-of-unstable.rs Add empty main() to tests where it is missing. 2018-03-14 12:23:28 -07:00
issue-43106-gating-of-unstable.stderr Add empty main() to tests where it is missing. 2018-03-14 12:23:28 -07:00
issue-49983-see-issue-0.rs don't see issue #0 2018-04-15 11:12:33 -07:00
issue-49983-see-issue-0.stderr don't see issue #0 2018-04-15 11:12:33 -07:00
stability-attribute-consistency.rs Add a test for feature attribute consistency 2018-08-05 15:54:49 +01:00
stability-attribute-consistency.stderr Add a test for feature attribute consistency 2018-08-05 15:54:49 +01:00
unknown-feature.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
unknown-feature.stderr Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00