rust/src/test/ui/feature-gate
2020-04-11 16:15:24 +02:00
..
allow-features-empty.rs Reuse the staged_api feature for rustc_const_unstable 2019-12-13 11:27:01 +01:00
allow-features-empty.stderr Require stable/unstable annotations for the constness of all stable functions with a const modifier 2019-12-13 11:27:02 +01:00
allow-features.rs Reuse the staged_api feature for rustc_const_unstable 2019-12-13 11:27:01 +01:00
allow-features.stderr Require stable/unstable annotations for the constness of all stable functions with a const modifier 2019-12-13 11:27:02 +01:00
duplicate-features.rs
duplicate-features.stderr Update tests 2019-03-11 23:10:26 +03:00
feature-gate-c_variadic.rs Fix additional variadic typos 2019-04-20 22:03:39 +01:00
feature-gate-c_variadic.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-static-nobundle-2.rs Improve wording. 2019-09-08 09:41:59 +08:00
feature-gate-static-nobundle-2.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
issue-43106-gating-of-bench.rs Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
issue-43106-gating-of-bench.stderr Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
issue-43106-gating-of-builtin-attrs.rs Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril 2020-01-16 11:58:02 +05:30
issue-43106-gating-of-builtin-attrs.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
issue-43106-gating-of-deprecated.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-43106-gating-of-derive-2.rs Update tests 2020-01-09 21:23:12 +03:00
issue-43106-gating-of-derive-2.stderr Update tests 2020-01-09 21:23:12 +03:00
issue-43106-gating-of-derive.rs resolve: Block expansion of a derive container until all its derives are resolved 2019-08-27 00:31:55 +03:00
issue-43106-gating-of-derive.stderr resolve: Block expansion of a derive container until all its derives are resolved 2019-08-27 00:31:55 +03:00
issue-43106-gating-of-inline.rs ill_formed_attribute_input -> deny 2019-11-06 11:10:37 +01:00
issue-43106-gating-of-inline.stderr ill_formed_attribute_input -> deny 2019-11-06 11:10:37 +01:00
issue-43106-gating-of-macro_escape.rs Add backticks in appropriate places 2020-01-12 15:37:50 +00:00
issue-43106-gating-of-macro_escape.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
issue-43106-gating-of-macro_use.rs Add backticks in appropriate places 2020-01-12 15:37:50 +00:00
issue-43106-gating-of-macro_use.stderr Add backticks in appropriate places 2020-01-12 15:37:50 +00:00
issue-43106-gating-of-proc_macro_derive.rs
issue-43106-gating-of-proc_macro_derive.stderr
issue-43106-gating-of-rustc_deprecated.rs Update tests 2020-01-09 21:23:12 +03:00
issue-43106-gating-of-rustc_deprecated.stderr Update tests 2020-01-09 21:23:12 +03:00
issue-43106-gating-of-stable.rs Update tests 2020-01-09 21:23:12 +03:00
issue-43106-gating-of-stable.stderr Update tests 2020-01-09 21:23:12 +03:00
issue-43106-gating-of-test.rs Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
issue-43106-gating-of-test.stderr Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
issue-43106-gating-of-unstable.rs Update tests 2020-01-09 21:23:12 +03:00
issue-43106-gating-of-unstable.stderr Update tests 2020-01-09 21:23:12 +03:00
issue-49983-see-issue-0.rs
issue-49983-see-issue-0.stderr normalize use of backticks in compiler messages for libcore/ptr 2019-07-18 23:33:16 +02:00
rustc-private.rs add rustc_private as a proper language feature gate 2019-07-22 16:32:13 +03:00
rustc-private.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
stability-attribute-consistency.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
stability-attribute-consistency.stderr Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
unknown-feature.rs
unknown-feature.stderr Update tests 2019-03-11 23:10:26 +03:00
unstable-attribute-allow-issue-0.rs Forbid using 0 as issue number 2020-02-06 16:19:39 +09:00
unstable-attribute-allow-issue-0.stderr Forbid using 0 as issue number 2020-02-06 16:19:39 +09:00