rust/src/test/ui/impl-trait
kennytm 103abdb75c
Rollup merge of #50987 - estebank:underline-multiple-suggestions, r=petrochencov
Underline multiple suggested replacements in the same line

<img width="685" alt="screen shot 2018-05-22 at 21 06 48" src="https://user-images.githubusercontent.com/1606434/40403051-174f3180-5e04-11e8-86b6-261630c5ff80.png">

Follow up to #50943.

Fix #50977.
2018-05-26 19:32:18 +08:00
..
auxiliary Use multiline note for trait suggestion 2017-06-02 10:15:13 -07:00
auto-trait-leak.rs Update tests 2018-04-16 23:30:36 +02:00
auto-trait-leak.stderr Port existing callers of evaluate_obligation to the new canonical trait query 2018-04-26 20:28:30 -05:00
equality.rs Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
equality.stderr update tests 2018-03-14 00:53:24 +01: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 Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
region-escape-via-bound.stderr Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02: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