rust/src/test/ui/feature-gates
Mazdak Farrokhzad 23d3fa266c
Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebank
non-exhastive diagnostic: add note re. scrutinee type

This fixes https://github.com/rust-lang/rust/issues/67259 by adding a note:
```
    = note: the matched value is of type &[i32]
```
to non-exhaustive pattern matching errors.

r? @varkor @estebank
2020-03-27 22:39:39 +01:00
..
auxiliary
bench.rs stability: Do not use buffer_lint after lowering to HIR 2019-10-10 23:38:35 +03:00
bench.stderr stability: Do not use buffer_lint after lowering to HIR 2019-10-10 23:38:35 +03:00
feature-gate-abi_unadjusted.rs
feature-gate-abi_unadjusted.stderr parser: don't hardcode ABIs into grammar 2019-11-07 05:25:31 +01:00
feature-gate-abi-msp430-interrupt.rs
feature-gate-abi-msp430-interrupt.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-abi.rs Add new EFIAPI ABI 2019-10-25 13:01:25 +00:00
feature-gate-abi.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-alloc-error-handler.rs --bless some tests due to message format change. 2019-08-23 01:42:05 +02:00
feature-gate-alloc-error-handler.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-allocator_internals.rs
feature-gate-allocator_internals.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
feature-gate-allow_fail.rs --bless some tests due to message format change. 2019-08-23 01:42:05 +02:00
feature-gate-allow_fail.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-allow-internal-unsafe-nested-macro.rs
feature-gate-allow-internal-unsafe-nested-macro.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
feature-gate-allow-internal-unstable-nested-macro.rs
feature-gate-allow-internal-unstable-nested-macro.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
feature-gate-allow-internal-unstable-struct.rs
feature-gate-allow-internal-unstable-struct.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
feature-gate-allow-internal-unstable.rs
feature-gate-allow-internal-unstable.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
feature-gate-arbitrary_self_types-raw-pointer.rs
feature-gate-arbitrary_self_types-raw-pointer.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-arbitrary-self-types.rs
feature-gate-arbitrary-self-types.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-asm2.rs Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
feature-gate-asm2.stderr Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
feature-gate-asm.rs Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
feature-gate-asm.stderr Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
feature-gate-assoc-type-defaults.rs
feature-gate-assoc-type-defaults.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-associated_type_bounds.rs Revert "pre-expansion gate associated_type_bounds" 2019-10-31 19:08:12 +02:00
feature-gate-associated_type_bounds.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-box_patterns.rs Revert "pre-expansion gate box_patterns" 2019-10-31 19:08:11 +02:00
feature-gate-box_patterns.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-box_syntax.rs Revert "pre-expansion gate box_syntax" 2019-10-31 19:08:10 +02:00
feature-gate-box_syntax.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-box-expr.rs
feature-gate-box-expr.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-cfg_sanitize.rs Conditional compilation for sanitizers 2019-12-01 09:03:35 +01:00
feature-gate-cfg_sanitize.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-cfg-target-has-atomic.rs Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
feature-gate-cfg-target-has-atomic.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-cfg-target-thread-local.rs
feature-gate-cfg-target-thread-local.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-compiler-builtins.rs
feature-gate-compiler-builtins.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
feature-gate-concat_idents2.rs cleanup: Remove some language features related to built-in macros 2019-07-28 14:14:48 +03:00
feature-gate-concat_idents2.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-concat_idents3.rs cleanup: Remove some language features related to built-in macros 2019-07-28 14:14:48 +03:00
feature-gate-concat_idents3.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-concat_idents.rs
feature-gate-concat_idents.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-const_fn.rs ast_validation: tweak diagnostic output 2020-02-13 10:40:17 +01:00
feature-gate-const_fn.stderr ast_validation: tweak diagnostic output 2020-02-13 10:40:17 +01:00
feature-gate-const_generics-ptr.rs Update ui tests 2019-10-09 06:58:39 +13:00
feature-gate-const_generics-ptr.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-const_generics.rs Revert "pre-expansion gate const_generics" 2019-10-31 19:08:12 +02:00
feature-gate-const_generics.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-const_in_array_repeat_expressions.rs suggest const_in_array_repeat_expression flag 2019-10-28 18:37:49 +00:00
feature-gate-const_in_array_repeat_expressions.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-const_transmute.rs Check intrinsics for callability in const fns 2019-12-03 10:20:15 +01:00
feature-gate-const_transmute.stderr Check intrinsics for callability in const fns 2019-12-03 10:20:15 +01:00
feature-gate-const-indexing.rs
feature-gate-crate_visibility_modifier.rs Revert "pre-expansion gate crate_visibility_modifier" 2019-10-31 19:08:12 +02:00
feature-gate-crate_visibility_modifier.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-custom_attribute2.rs Remove #[feature(custom_attribute)] 2019-11-09 17:50:51 +03:00
feature-gate-custom_attribute2.stderr Remove #[feature(custom_attribute)] 2019-11-09 17:50:51 +03:00
feature-gate-custom_attribute.rs resolve: Tweak "cannot find" wording for attributes 2019-09-15 13:10:12 +03:00
feature-gate-custom_attribute.stderr resolve: Tweak "cannot find" wording for attributes 2019-09-15 13:10:12 +03:00
feature-gate-custom_test_frameworks.rs Address review comments + Fix rebase 2019-07-07 13:04:07 +03:00
feature-gate-custom_test_frameworks.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-decl_macro.rs Revert "pre-expansion gate decl_macro" 2019-10-31 19:08:12 +02:00
feature-gate-decl_macro.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-default_type_parameter_fallback.rs
feature-gate-default_type_parameter_fallback.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
feature-gate-doc_alias.rs feature_gate: Merge various attribute gating functions 2019-09-14 21:54:26 +03:00
feature-gate-doc_alias.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-doc_cfg.rs feature_gate: Merge various attribute gating functions 2019-09-14 21:54:26 +03:00
feature-gate-doc_cfg.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-doc_keyword.rs feature_gate: Merge various attribute gating functions 2019-09-14 21:54:26 +03:00
feature-gate-doc_keyword.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-doc_masked.rs normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
feature-gate-doc_masked.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-exclusive-range-pattern.rs Revert "pre-expansion gate exclusive_range_pattern" 2019-10-31 19:08:11 +02:00
feature-gate-exclusive-range-pattern.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-exhaustive-patterns.rs Ignore tests on some platforms due to #53081 2020-03-23 02:04:43 -04:00
feature-gate-exhaustive-patterns.stderr non-exhastive diagnostic: add note re. scrutinee type 2020-03-27 06:49:07 +01:00
feature-gate-extern_absolute_paths.rs
feature-gate-extern_absolute_paths.stderr Don't recommend extern crate syntax 2019-08-05 18:19:01 +01:00
feature-gate-extern_prelude.rs
feature-gate-extern_prelude.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
feature-gate-extern_types.rs
feature-gate-extern_types.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-external_doc.rs Update tests 2020-01-09 21:23:12 +03:00
feature-gate-external_doc.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-feature-gate.rs
feature-gate-feature-gate.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
feature-gate-ffi_returns_twice.rs
feature-gate-ffi_returns_twice.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-format_args_nl.rs
feature-gate-format_args_nl.stderr resolve: Divide macro path resolution into speculative and error reporting parts 2019-07-11 00:12:08 +03:00
feature-gate-fundamental.rs
feature-gate-fundamental.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-generators.rs Yield is an expression form, not a statement. 2019-12-23 21:07:13 +08:00
feature-gate-generators.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-generic_associated_types.rs Update tests for GATs 2019-12-21 12:35:28 +00:00
feature-gate-generic_associated_types.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-global_asm.rs
feature-gate-global_asm.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-impl_trait_in_bindings.rs
feature-gate-impl_trait_in_bindings.stderr normalize use of backticks in compiler messages for librustc/hir 2019-07-21 16:54:33 +02:00
feature-gate-in_band_lifetimes.rs
feature-gate-in_band_lifetimes.stderr When encountering an undefined named lifetime, point to where it can be 2020-01-19 17:31:33 -08:00
feature-gate-infer_static_outlives_requirements.rs
feature-gate-infer_static_outlives_requirements.stderr Tweak binding lifetime suggestion text 2020-02-19 18:04:03 -08:00
feature-gate-intrinsics.rs Ban non-extern rust intrinsics 2019-09-14 11:47:02 -04:00
feature-gate-intrinsics.stderr parser: don't hardcode ABIs into grammar 2019-11-07 05:25:31 +01:00
feature-gate-is_sorted.rs Improve wording. 2019-09-08 09:41:59 +08:00
feature-gate-is_sorted.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-label_break_value.rs Revert "pre-expansion gate label_break_value" 2019-10-31 19:08:10 +02:00
feature-gate-label_break_value.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-lang-items.rs
feature-gate-lang-items.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
feature-gate-link_args.rs
feature-gate-link_args.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-link_cfg.rs Improve wording. 2019-09-08 09:41:59 +08:00
feature-gate-link_cfg.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-link_llvm_intrinsics.rs
feature-gate-link_llvm_intrinsics.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-linkage.rs
feature-gate-linkage.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-lint-reasons.rs Update tests 2020-01-09 21:23:12 +03:00
feature-gate-lint-reasons.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-log_syntax2.rs cleanup: Remove some language features related to built-in macros 2019-07-28 14:14:48 +03:00
feature-gate-log_syntax2.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-log_syntax2.stdout
feature-gate-log_syntax.rs
feature-gate-log_syntax.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-log_syntax.stdout
feature-gate-main.rs normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
feature-gate-main.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-marker_trait_attr.rs --bless some tests due to message format change. 2019-08-23 01:42:05 +02:00
feature-gate-marker_trait_attr.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-may-dangle.rs Tweak wording in feature gate errors 2019-07-13 12:03:05 -07:00
feature-gate-may-dangle.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-member-constraints.rs Update tests 2020-02-14 22:40:03 +00:00
feature-gate-member-constraints.stderr Update tests 2020-02-14 22:40:03 +00:00
feature-gate-min_const_fn.rs ast_validation: tweak diagnostic output 2020-02-13 10:40:17 +01:00
feature-gate-min_const_fn.stderr ast_validation: tweak diagnostic output 2020-02-13 10:40:17 +01:00
feature-gate-naked_functions.rs
feature-gate-naked_functions.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-needs-allocator.rs
feature-gate-needs-allocator.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
feature-gate-negate-unsigned.rs
feature-gate-negate-unsigned.stderr
feature-gate-never_type.rs Revert "Remove #![feature(never_type)] from tests." 2019-12-14 09:01:04 -05:00
feature-gate-never_type.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-nll.rs Adjust & --bless tests due to no longer downgrading NLL errors on 2015. 2019-09-26 06:44:57 +02:00
feature-gate-nll.stderr Adjust & --bless tests due to no longer downgrading NLL errors on 2015. 2019-09-26 06:44:57 +02:00
feature-gate-no_core.rs --bless some tests due to message format change. 2019-08-23 01:42:05 +02:00
feature-gate-no_core.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-no_sanitize.rs Selectively disable sanitizer instrumentation 2020-02-05 23:30:38 +01:00
feature-gate-no_sanitize.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-non_ascii_idents.rs
feature-gate-non_ascii_idents.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-object_safe_for_dispatch.rs RFC 2027: "first draft" of implementation 2019-10-22 15:24:33 -04:00
feature-gate-object_safe_for_dispatch.stderr Use more appropriate spans on object unsafe traits and provide structured suggestions when possible 2020-02-02 11:53:10 -08:00
feature-gate-omit-gdb-pretty-printer-section.rs
feature-gate-omit-gdb-pretty-printer-section.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
feature-gate-optin-builtin-traits.rs
feature-gate-optin-builtin-traits.stderr create a tracking issue and link to it 2020-03-26 06:52:57 -04:00
feature-gate-overlapping_marker_traits.rs
feature-gate-overlapping_marker_traits.stderr
feature-gate-plugin_registrar.rs plugin_registrary: use normal deprecation instead of hard coded warning. 2019-10-03 07:03:01 +02:00
feature-gate-plugin_registrar.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-precise_pointer_size_matching.rs
feature-gate-precise_pointer_size_matching.stderr non-exhastive diagnostic: add note re. scrutinee type 2020-03-27 06:49:07 +01:00
feature-gate-prelude_import.rs
feature-gate-prelude_import.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
feature-gate-profiler-runtime.rs
feature-gate-profiler-runtime.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
feature-gate-public_private_dependencies.rs
feature-gate-register_attr.rs Support registering attributes and attribute tools using crate-level attributes 2019-11-09 17:50:51 +03:00
feature-gate-register_attr.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-register_tool.rs Support registering attributes and attribute tools using crate-level attributes 2019-11-09 17:50:51 +03:00
feature-gate-register_tool.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-repr128.rs
feature-gate-repr128.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-repr-simd.rs lintify conflicting_repr_hints 2020-01-28 01:24:59 +01:00
feature-gate-repr-simd.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-rustc_const_unstable.rs Reuse the staged_api feature for rustc_const_unstable 2019-12-13 11:27:01 +01:00
feature-gate-rustc_const_unstable.stderr Require stable/unstable annotations for the constness of all stable functions with a const modifier 2019-12-13 11:27:02 +01:00
feature-gate-rustc-attrs-1.rs
feature-gate-rustc-attrs-1.stderr Make rustc_attrs tracking issue None 2020-03-01 00:48:14 +09:00
feature-gate-rustc-attrs.rs resolve: Tweak "cannot find" wording for attributes 2019-09-15 13:10:12 +03:00
feature-gate-rustc-attrs.stderr resolve: Remove rustc_attrs as a standalone feature gate 2020-03-24 21:37:29 +03:00
feature-gate-simd-ffi.rs
feature-gate-simd-ffi.stderr normalize use of backticks in compiler messages for librustc_typecheck 2019-07-07 18:27:21 +02:00
feature-gate-simd.rs
feature-gate-simd.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-staged_api.rs
feature-gate-staged_api.stderr Update ui tests 2019-09-27 13:23:07 +02:00
feature-gate-start.rs Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
feature-gate-start.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-static-nobundle.rs Improve wording. 2019-09-08 09:41:59 +08:00
feature-gate-static-nobundle.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-stmt_expr_attributes.rs
feature-gate-stmt_expr_attributes.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-thread_local.rs
feature-gate-thread_local.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-trace_macros.rs
feature-gate-trace_macros.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-track_caller.rs track_caller run-pass test, lint cleanup, PR review. 2019-10-07 08:05:22 -07:00
feature-gate-track_caller.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-trait-alias.rs Revert "pre-expansion gate trait_alias." 2019-10-31 19:08:13 +02:00
feature-gate-trait-alias.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-transparent_unions.rs
feature-gate-transparent_unions.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-trivial_bounds-lint.rs
feature-gate-trivial_bounds.rs
feature-gate-trivial_bounds.stderr normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
feature-gate-try_blocks.rs Revert "pre-expansion gate try_blocks" 2019-10-31 19:08:11 +02:00
feature-gate-try_blocks.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-try_reserve.rs
feature-gate-try_reserve.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-type_alias_impl_trait.rs TAIT: adjust tests 2019-11-14 14:00:16 +01:00
feature-gate-type_alias_impl_trait.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-type_ascription.rs Revert "pre-expansion gate type_ascription" 2019-10-31 19:08:10 +02:00
feature-gate-type_ascription.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-unboxed-closures-manual-impls.rs
feature-gate-unboxed-closures-manual-impls.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-unboxed-closures-method-calls.rs
feature-gate-unboxed-closures-method-calls.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-unboxed-closures-ufcs-calls.rs
feature-gate-unboxed-closures-ufcs-calls.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-unboxed-closures.rs
feature-gate-unboxed-closures.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-unsized_locals.rs
feature-gate-unsized_locals.stderr
feature-gate-unsized_tuple_coercion.rs
feature-gate-unsized_tuple_coercion.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-untagged_unions.rs Report even duplilcate errors in case the feature gat is not active 2019-10-21 10:12:09 +02:00
feature-gate-untagged_unions.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate-unwind-attributes.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
feature-gate-unwind-attributes.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00