rust/tests/ui/trait-bounds
2025-03-03 23:09:42 +00:00
..
apit-unsized.rs
apit-unsized.stderr On implicit Sized bound on fn argument, point at type instead of pattern 2024-09-27 00:45:02 +00:00
argument-with-unnecessary-method-call.rs Detect when method call on argument could be removed to fulfill failed trait bound 2024-02-16 04:28:05 +00:00
argument-with-unnecessary-method-call.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
bad-suggestionf-for-repeated-unsized-bound-127441.rs Fix malformed suggestion for repeated maybe unsized bounds 2024-07-14 17:46:25 +05:30
bad-suggestionf-for-repeated-unsized-bound-127441.stderr On implicit Sized bound on fn argument, point at type instead of pattern 2024-09-27 00:45:02 +00:00
deep-level-Send-bound-check-issue-40827.rs Rename and Move some UI tests to more suitable subdirs 2025-02-04 17:02:37 +05:30
deep-level-Send-bound-check-issue-40827.stderr Rename and Move some UI tests to more suitable subdirs 2025-02-04 17:02:37 +05:30
enum-unit-variant-trait-bound.rs Walk through full path in point_at_path_if_possible 2023-08-25 19:05:38 +00:00
enum-unit-variant-trait-bound.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
ice-unsized-struct-arg-issue2-121424.rs Add missing regression tests 2024-03-09 12:01:19 +05:30
ice-unsized-struct-arg-issue2-121424.stderr Add missing regression tests 2024-03-09 12:01:19 +05:30
ice-unsized-struct-arg-issue-121612.rs Add missing regression tests 2024-03-09 12:01:19 +05:30
ice-unsized-struct-arg-issue-121612.stderr Add missing regression tests 2024-03-09 12:01:19 +05:30
ice-unsized-tuple-const-issue-121443.rs Check Sizedness of return type in WF 2025-02-03 19:00:22 +00:00
ice-unsized-tuple-const-issue-121443.stderr Tweak error code for sized checks of const/static 2025-03-03 23:09:42 +00:00
impl-bound-with-references-error.rs
impl-bound-with-references-error.stderr Continue compilation after check_mod_type_wf errors 2024-02-14 11:00:30 +00:00
impl-derived-implicit-sized-bound-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-derived-implicit-sized-bound-2.stderr
impl-derived-implicit-sized-bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-derived-implicit-sized-bound.stderr
impl-missing-where-clause-lifetimes-from-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-missing-where-clause-lifetimes-from-trait.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-75961.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-82038.rs
issue-82038.stderr
issue-93008.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-94680.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-94999.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-95640.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-119530-sugg-from-fn.rs
issue-119530-sugg-from-fn.stderr
maybe-bound-generics-deny.rs Actually do validation for poly trait refs with ? modifier 2024-10-30 23:42:50 +00:00
maybe-bound-generics-deny.stderr Actually do validation for poly trait refs with ? modifier 2024-10-30 23:42:50 +00:00
maybe-bound-has-path-args.rs Reject impl Trait bounds in various places where we unconditionally warned since 1.0 2025-02-11 09:19:37 +00:00
maybe-bound-has-path-args.stderr Reject impl Trait bounds in various places where we unconditionally warned since 1.0 2025-02-11 09:19:37 +00:00
maybe-bound-with-assoc.rs Reject impl Trait bounds in various places where we unconditionally warned since 1.0 2025-02-11 09:19:37 +00:00
maybe-bound-with-assoc.stderr Reject impl Trait bounds in various places where we unconditionally warned since 1.0 2025-02-11 09:19:37 +00:00
mismatch-fn-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mismatch-fn-trait.stderr
restrict-assoc-type-of-generic-bound.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
restrict-assoc-type-of-generic-bound.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
restrict-assoc-type-of-generic-bound.stderr Tweak wording 2024-12-07 22:18:51 +00:00
shadowed-path-in-trait-bound-suggestion.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
shadowed-path-in-trait-bound-suggestion.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
shadowed-path-in-trait-bound-suggestion.stderr
suggest-maybe-sized-bound.rs
suggest-maybe-sized-bound.stderr
super-assoc-mismatch.rs address review feedback 2024-03-04 21:06:52 +01:00
super-assoc-mismatch.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
unsized-bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized-bound.stderr
unstable-trait-suggestion.rs Add test for lack of suggestion in stable 2024-12-07 21:26:23 +00:00
unstable-trait-suggestion.stderr Use trait name instead of full constraint in suggestion message 2024-12-07 21:29:58 +00:00