rust/src/test/ui/impl-trait
2018-02-10 03:28:15 +01:00
..
auxiliary Use multiline note for trait suggestion 2017-06-02 10:15:13 -07:00
auto-trait-leak.rs Change error message for E0391 to "cyclic dependency detected" 2018-02-10 03:28:15 +01:00
auto-trait-leak.stderr Change error message for E0391 to "cyclic dependency detected" 2018-02-10 03:28:15 +01:00
equality.rs Add filter to detect local crates for rustc_on_unimplemented 2018-02-01 15:06:21 -08:00
equality.stderr Add filtering options to rustc_on_unimplemented 2018-02-01 15:06:20 -08: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 Make + in impl/dyn Trait non-associative 2018-01-27 22:38:28 +03: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 Point to ADT definition when not finding variant, method, assoc type 2017-11-15 23:24:58 -08: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 Point to ADT definition when not finding variant, method, assoc type 2017-11-15 23:24:58 -08: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 Do not suggest private traits that have missing method 2018-01-22 08:29:24 -08:00
trait_type.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
trait_type.stderr Point only at method signatures and point at trait 2018-01-28 17:06:30 -08:00
universal-mismatched-type.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
universal-mismatched-type.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
universal-two-impl-traits.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
universal-two-impl-traits.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
universal_wrong_bounds.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
universal_wrong_bounds.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00