rust/tests/ui/generic-associated-types
bors c2f2db79ca Auto merge of #124295 - fmease:rollup-i3apkc6, r=fmease
Rollup of 7 pull requests

Successful merges:

 - #120929 (Wrap dyn type with parentheses in suggestion)
 - #122591 (Suggest using type args directly instead of equality constraint)
 - #122598 (deref patterns: lower deref patterns to MIR)
 - #123048 (alloc::Layout: explicitly document size invariant on the type level)
 - #123993 (Do `check_coroutine_obligations` once per typeck root)
 - #124218 (Allow nesting subdiagnostics in #[derive(Subdiagnostic)])
 - #124285 (Mark ``@RUSTC_BUILTIN`` search path usage as unstable)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-04-23 16:11:09 +00:00
..
auxiliary Format missing GATs correctly 2023-04-19 23:37:41 +00:00
bugs eagerly instantiate binders to avoid relying on `sub` 2024-03-14 17:19:40 +01:00
extended [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
parse [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
ambig-hr-projection-issue-93340.next.stderr normalizes-to change from '1' to '0 to inf' steps 2024-04-04 12:39:58 +02:00
ambig-hr-projection-issue-93340.old.stderr normalizes-to change from '1' to '0 to inf' steps 2024-04-04 12:39:58 +02:00
ambig-hr-projection-issue-93340.rs normalizes-to change from '1' to '0 to inf' steps 2024-04-04 12:39:58 +02:00
anonymize-bound-vars.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
assume-gat-normalization-for-nested-goals.current.stderr Mark some next-solver-behavior tests explicitly with revisions 2024-03-10 23:23:46 -04:00
assume-gat-normalization-for-nested-goals.rs Mark some next-solver-behavior tests explicitly with revisions 2024-03-10 23:23:46 -04:00
collections-project-default.rs
collections-project-default.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
collections.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
collectivity-regression.rs
collectivity-regression.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
const-generics-gat-in-trait-return-type-1.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
const-generics-gat-in-trait-return-type-2.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
const-generics-gat-in-trait-return-type-3.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
const_params_have_right_type.rs
const_params_have_right_type.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
constraint-assoc-type-suggestion.rs
constraint-assoc-type-suggestion.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
construct_with_other_type.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
cross-crate-bounds.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
cross-crate-bounds.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
elided-in-expr-position.rs
elided-in-expr-position.stderr Merge collect_mod_item_types query into check_well_formed 2024-03-07 14:26:31 +00:00
empty_generics.rs
empty_generics.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
equality-bound.rs Do not leave stray commas after applying suggestion 2024-02-08 00:26:42 +00:00
equality-bound.stderr Do not leave stray commas after applying suggestion 2024-02-08 00:26:42 +00:00
gat-bounds-normalize-pred.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
gat-bounds-not-checked-with-right-substitutions.rs Add a regression test for #112895 2023-07-06 02:50:22 +09:00
gat-bounds-not-checked-with-right-substitutions.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
gat-in-trait-path-undeclared-lifetime.rs Avoid silencing relevant follow-up errors 2024-01-09 21:08:16 +00:00
gat-in-trait-path-undeclared-lifetime.stderr Avoid silencing relevant follow-up errors 2024-01-09 21:08:16 +00:00
gat-in-trait-path.base.stderr Continue compilation after check_mod_type_wf errors 2024-02-14 11:00:30 +00:00
gat-in-trait-path.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
gat-trait-path-generic-type-arg.rs
gat-trait-path-generic-type-arg.stderr
gat-trait-path-missing-lifetime.rs Continue compilation after check_mod_type_wf errors 2024-02-14 11:00:30 +00:00
gat-trait-path-missing-lifetime.stderr Merge collect_mod_item_types query into check_well_formed 2024-03-07 14:26:31 +00:00
gat-trait-path-parenthesised-args.rs Avoid silencing relevant follow-up errors 2024-01-09 21:08:16 +00:00
gat-trait-path-parenthesised-args.stderr Merge collect_mod_item_types query into check_well_formed 2024-03-07 14:26:31 +00:00
generic-associated-type-bounds.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
generic-associated-types-where.rs
generic-associated-types-where.stderr
generic_associated_type_undeclared_lifetimes.rs
generic_associated_type_undeclared_lifetimes.stderr
higher-ranked-self-impl-requirement.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
impl_bounds.rs
impl_bounds.stderr Provide more context on derived obligation error primary label 2024-01-30 21:28:18 +00:00
impl_bounds_ok.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-47206-where-clause.rs
issue-47206-where-clause.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-58694-parameter-out-of-range.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-62326-parameter-out-of-range.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-67424.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-67510-pass.base.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-67510-pass.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-67510.rs
issue-67510.stderr
issue-68641-check-gat-bounds.rs
issue-68641-check-gat-bounds.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-68642-broken-llvm-ir.rs Pretty print Fn traits in rustc_on_unimplemented 2023-11-02 20:57:05 +00:00
issue-68642-broken-llvm-ir.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-68643-broken-mir.rs Pretty print Fn traits in rustc_on_unimplemented 2023-11-02 20:57:05 +00:00
issue-68643-broken-mir.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-68644-codegen-selection.rs Pretty print Fn traits in rustc_on_unimplemented 2023-11-02 20:57:05 +00:00
issue-68644-codegen-selection.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-68645-codegen-fulfillment.rs Pretty print Fn traits in rustc_on_unimplemented 2023-11-02 20:57:05 +00:00
issue-68645-codegen-fulfillment.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-68648-1.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-68648-2.rs
issue-68648-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-68649-pass.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-68653.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-68656-unsized-values.rs
issue-68656-unsized-values.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-70303.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-70304.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
issue-70304.stderr Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
issue-71176.rs Silence follow up errors if astconv already errored 2024-01-11 09:03:26 +00:00
issue-71176.stderr Silence follow up errors if astconv already errored 2024-01-11 09:03:26 +00:00
issue-74684-1.rs
issue-74684-1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-74684-2.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
issue-74684-2.stderr Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco" 2024-03-11 21:28:16 +00:00
issue-74816.rs
issue-74816.stderr
issue-74824.rs
issue-74824.stderr Provide more context on derived obligation error primary label 2024-01-30 21:28:18 +00:00
issue-76407.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-76535.base.stderr On object safety error, mention new enum as alternative 2023-10-29 23:55:46 +00:00
issue-76535.extended.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-76535.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-76826.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-78113-lifetime-mismatch-dyn-trait-box.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-78113-lifetime-mismatch-dyn-trait-box.stderr
issue-78671.base.stderr
issue-78671.extended.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-78671.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-79422.base.stderr sort suggestions for object diagnostic 2024-02-08 18:56:52 +00:00
issue-79422.extended.stderr On E0308 involving `dyn Trait`, mention trait objects 2024-01-24 16:32:24 +00:00
issue-79422.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-79636-1.rs return ty::Error when equating ty::Error 2024-02-19 23:54:49 +00:00
issue-79636-1.stderr return ty::Error when equating ty::Error 2024-02-19 23:54:49 +00:00
issue-79636-2.rs
issue-79636-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-80433-reduced.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-80433.rs make `type_flags(ReError) & HAS_ERROR` 2024-03-20 17:29:58 +00:00
issue-80433.stderr make `type_flags(ReError) & HAS_ERROR` 2024-03-20 17:29:58 +00:00
issue-81487.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-81712-cyclic-traits.rs Bless test fallout (duplicate diagnostics) 2024-03-20 13:00:34 -04:00
issue-81712-cyclic-traits.stderr Bless test fallout (duplicate diagnostics) 2024-03-20 13:00:34 -04:00
issue-81862.rs
issue-81862.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-84931.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-84931.stderr Reorder `check_item_type` diagnostics so they occur next to the corresponding `check_well_formed` diagnostics 2024-01-02 14:17:56 +00:00
issue-85921.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-86218-2.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-86218.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-86483.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-86787.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-86787.stderr Avoid a `track_errors` by bubbling up most errors from `check_well_formed` 2023-10-20 08:46:27 +00:00
issue-87258_a.rs Split out a separate feature gate for impl trait in associated types 2023-04-12 16:17:31 +00:00
issue-87258_a.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-87258_b.rs
issue-87258_b.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-87429-2.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-87429-associated-type-default.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-87429-associated-type-default.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-87429-specialization.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-87429-specialization.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-87429.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-87748.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-87750.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-88287.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-88287.stderr review comment: change wording 2024-02-01 03:31:03 +00:00
issue-88360.fixed [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-88360.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-88360.stderr Update tests 2024-02-07 10:42:01 +08:00
issue-88405.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-88459.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-88595.rs Make `DefiningAnchor::Bind` only store the opaque types that may be constrained, instead of the current infcx root item. 2024-03-11 17:19:37 +00:00
issue-88595.stderr Make `DefiningAnchor::Bind` only store the opaque types that may be constrained, instead of the current infcx root item. 2024-03-11 17:19:37 +00:00
issue-89008.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-89352.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-90014-tait.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-90014-tait.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-90014-tait2.next-solver.stderr Mark some next-solver-behavior tests explicitly with revisions 2024-03-10 23:23:46 -04:00
issue-90014-tait2.rs Remove some unnecessary allow(incomplete_features) 2024-03-11 19:42:04 +00:00
issue-90014-tait2.stderr Remove some unnecessary allow(incomplete_features) 2024-03-11 19:42:04 +00:00
issue-90014.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-90014.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-90729.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-91139.migrate.stderr Manual find replace updates 2023-11-24 21:04:51 +01:00
issue-91139.rs
issue-91139.stderr Add a note to duplicate diagnostics 2023-10-05 01:04:41 +00:00
issue-91883.rs
issue-91883.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-92033.rs
issue-92033.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-92096.migrate.stderr
issue-92096.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-92096.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-92280.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-92954.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-93141.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-93262.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-93341.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-93342.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-93874.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-95305.rs
issue-95305.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-101020.rs
issue-101020.stderr Provide more context on derived obligation error primary label 2024-01-30 21:28:18 +00:00
issue-102114.current.stderr Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
issue-102114.next.stderr Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
issue-102114.rs Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
issue-102333.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-102335-gat.rs Bless test fallout (duplicate diagnostics) 2024-03-20 13:00:34 -04:00
issue-102335-gat.stderr Emit suggestions when equality constraints are wrongly used 2024-04-16 11:11:50 +05:30
issue-119942-unsatisified-gat-bound-during-assoc-ty-selection.rs Normalize xform_ret_ty after constrained 2024-04-21 20:10:12 -04:00
issue-119942-unsatisified-gat-bound-during-assoc-ty-selection.stderr clean up ADT sized constraint computation 2024-03-14 21:28:47 +01:00
iterable.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
method-unsatisfied-assoc-type-predicate.rs Account for non-overlapping unmet trait bounds in suggestion 2024-01-30 19:26:13 +00:00
method-unsatisfied-assoc-type-predicate.stderr Account for non-overlapping unmet trait bounds in suggestion 2024-01-30 19:26:13 +00:00
mismatched-where-clause-regions.rs
mismatched-where-clause-regions.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
missing-bounds.fixed [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
missing-bounds.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
missing-bounds.stderr Tweak wording of type errors involving type params 2023-10-18 23:53:18 +00:00
missing-item-sugg.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
missing-item-sugg.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
missing-where-clause-on-trait.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
missing-where-clause-on-trait.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
missing_lifetime_args.rs Avoid silencing relevant follow-up errors 2024-01-09 21:08:16 +00:00
missing_lifetime_args.stderr Merge collect_mod_item_types query into check_well_formed 2024-03-07 14:26:31 +00:00
missing_lifetime_const.rs diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
missing_lifetime_const.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
multiple-type-params-with-unmet-bounds.rs Remove unnecessary `select_obligations_where_possible` and redundant errors 2023-08-26 19:35:54 +00:00
multiple-type-params-with-unmet-bounds.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
own-bound-span.rs Remove unnecessary `select_obligations_where_possible` and redundant errors 2023-08-26 19:35:54 +00:00
own-bound-span.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
parameter_number_and_kind.rs diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
parameter_number_and_kind.stderr diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
parameter_number_and_kind_impl.rs
parameter_number_and_kind_impl.stderr
pointer_family.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
projection-bound-cycle-generic.rs
projection-bound-cycle-generic.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
projection-bound-cycle.rs
projection-bound-cycle.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
projection-type-lifetime-mismatch.rs
projection-type-lifetime-mismatch.stderr
rigid-hr-projection-issue-93340.rs one must imagine tidy happy 2024-03-14 17:19:40 +01:00
self-outlives-lint.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
self-outlives-lint.stderr
shadowing.rs
shadowing.stderr
streaming_iterator.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
trait-objects.base.stderr Continue compilation after check_mod_type_wf errors 2024-02-14 11:00:30 +00:00
trait-objects.extended.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
trait-objects.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
type-param-defaults.rs Avoid silencing relevant follow-up errors 2024-01-09 21:08:16 +00:00
type-param-defaults.stderr Avoid silencing relevant follow-up errors 2024-01-09 21:08:16 +00:00
unknown-lifetime-ice-119827.rs Merge collect_mod_item_types query into check_well_formed 2024-03-07 14:26:31 +00:00
unknown-lifetime-ice-119827.stderr Merge collect_mod_item_types query into check_well_formed 2024-03-07 14:26:31 +00:00
unsatisfied-item-lifetime-bound.rs Split back out unused_lifetimes -> redundant_lifetimes 2024-04-09 12:17:34 -04:00
unsatisfied-item-lifetime-bound.stderr Split back out unused_lifetimes -> redundant_lifetimes 2024-04-09 12:17:34 -04:00
unsatisfied-outlives-bound.rs
unsatisfied-outlives-bound.stderr
variance_constraints.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00