rust/src/test/ui/wf
2022-12-13 09:48:22 +00:00
..
hir-wf-canonicalized.rs Don't call diagnostic_hir_wf_check query if we have infer variables 2022-12-05 03:18:57 +00:00
hir-wf-canonicalized.stderr Don't call diagnostic_hir_wf_check query if we have infer variables 2022-12-05 03:18:57 +00:00
hir-wf-check-erase-regions.rs Support incremental in compiletest for non-incremental modes. 2021-09-23 12:16:51 -07:00
hir-wf-check-erase-regions.stderr Make some diagnostics not depend on the source of what they reference being available 2022-12-13 09:48:22 +00:00
issue-48638.rs
issue-87495.rs Fix ICE in diagnostic_hir_wf_check 2021-07-28 01:41:52 +02:00
issue-87495.stderr Move object safety suggestions to the end of the error 2021-09-15 14:48:53 +00:00
issue-95665.rs Include ForeignItem when visiting types for WF check 2022-06-19 21:47:52 -06:00
issue-95665.stderr Include ForeignItem when visiting types for WF check 2022-06-19 21:47:52 -06:00
issue-96810.rs Do wfcheck on ADT field before Sized check 2022-06-05 23:05:14 -07:00
issue-96810.stderr Do wfcheck on ADT field before Sized check 2022-06-05 23:05:14 -07:00
issue-103573.rs Process registered region obligation in resolve_regions_with_wf_tys 2022-10-26 16:06:54 +00:00
issue-103573.stderr Process registered region obligation in resolve_regions_with_wf_tys 2022-10-26 16:06:54 +00:00
wf-array-elem-sized.rs
wf-array-elem-sized.stderr
wf-complex-assoc-type.rs Add initial implementation of HIR-based WF checking for diagnostics 2021-07-16 16:29:02 -05:00
wf-complex-assoc-type.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-const-type.rs
wf-const-type.stderr Reword "Required because of the requirements on the impl of ..." 2022-08-18 21:08:08 +01:00
wf-convert-unsafe-trait-obj-box.rs
wf-convert-unsafe-trait-obj-box.stderr Reword "Required because of the requirements on the impl of ..." 2022-08-18 21:08:08 +01:00
wf-convert-unsafe-trait-obj.rs
wf-convert-unsafe-trait-obj.stderr Reword "Required because of the requirements on the impl of ..." 2022-08-18 21:08:08 +01:00
wf-enum-bound.rs
wf-enum-bound.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-enum-fields-struct-variant.rs
wf-enum-fields-struct-variant.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-enum-fields.rs
wf-enum-fields.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-fn-where-clause.rs
wf-fn-where-clause.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-foreign-fn-decl-ret.rs
wf-foreign-fn-decl-ret.stderr implied_bounds: clarify our assumptions 2022-08-17 12:22:32 +02:00
wf-impl-associated-type-region.rs
wf-impl-associated-type-region.stderr Bless tests. 2022-04-30 13:55:17 +02:00
wf-impl-associated-type-trait.rs
wf-impl-associated-type-trait.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-impl-self-type.rs
wf-impl-self-type.stderr Make some diagnostics not depend on the source of what they reference being available 2022-12-13 09:48:22 +00:00
wf-in-fn-arg.rs
wf-in-fn-arg.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-in-fn-ret.rs
wf-in-fn-ret.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-in-fn-type-arg.rs
wf-in-fn-type-arg.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-in-fn-type-ret.rs
wf-in-fn-type-ret.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-in-fn-type-static.rs
wf-in-fn-type-static.stderr Bless tests. 2022-04-30 13:55:17 +02:00
wf-in-fn-where-clause.rs
wf-in-fn-where-clause.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-in-foreign-fn-decls-issue-80468.rs Better diagnostics when mismatched types due to implict static lifetime 2021-07-19 18:20:21 -04:00
wf-in-foreign-fn-decls-issue-80468.stderr Always use CreateParameter mode for function definitions. 2022-07-13 14:14:37 +02:00
wf-in-obj-type-static.rs
wf-in-obj-type-static.stderr Bless tests. 2022-04-30 13:55:17 +02:00
wf-in-obj-type-trait.rs
wf-in-obj-type-trait.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-inherent-impl-method-where-clause.rs
wf-inherent-impl-method-where-clause.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-inherent-impl-where-clause.rs
wf-inherent-impl-where-clause.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-misc-methods-issue-28609.rs
wf-misc-methods-issue-28609.stderr
wf-object-safe.rs
wf-object-safe.stderr Move object safety suggestions to the end of the error 2021-09-15 14:48:53 +00:00
wf-outlives-ty-in-fn-or-trait.rs
wf-outlives-ty-in-fn-or-trait.stderr Bless tests. 2022-04-30 13:55:17 +02:00
wf-packed-on-proj-of-type-as-unimpl-trait.rs
wf-packed-on-proj-of-type-as-unimpl-trait.stderr
wf-static-method.rs Fully stabilize NLL 2022-06-03 17:16:41 -04:00
wf-static-method.stderr Fully stabilize NLL 2022-06-03 17:16:41 -04:00
wf-static-type.rs
wf-static-type.stderr Reword "Required because of the requirements on the impl of ..." 2022-08-18 21:08:08 +01:00
wf-struct-bound.rs
wf-struct-bound.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-struct-field.rs
wf-struct-field.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-trait-associated-type-bound.rs
wf-trait-associated-type-bound.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-trait-associated-type-region.rs
wf-trait-associated-type-region.stderr Use a more accurate span on assoc types WF checks 2021-08-12 10:02:36 +00:00
wf-trait-associated-type-trait.rs Extend HIR-based WF checking to associated type defaults 2021-07-18 10:36:54 -05:00
wf-trait-associated-type-trait.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-trait-bound.rs
wf-trait-bound.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-trait-default-fn-arg.rs
wf-trait-default-fn-arg.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-trait-default-fn-ret.rs
wf-trait-default-fn-ret.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-trait-default-fn-where-clause.rs
wf-trait-default-fn-where-clause.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-trait-fn-arg.rs
wf-trait-fn-arg.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-trait-fn-ret.rs
wf-trait-fn-ret.stderr Tweak WellFormedLocs a bit 2022-08-30 06:19:48 +00:00
wf-trait-fn-where-clause.rs
wf-trait-fn-where-clause.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-trait-superbound.rs
wf-trait-superbound.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
wf-unsafe-trait-obj-match.rs
wf-unsafe-trait-obj-match.stderr Reword "Required because of the requirements on the impl of ..." 2022-08-18 21:08:08 +01:00