rust/src/test/ui/impl-trait
2018-07-09 00:20:36 -04:00
..
auxiliary Use multiline note for trait suggestion 2017-06-02 10:15:13 -07:00
auto-trait-leak.rs Don't inspect the generated existential type items 2018-06-26 16:36:32 +02:00
auto-trait-leak.stderr Update ui tests 2018-06-27 12:03:59 +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
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 Fix impl Trait suggestion 2018-05-24 10:01:13 -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
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
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
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
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 find and highlight the & or '_ in region_name 2018-07-09 00:20:36 -04: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
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