rust/src/test/ui/impl-trait
2018-08-27 12:40:16 -05: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
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 Add existential type definitons 2018-06-07 17:33:53 +02:00
equality2.stderr Add existential type definitons 2018-06-07 17:33:53 +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 Move a test to ui tests so we can observe the output changes better 2018-05-21 09:59:37 +02:00
impl-generic-mismatch.stderr Normalize source line and column numbers. 2018-08-21 12:59:42 +02: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 Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02: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-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.nll.stderr Update former compile-fail tests 2018-08-14 21:26:33 +01: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.nll.stderr Explicitly label any named lifetimes mentioned in error messages. 2018-08-02 12:00:15 +02: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.nll.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02: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 fix another 2018-08-27 12:40:16 -05:00
where-allowed.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00