rust/src/test/ui/impl-trait
2019-08-02 02:44:36 +01:00
..
auxiliary tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issues Update syntax in existing tests 2019-08-02 02:44:35 +01:00
multiple-lifetimes Replace "existential" by "opaque" 2019-08-02 02:44:36 +01: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-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 Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
auto-trait-leak.stderr Update ui tests 2019-04-23 11:42:14 +01:00
auto-trait-leak2.rs Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
auto-trait-leak2.stderr Update ui tests 2019-04-23 11:42:14 +01:00
bindings-opaque.rs add impl_trait_in_bindings to INCOMPLETE_FEATURES 2019-05-13 18:45:20 +03:00
bindings-opaque.stderr --bless tests due to INCOMPLETE_FEATURES being a lint. 2019-07-30 10:43:32 +02:00
bindings.rs add impl_trait_in_bindings to INCOMPLETE_FEATURES 2019-05-13 18:45:20 +03:00
bindings.stderr --bless tests due to INCOMPLETE_FEATURES being a lint. 2019-07-30 10:43:32 +02:00
bound-normalization-fail.rs Update syntax in existing tests 2019-08-02 02:44:35 +01:00
bound-normalization-fail.stderr Update syntax in existing tests 2019-08-02 02:44:35 +01:00
bound-normalization-pass.rs Fix fallout after rebase 2019-08-02 02:44:36 +01:00
bound-normalization-pass.stderr --bless tests due to INCOMPLETE_FEATURES being a lint. 2019-07-30 10:43:32 +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 Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
closure-calling-parent-fn.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
deprecated_annotation.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
equality-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
equality.rs Remove licenses 2018-12-25 21:08:33 -07:00
equality.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
equality2.rs Remove licenses 2018-12-25 21:08:33 -07:00
equality2.stderr Remove licenses 2018-12-25 21:08:33 -07:00
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 resolve: Do not skip extern prelude during speculative resolution 2018-10-17 10:31:37 +03:00
extra-item.stderr Update tests 2019-03-11 23:10:26 +03:00
hidden-lifetimes.rs Add better tests for hidden lifetimes in impl trait 2019-05-18 13:16:45 +01:00
hidden-lifetimes.stderr Add better tests for hidden lifetimes in impl trait 2019-05-18 13:16:45 +01:00
impl-generic-mismatch-ab.rs Remove licenses 2018-12-25 21:08:33 -07:00
impl-generic-mismatch-ab.stderr Remove licenses 2018-12-25 21:08:33 -07:00
impl-generic-mismatch.rs Remove licenses 2018-12-25 21:08:33 -07:00
impl-generic-mismatch.stderr Remove licenses 2018-12-25 21:08:33 -07:00
impl-trait-plus-priority.rs Remove unecessary -Z continue-parse-after-error from tests 2019-05-30 18:57:17 -07:00
impl-trait-plus-priority.stderr Remove licenses 2018-12-25 21:08:33 -07:00
impl_trait_projections.rs Remove licenses 2018-12-25 21:08:33 -07:00
impl_trait_projections.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
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 Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
issue-55872-2.stderr Replace "existential" by "opaque" 2019-08-02 02:44:36 +01: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 Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
method-suggestion-no-duplication.stderr Update ui tests 2019-04-23 11:42:14 +01:00
multiple-lifetimes.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
must_outlive_least_region_or_bound.nll.stderr Reblessed tests with NLL compare mode on. 2019-06-06 03:29:02 +01:00
must_outlive_least_region_or_bound.rs Suggest using anonymous lifetime in impl Trait return without hacks 2019-03-31 09:11:47 -07:00
must_outlive_least_region_or_bound.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
needs_least_region_or_bound.rs feature-gate member constraints outside of async-await 2019-07-02 12:25:22 -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 Remove licenses 2018-12-25 21:08:33 -07:00
no-method-suggested-traits.stderr Update tests 2019-03-11 23:10:26 +03:00
no-trait.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-trait.stderr Update tests 2019-03-11 23:10:26 +03:00
recursive-impl-trait-type.rs Stabilize futures_api 2019-04-23 16:13:53 -07:00
recursive-impl-trait-type.stderr Self-referencial type renamed to recursive type. 2019-07-18 07:30:51 +01:00
region-escape-via-bound-contravariant-closure.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
region-escape-via-bound-contravariant.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
region-escape-via-bound.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
region-escape-via-bound.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
return-position-impl-trait-minimal.rs Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
static-return-lifetime-infered.nll.stderr Reblessed tests with NLL compare mode on. 2019-06-06 03:29:02 +01:00
static-return-lifetime-infered.rs Remove licenses 2018-12-25 21:08:33 -07:00
static-return-lifetime-infered.stderr Remove licenses 2018-12-25 21:08:33 -07:00
trait_type.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait_type.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
type-alias-impl-trait-in-fn-body.rs Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
type_parameters_captured.nll.stderr Change compare mode to use -Zborrowck=mir 2019-05-12 18:46:43 +01:00
type_parameters_captured.rs Remove licenses 2018-12-25 21:08:33 -07:00
type_parameters_captured.stderr Remove licenses 2018-12-25 21:08:33 -07:00
universal-mismatched-type.rs Remove licenses 2018-12-25 21:08:33 -07:00
universal-mismatched-type.stderr Update tests 2019-03-11 23:10:26 +03:00
universal-two-impl-traits.rs Remove licenses 2018-12-25 21:08:33 -07:00
universal-two-impl-traits.stderr Update tests 2019-03-11 23:10:26 +03: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 resolve: Attempt to resolve unresolved paths in macro namespace 2019-07-18 13:42:45 +03:00
universal_wrong_bounds.stderr resolve: Attempt to resolve unresolved paths in macro namespace 2019-07-18 13:42:45 +03:00
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.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
xcrate_simple.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00