rust/tests/ui/traits/non_lifetime_binders
Michael Goulet 454c600004 Detect non-lifetime binder params shadowing item params 2024-07-29 14:26:21 -04:00
..
bad-copy-cond.rs Don't ICE when encountering bound var in builtin copy/clone bounds 2023-03-04 17:53:51 +00:00
bad-copy-cond.stderr Deduplicate more sized errors on call exprs 2024-01-24 02:53:15 +00:00
bad-sized-cond.rs Pretty placeholders using their names 2023-02-18 19:49:40 +00:00
bad-sized-cond.stderr Provide more context on derived obligation error primary label 2024-01-30 21:28:18 +00:00
bad-suggestion-on-missing-assoc.rs Just totally fully deny late-bound consts 2024-07-20 19:45:24 -04:00
bad-suggestion-on-missing-assoc.stderr Just totally fully deny late-bound consts 2024-07-20 19:45:24 -04:00
basic.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
basic.stderr Adjust tracking issue for non_lifetime_binders 2023-02-18 02:42:43 +00:00
binder-defaults-112547.rs Just totally fully deny late-bound consts 2024-07-20 19:45:24 -04:00
binder-defaults-112547.stderr Just totally fully deny late-bound consts 2024-07-20 19:45:24 -04:00
binder-defaults-118697.rs Deny defaults for higher-ranked generic parameters 2024-01-01 21:58:25 +01:00
binder-defaults-118697.stderr Deny defaults for higher-ranked generic parameters 2024-01-01 21:58:25 +01:00
binder-defaults-119489.rs Just totally fully deny late-bound consts 2024-07-20 19:45:24 -04:00
binder-defaults-119489.stderr Just totally fully deny late-bound consts 2024-07-20 19:45:24 -04:00
bounds-on-type-binders.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
bounds-on-type-binders.stderr Simple modification of diagnostic information 2023-12-21 10:17:11 +08:00
disqualifying-object-candidates.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
drop-impl-pred.no.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
drop-impl-pred.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
drop-impl-pred.yes.stderr Add test for #110557 2023-05-04 18:06:07 +00:00
fail.rs
fail.stderr Deduplicate more sized errors on call exprs 2024-01-24 02:53:15 +00:00
foreach-partial-eq.rs Don't ICE on bound var in reject_fn_ptr_impls 2023-06-19 02:52:03 +00:00
foreach-partial-eq.stderr Deduplicate more sized errors on call exprs 2024-01-24 02:53:15 +00:00
late-bound-in-anon-ct.rs Avoid silencing relevant follow-up errors 2024-01-09 21:08:16 +00:00
late-bound-in-anon-ct.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
late-const-param-wf.rs Just totally fully deny late-bound consts 2024-07-20 19:45:24 -04:00
late-const-param-wf.stderr Just totally fully deny late-bound consts 2024-07-20 19:45:24 -04:00
method-probe.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
method-probe.stderr Instantiate instead of erasing binder when probing param methods 2023-03-07 05:41:08 +00:00
missing-assoc-item.rs Erase escaping late-bound regions when probing for ambiguous associated types 2023-03-17 15:33:24 +00:00
missing-assoc-item.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
nested-apit-mentioning-outer-bound-var.rs Account for late-bound vars from parent arg-position impl trait 2023-06-26 19:14:27 +00:00
nested-apit-mentioning-outer-bound-var.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
object-lifetime-default-for-late.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
object-lifetime-default-for-late.stderr Only look for param in generics if it actually comes from generics 2023-02-28 06:27:56 +00:00
on-dyn.rs
on-dyn.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
on-ptr.rs
on-ptr.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
on-rpit.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
on-rpit.stderr non_lifetime_binders: fix ICE in lint opaque-hidden-inferred-bound 2023-10-03 13:59:59 +02:00
placeholders-dont-outlive-static.bad.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
placeholders-dont-outlive-static.good.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
placeholders-dont-outlive-static.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
shadowed.rs Detect non-lifetime binder params shadowing item params 2024-07-29 14:26:21 -04:00
shadowed.stderr Detect non-lifetime binder params shadowing item params 2024-07-29 14:26:21 -04:00
sized-late-bound-issue-114872.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
sized-late-bound-issue-114872.stderr Don't ICE in is_trivially_sized when encountering late-bound self ty 2023-08-16 01:57:33 +00:00
supertrait-object-safety.rs Enforce non-lifetime-binders in supertrait preds are not object safe 2023-03-20 22:38:57 +00:00
supertrait-object-safety.stderr On object safety error, mention new enum as alternative 2023-10-29 23:55:46 +00:00
type-match-with-late-bound.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
type-match-with-late-bound.stderr Consolidate WF for aliases 2024-03-14 12:17:00 -04:00
unifying-placeholders-in-query-response-2.current.stderr Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
unifying-placeholders-in-query-response-2.next.stderr Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
unifying-placeholders-in-query-response-2.rs Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
unifying-placeholders-in-query-response.current.stderr Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
unifying-placeholders-in-query-response.next.stderr Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
unifying-placeholders-in-query-response.rs Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
universe-error1.rs Tweaks and a test 2023-05-15 16:40:42 +00:00
universe-error1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00