rust/src/test/ui/impl-trait
David Wood 539404b77d
Update output for borrowck=migrate compare mode.
This commit updates the test output for the updated NLL compare mode
that uses `-Z borrowck=migrate` rather than `-Z borrowck=mir`. The
previous commit changes `compiletest` and this commit only updates
`.nll.stderr` files.
2018-10-17 00:57:32 +02:00
..
auxiliary Use multiline note for trait suggestion 2017-06-02 10:15:13 -07:00
associated-existential-type-generic-trait.rs Fix associated existentials for generic traits 2018-07-25 10:47:59 +02:00
associated-existential-type-trivial.rs Implement associated existential types 2018-07-23 17:38:45 +02:00
associated-existential-type.rs Implement associated existential types 2018-07-23 17:38:45 +02:00
auto-trait-leak.rs Typeck existential types properly 2018-07-18 10:53:08 +02:00
auto-trait-leak.stderr Typeck existential types properly 2018-07-18 10:53:08 +02:00
auto-trait-leak2.rs Add message to rustc_on_unimplemented attributes in core 2018-06-19 15:19:13 -07:00
auto-trait-leak2.stderr Add message to rustc_on_unimplemented attributes in core 2018-06-19 15:19:13 -07:00
bindings-opaque.rs Added tests. 2018-09-25 03:09:43 +01:00
bindings-opaque.stderr Added tests. 2018-09-25 03:09:43 +01:00
bindings.rs Added tests. 2018-09-25 03:09:43 +01:00
bindings.stderr Added tests. 2018-09-25 03:09:43 +01:00
closure-calling-parent-fn.rs use the closure def-id in returns, but closure-base def-id in locals 2018-09-26 17:07:25 -04:00
deprecated_annotation.rs Nest the impl Trait existential item inside the return type 2018-10-02 10:54:34 +02:00
equality.rs Add existential type definitons 2018-06-07 17:33:53 +02:00
equality.stderr Add existential type definitons 2018-06-07 17:33:53 +02:00
equality2.rs Fixing tests from anon -> opaque 2018-09-06 11:43:31 -06:00
equality2.stderr Fixing tests from anon -> opaque 2018-09-06 11:43:31 -06:00
existential-minimal.rs Convert existential-minimal.rs to compile-pass 2018-10-04 14:51:26 +02:00
existential_type_in_fn_body.rs Allow declaring existential types inside blocks 2018-07-24 10:07:45 +02:00
impl-generic-mismatch-ab.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
impl-generic-mismatch-ab.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
impl-generic-mismatch.rs Add rustc SHA to released DWARF debuginfo 2018-09-10 10:10:38 -07:00
impl-generic-mismatch.stderr Add rustc SHA to released DWARF debuginfo 2018-09-10 10:10:38 -07:00
impl-trait-plus-priority.rs Make + in impl/dyn Trait non-associative 2018-01-27 22:38:28 +03:00
impl-trait-plus-priority.stderr update tests 2018-03-14 00:53:24 +01:00
impl_trait_projections.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
impl_trait_projections.stderr structured suggestion for E0223 ambiguous associated type 2018-10-11 21:10:35 -07:00
infinite-impl-trait-issue-38064.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
infinite-impl-trait-issue-38064.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
issue-21659-show-relevant-trait-impls-3.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-21659-show-relevant-trait-impls-3.stderr update tests 2018-03-14 00:53:24 +01:00
issue-42479.rs Convert impl-trait/issue-42479.rs to compile-pass 2018-10-04 14:47:46 +02:00
issue-49376.rs Convert issue-49376.rs to compile-pass 2018-10-04 14:53:16 +02:00
issue-52128.rs Use the correct visibility 2018-07-13 20:45:23 +02:00
method-suggestion-no-duplication.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
method-suggestion-no-duplication.stderr Make the unstable StrExt and SliceExt traits private to libcore in not(stage0) 2018-04-21 09:47:38 +02:00
must_outlive_least_region_or_bound.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
must_outlive_least_region_or_bound.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
needs_least_region_or_bound.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
needs_least_region_or_bound.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
no-method-suggested-traits.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
no-method-suggested-traits.stderr update tests 2018-03-14 00:53:24 +01:00
no-trait.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
no-trait.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
region-escape-via-bound-contravariant-closure.rs Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
region-escape-via-bound-contravariant.rs Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
region-escape-via-bound.rs Fix error codes 2018-06-10 14:04:48 +02:00
region-escape-via-bound.stderr Point to lifetime in fn definition on lifetime error note 2018-06-28 11:12:42 -07:00
static-return-lifetime-infered.rs Remove primary label for more readable output 2018-06-08 16:27:07 -07:00
static-return-lifetime-infered.stderr Fix rebase 2018-06-28 12:52:58 -07:00
trait_type.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
trait_type.stderr update tests 2018-03-14 00:53:24 +01:00
type_parameters_captured.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
type_parameters_captured.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
universal-issue-48703.rs added test 2018-03-28 17:51:57 -04:00
universal-issue-48703.stderr added test 2018-03-28 17:51:57 -04:00
universal-mismatched-type.rs Stabilize universal_impl_trait 2018-03-26 07:39:38 +02:00
universal-mismatched-type.stderr Stabilize universal_impl_trait 2018-03-26 07:39:38 +02:00
universal-turbofish-in-method-issue-50950.rs prohibit turbofish in impl Trait methods 2018-05-24 18:43:48 -04:00
universal-turbofish-in-method-issue-50950.stderr prohibit turbofish in impl Trait methods 2018-05-24 18:43:48 -04:00
universal-two-impl-traits.rs Stabilize universal_impl_trait 2018-03-26 07:39:38 +02:00
universal-two-impl-traits.stderr Stabilize universal_impl_trait 2018-03-26 07:39:38 +02:00
universal_wrong_bounds.rs Typo caused the wrong "cannot find" error 2018-05-21 09:56:52 +02:00
universal_wrong_bounds.stderr Typo caused the wrong "cannot find" error 2018-05-21 09:56:52 +02:00
where-allowed.rs Added tests. 2018-09-25 03:09:43 +01:00
where-allowed.stderr Added help message for impl_trait_in_bindings feature gate. 2018-09-30 22:12:34 +01:00