rust/src/test/ui/impl-trait
bors 824383d4ab Auto merge of #64237 - estebank:tweak-method-not-found, r=Centril
Give method not found a primary span label
2019-09-09 08:39:59 +00:00
..
auxiliary tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issues Auto merge of #64237 - estebank:tweak-method-not-found, r=Centril 2019-09-09 08:39:59 +00:00
multiple-lifetimes Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
associated-impl-trait-type-generic-trait.rs Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
associated-impl-trait-type-trivial.rs Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
associated-impl-trait-type.rs Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
auto-trait-leak2.rs
auto-trait-leak2.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
auto-trait-leak-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
auto-trait-leak.rs
auto-trait-leak.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
bindings-opaque.rs
bindings-opaque.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
bindings.rs
bindings.stderr --bless tests due to INCOMPLETE_FEATURES being a lint. 2019-07-30 10:43:32 +02:00
bound-normalization-fail.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
bound-normalization-fail.stderr --bless post no async_await gates in tests. 2019-08-20 03:08:42 +02:00
bound-normalization-pass.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
bound-normalization-pass.stderr --bless post no async_await gates in tests. 2019-08-20 03:08:42 +02:00
bounds_regression.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
can-return-unconstrained-closure.rs
closure-calling-parent-fn.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
deprecated_annotation.rs
dyn-trait-elided-two-inputs-assoc.rs distinguish object-lifetime-default elision from other elision 2019-08-19 13:50:42 -04:00
dyn-trait-elided-two-inputs-param.rs distinguish object-lifetime-default elision from other elision 2019-08-19 13:50:42 -04:00
dyn-trait-elided-two-inputs-ref-assoc.rs use static as object-lifetime default for type XX in Foo<Item=XX> 2019-08-19 13:50:44 -04:00
dyn-trait-elided-two-inputs-ref-param.rs distinguish object-lifetime-default elision from other elision 2019-08-19 13:50:42 -04:00
equality2.rs
equality2.stderr
equality-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
equality.rs
equality.stderr
example-calendar.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
example-st.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extra-item.rs
extra-item.stderr
hidden-lifetimes.rs
hidden-lifetimes.stderr
impl_trait_projections.rs
impl_trait_projections.stderr
impl-generic-mismatch-ab.rs
impl-generic-mismatch-ab.stderr
impl-generic-mismatch.rs
impl-generic-mismatch.stderr
impl-trait-plus-priority.rs
impl-trait-plus-priority.stderr
issue-55872-1.rs Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
issue-55872-1.stderr Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
issue-55872-2.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
issue-55872-2.stderr --bless post no async_await gates in tests. 2019-08-20 03:08:42 +02:00
issue-55872.rs Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
issue-55872.stderr Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
lifetimes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
method-suggestion-no-duplication.rs
method-suggestion-no-duplication.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
multiple-lifetimes.rs
must_outlive_least_region_or_bound.nll.stderr
must_outlive_least_region_or_bound.rs
must_outlive_least_region_or_bound.stderr
needs_least_region_or_bound.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
nesting.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-method-suggested-traits.rs
no-method-suggested-traits.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
no-trait.rs
no-trait.stderr
recursive-impl-trait-type--through-non-recursize.rs Check impl trait substs when checking for recursive types 2019-08-31 15:44:09 +01:00
recursive-impl-trait-type--through-non-recursize.stderr Check impl trait substs when checking for recursive types 2019-08-31 15:44:09 +01:00
recursive-impl-trait-type.rs
recursive-impl-trait-type.stderr
region-escape-via-bound-contravariant-closure.rs
region-escape-via-bound-contravariant.rs
region-escape-via-bound.rs
region-escape-via-bound.stderr
return-position-impl-trait-minimal.rs Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
static-return-lifetime-infered.nll.stderr
static-return-lifetime-infered.rs
static-return-lifetime-infered.stderr
trait_type.rs
trait_type.stderr
type_parameters_captured.nll.stderr
type_parameters_captured.rs
type_parameters_captured.stderr
type-alias-impl-trait-in-fn-body.rs Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
universal_hrtb_anon.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
universal_hrtb_named.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
universal_in_adt_in_parameters.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
universal_in_impl_trait_in_parameters.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
universal_in_trait_defn_parameters.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
universal_multiple_bounds.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
universal_wrong_bounds.rs
universal_wrong_bounds.stderr
universal-mismatched-type.rs
universal-mismatched-type.stderr
universal-two-impl-traits.rs
universal-two-impl-traits.stderr
where-allowed.rs Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
where-allowed.stderr Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
xcrate_simple.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
xcrate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00