rust/src/test/ui/coherence
Andre Bogus 635533bebb manually implement Hash for DefId
This also reorders the fields to reduce the assembly operations for hashing
and changes two UI tests that depended on the former ordering because of
hashmap iteration order.
2021-12-10 00:40:41 +01:00
..
auxiliary Test that if we promise to not impl what would overlap it doesn't actually overlap 2021-10-20 12:10:45 -03:00
coherence-all-remote.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-all-remote.stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
coherence-bigint-int.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-bigint-param.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-bigint-param.stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
coherence-bigint-vecint.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-blanket-conflicts-with-blanket-implemented.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-blanket-conflicts-with-blanket-implemented.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-blanket-conflicts-with-blanket-unimplemented.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-blanket-conflicts-with-blanket-unimplemented.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-blanket-conflicts-with-specific-cross-crate.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-blanket-conflicts-with-specific-cross-crate.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-blanket-conflicts-with-specific-multidispatch.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-blanket-conflicts-with-specific-multidispatch.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-blanket-conflicts-with-specific-trait.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-blanket-conflicts-with-specific-trait.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-blanket-conflicts-with-specific.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-blanket-conflicts-with-specific.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-blanket.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-conflicting-negative-trait-impl.rs introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
coherence-conflicting-negative-trait-impl.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-covered-type-parameter.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-cow.re_a.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
coherence-cow.re_b.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
coherence-cow.re_c.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
coherence-cow.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-cross-crate-conflict.rs no overlap errors after failing the orphan check 2021-11-10 15:10:19 +01:00
coherence-cross-crate-conflict.stderr no overlap errors after failing the orphan check 2021-11-10 15:10:19 +01:00
coherence-default-trait-impl.rs Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
coherence-default-trait-impl.stderr introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
coherence-error-suppression.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-error-suppression.stderr Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-fn-covariant-bound-vs-static.rs add new coherence tests and update the documentation 2020-06-22 18:51:07 +00:00
coherence-fn-covariant-bound-vs-static.stderr When pretty printing, name placeholders as bound regions 2021-07-18 03:35:54 -04:00
coherence-fn-implied-bounds.rs add new coherence tests and update the documentation 2020-06-22 18:51:07 +00:00
coherence-fn-implied-bounds.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-fn-inputs.rs add new coherence tests and update the documentation 2020-06-22 18:51:07 +00:00
coherence-fn-inputs.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-free-vs-bound-region.rs add new tests from MCP and the tracking issue 2020-06-22 18:51:07 +00:00
coherence-free-vs-bound-region.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-fundamental-trait-objects.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-fundamental-trait-objects.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
coherence-impl-in-fn.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-impl-trait-for-marker-trait-negative.rs Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
coherence-impl-trait-for-marker-trait-negative.stderr no overlap errors after failing the orphan check 2021-11-10 15:10:19 +01:00
coherence-impl-trait-for-marker-trait-positive.rs Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
coherence-impl-trait-for-marker-trait-positive.stderr no overlap errors after failing the orphan check 2021-11-10 15:10:19 +01:00
coherence-impl-trait-for-trait-object-safe.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-impl-trait-for-trait-object-safe.stderr Move object safety suggestions to the end of the error 2021-09-15 14:48:53 +00:00
coherence-impl-trait-for-trait.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-impl-trait-for-trait.stderr Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-impls-copy.rs no overlap errors after failing the orphan check 2021-11-10 15:10:19 +01:00
coherence-impls-copy.stderr no overlap errors after failing the orphan check 2021-11-10 15:10:19 +01:00
coherence-impls-send.rs no overlap errors after failing the orphan check 2021-11-10 15:10:19 +01:00
coherence-impls-send.stderr no overlap errors after failing the orphan check 2021-11-10 15:10:19 +01:00
coherence-impls-sized.rs introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
coherence-impls-sized.stderr no overlap errors after failing the orphan check 2021-11-10 15:10:19 +01:00
coherence-inherited-assoc-ty-cycle-err.rs bless all 2020-06-16 11:56:54 +02:00
coherence-inherited-assoc-ty-cycle-err.stderr Improve errors for recursive type aliases 2021-08-21 18:30:25 -07:00
coherence-inherited-subtyping.old.stderr Use smaller def span for functions 2020-08-22 18:41:49 -04:00
coherence-inherited-subtyping.re.stderr Use smaller def span for functions 2020-08-22 18:41:49 -04:00
coherence-inherited-subtyping.rs lint impls that will become incoherent when leak-check is removed 2020-02-06 15:58:01 -05:00
coherence-iterator-vec-any-elem.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-iterator-vec.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-lone-type-parameter.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-lone-type-parameter.stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
coherence-multidispatch-tuple.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-negative-impls-safe-rpass.rs introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
coherence-negative-impls-safe.rs introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
coherence-negative-impls-safe.stderr review comments 2020-03-05 15:39:35 -08:00
coherence-no-direct-lifetime-dispatch.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-no-direct-lifetime-dispatch.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-orphan.rs introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
coherence-orphan.stderr manually implement Hash for DefId 2021-12-10 00:40:41 +01:00
coherence-overlap-all-t-and-tuple.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-overlap-all-t-and-tuple.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-overlap-downstream-inherent.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-overlap-downstream-inherent.stderr Use smaller def span for functions 2020-08-22 18:41:49 -04:00
coherence-overlap-downstream.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-overlap-downstream.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-overlap-issue-23516-inherent.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-overlap-issue-23516-inherent.stderr Use smaller def span for functions 2020-08-22 18:41:49 -04:00
coherence-overlap-issue-23516.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-overlap-issue-23516.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-overlap-messages.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-overlap-messages.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-overlap-negate-alias-strict.rs Add rustc_strict_coherence attribute and use it to check overlap 2021-10-22 15:49:46 -03:00
coherence-overlap-negate-alias-strict.stderr Add rustc_strict_coherence attribute and use it to check overlap 2021-10-22 15:49:46 -03:00
coherence-overlap-negate-not-use-feature-gate.rs Hide negative coherence checks under negative_impls feature flag 2021-10-22 17:54:20 -03:00
coherence-overlap-negate-not-use-feature-gate.stderr Hide negative coherence checks under negative_impls feature flag 2021-10-22 17:54:20 -03:00
coherence-overlap-negate-strict.rs Add rustc_strict_coherence attribute and use it to check overlap 2021-10-22 15:49:46 -03:00
coherence-overlap-negate-use-feature-gate.rs Hide negative coherence checks under negative_impls feature flag 2021-10-22 17:54:20 -03:00
coherence-overlap-negative-trait.rs Hide negative coherence checks under negative_impls feature flag 2021-10-22 17:54:20 -03:00
coherence-overlap-trait-alias.rs Be sure that we do not allow too much 2021-10-22 16:42:06 -03:00
coherence-overlap-trait-alias.stderr Point at source of trait bound obligations in more places 2021-11-20 18:54:31 +00:00
coherence-overlap-upstream-inherent.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-overlap-upstream-inherent.stderr Use smaller def span for functions 2020-08-22 18:41:49 -04:00
coherence-overlap-upstream.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-overlap-upstream.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-overlapping-pairs.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-overlapping-pairs.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
coherence-pair-covered-uncovered-1.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-pair-covered-uncovered-1.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
coherence-pair-covered-uncovered.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-pair-covered-uncovered.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
coherence-projection-conflict-orphan.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-projection-conflict-orphan.stderr Don't use projection cache or candidate cache in intercrate mode 2021-09-20 14:37:11 -05:00
coherence-projection-conflict-ty-param.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-projection-conflict-ty-param.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-projection-conflict.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-projection-conflict.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-projection-ok-orphan.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-projection-ok.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-rfc447-constrained.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-subtyping.rs Add compare-mode=chalk and add a little bit more implementations and fixmes 2020-06-19 14:04:30 -04:00
coherence-subtyping.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-tuple-conflict.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-tuple-conflict.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-unsafe-trait-object-impl.rs RFC 2027: "first draft" of implementation 2019-10-22 15:24:33 -04:00
coherence-unsafe-trait-object-impl.stderr Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
coherence-vec-local-2.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-vec-local-2.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
coherence-vec-local.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence-vec-local.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
coherence-wasm-bindgen.rs add new tests from MCP and the tracking issue 2020-06-22 18:51:07 +00:00
coherence-wasm-bindgen.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence-where-clause.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence_copy_like.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence_copy_like_err_fundamental_struct.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence_copy_like_err_fundamental_struct_ref.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence_copy_like_err_fundamental_struct_tuple.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence_copy_like_err_fundamental_struct_tuple.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence_copy_like_err_struct.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence_copy_like_err_struct.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence_copy_like_err_tuple.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence_copy_like_err_tuple.stderr Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
coherence_inherent.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence_inherent.stderr Bless tests. 2021-09-02 19:08:59 +02:00
coherence_inherent_cc.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence_inherent_cc.stderr Bless tests. 2021-09-02 19:08:59 +02:00
coherence_local.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence_local_err_struct.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence_local_err_struct.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
coherence_local_err_tuple.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence_local_err_tuple.stderr Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
coherence_local_ref.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
conflicting-impl-with-err.rs Permit impls referencing errors to overlap 2019-09-15 08:33:00 -04:00
conflicting-impl-with-err.stderr Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
impl-foreign-for-foreign.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl-foreign-for-foreign.stderr Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl-foreign-for-foreign[foreign].rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl-foreign-for-foreign[foreign].stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
impl-foreign-for-foreign[local].rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl-foreign-for-fundamental[foreign].rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl-foreign-for-fundamental[foreign].stderr Support custom allocators in Box 2020-10-07 03:07:02 +02:00
impl-foreign-for-fundamental[local].rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl-foreign-for-local.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl-foreign-for-locally-defined-fundamental.rs traits/coherence: stop using Ty::walk_shallow. 2020-04-06 21:55:43 +03:00
impl-foreign-for-locally-defined-fundamental[foreign].rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl-foreign[foreign]-for-foreign.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl-foreign[foreign]-for-foreign.stderr Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl-foreign[foreign]-for-local.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl-foreign[fundemental[foreign]]-for-foreign.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl-foreign[fundemental[foreign]]-for-foreign.stderr Support custom allocators in Box 2020-10-07 03:07:02 +02:00
impl-foreign[fundemental[local]]-for-foreign.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign-for-foreign[t].rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign-for-foreign[t].stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
impl[t]-foreign-for-fundamental[t].rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign-for-fundamental[t].stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
impl[t]-foreign[foreign[t]_local]-for-foreign.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[foreign]-for-fundamental[t].rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[foreign]-for-fundamental[t].stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
impl[t]-foreign[foreign]-for-t.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[foreign]-for-t.stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
impl[t]-foreign[fundamental[t]]-for-foreign.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[fundamental[t]]-for-foreign.stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
impl[t]-foreign[fundamental[t]]-for-fundamental[t].rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[fundamental[t]]-for-fundamental[t].stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
impl[t]-foreign[fundamental[t]]-for-local.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[fundamental[t]]-for-t.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[fundamental[t]]-for-t.stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
impl[t]-foreign[fundamental[t]_local]-for-foreign.rs Improve coherence errors for wrong type order 2019-11-10 16:26:38 +01:00
impl[t]-foreign[fundamental[t]_local]-for-foreign.stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
impl[t]-foreign[fundemental[local]]-for-foreign[t].rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[local]-for-foreign.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[local]-for-foreign[t].rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[local]-for-fundamental[foreign[t]].rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[local]-for-fundamental[t].rs Improve coherence errors for wrong type order 2019-11-10 16:26:38 +01:00
impl[t]-foreign[local]-for-fundamental[t].stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
impl[t]-foreign[local]-for-local.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[local]-for-t.rs Improve coherence errors for wrong type order 2019-11-10 16:26:38 +01:00
impl[t]-foreign[local]-for-t.stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
impl[t]-foreign[local_fundamental[t]]-for-foreign.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[t]-for-foreign.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[t]-for-foreign.stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
impl[t]-foreign[t]-for-fundamental.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[t]-for-fundamental.stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
impl[t]-foreign[t]-for-local.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[t]-for-t.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
impl[t]-foreign[t]-for-t.stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
issue-85026.rs fix(rustc_typeck): produce better errors for dyn auto trait 2021-08-30 22:15:11 -07:00
issue-85026.stderr Change wording to less jaron-y "non-auto trait" 2021-08-31 08:53:23 -07:00
re-rebalance-coherence-default-generic-associated-type.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
re-rebalance-coherence.rs Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00