rust/src/test/ui/impl-trait
kennytm 8988403d69
Rollup merge of #55102 - petrochenkov:trextra, r=nikomatsakis
resolve: Do not skip extern prelude during speculative resolution

Fixes https://github.com/rust-lang/rust/issues/54665
2018-10-18 12:55:02 +08:00
..
auxiliary resolve: Do not skip extern prelude during speculative resolution 2018-10-17 10:31:37 +03:00
associated-existential-type-generic-trait.rs
associated-existential-type-trivial.rs
associated-existential-type.rs
auto-trait-leak2.rs
auto-trait-leak2.stderr
auto-trait-leak.rs
auto-trait-leak.stderr
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
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
equality.rs
equality.stderr
existential_type_in_fn_body.rs
existential-minimal.rs Convert existential-minimal.rs to compile-pass 2018-10-04 14:51:26 +02:00
extra-item.rs resolve: Do not skip extern prelude during speculative resolution 2018-10-17 10:31:37 +03:00
extra-item.stderr resolve: Do not skip extern prelude during speculative resolution 2018-10-17 10:31:37 +03: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
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
impl-trait-plus-priority.stderr
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
issue-21659-show-relevant-trait-impls-3.stderr
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
method-suggestion-no-duplication.rs
method-suggestion-no-duplication.stderr
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
no-method-suggested-traits.stderr
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
region-escape-via-bound-contravariant.rs
region-escape-via-bound.rs
region-escape-via-bound.stderr
static-return-lifetime-infered.rs
static-return-lifetime-infered.stderr
trait_type.rs
trait_type.stderr
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_wrong_bounds.rs
universal_wrong_bounds.stderr
universal-issue-48703.rs
universal-issue-48703.stderr
universal-mismatched-type.rs
universal-mismatched-type.stderr
universal-turbofish-in-method-issue-50950.rs
universal-turbofish-in-method-issue-50950.stderr
universal-two-impl-traits.rs
universal-two-impl-traits.stderr
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