rust/tests/ui/traits/non_lifetime_binders
Matthias Krüger ec162703dc
Rollup merge of #108744 - compiler-errors:non_lifetime_binders-bad-copy-clone, r=jackh726
Don't ICE when encountering bound var in builtin copy/clone bounds

Fixes #108742
2023-03-05 14:29:10 +01: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 Don't ICE when encountering bound var in builtin copy/clone bounds 2023-03-04 17:53:51 +00:00
bad-sized-cond.rs Pretty placeholders using their names 2023-02-18 19:49:40 +00:00
bad-sized-cond.stderr Specify what 'this' actually is 2023-02-21 05:21:07 +00:00
basic.rs
basic.stderr
fail.rs
fail.stderr Specify what 'this' actually is 2023-02-21 05:21:07 +00:00
late-bound-in-anon-ct.rs Deny capturing late-bound non-lifetime param in anon const 2023-02-28 05:59:54 +00:00
late-bound-in-anon-ct.stderr Deny capturing late-bound non-lifetime param in anon const 2023-02-28 05:59:54 +00:00
object-lifetime-default-for-late.rs Only look for param in generics if it actually comes from generics 2023-02-28 06:27:56 +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
on-ptr.rs
on-ptr.stderr
type-match-with-late-bound.rs Make sure test_type_match doesn't ICE with late-bound types 2023-02-18 20:16:51 +00:00
type-match-with-late-bound.stderr Make sure test_type_match doesn't ICE with late-bound types 2023-02-18 20:16:51 +00:00