rust/src/test/ui/trait-bounds
Esteban Küber af10a456c1 Track implicit Sized obligations in type params
Suggest adding a `?Sized` bound if appropriate on E0599 by inspecting
the HIR Generics. (Fix #98539)
2022-07-07 12:15:12 -07:00
..
impl-derived-implicit-sized-bound-2.rs Track implicit Sized obligations in type params 2022-07-07 12:15:12 -07:00
impl-derived-implicit-sized-bound-2.stderr Track implicit Sized obligations in type params 2022-07-07 12:15:12 -07:00
impl-derived-implicit-sized-bound.rs Add test for #98539 2022-07-07 11:24:03 -07:00
impl-derived-implicit-sized-bound.stderr Track implicit Sized obligations in type params 2022-07-07 12:15:12 -07:00
issue-75961.rs Add regression test for #75961 2021-10-27 07:46:42 +02:00
issue-93008.rs Add some tests for impossible bounds 2022-06-21 18:40:42 -07:00
issue-94680.rs Add some tests for impossible bounds 2022-06-21 18:40:42 -07:00
issue-94999.rs Add some tests for impossible bounds 2022-06-21 18:40:42 -07:00
issue-95640.rs Add some tests for impossible bounds 2022-06-21 18:40:42 -07:00
mismatch-fn-trait.rs Better suggestions for Fn trait selection errors 2022-03-23 21:46:11 -07:00
mismatch-fn-trait.stderr Better suggestions for Fn trait selection errors 2022-03-23 21:46:11 -07:00
shadowed-path-in-trait-bound-suggestion.fixed When suggesting to import an item, also suggest changing the path if appropriate 2022-05-03 02:00:38 +00:00
shadowed-path-in-trait-bound-suggestion.rs When suggesting to import an item, also suggest changing the path if appropriate 2022-05-03 02:00:38 +00:00
shadowed-path-in-trait-bound-suggestion.stderr diagnostics: fix trailing space 2022-06-16 14:40:28 +03:00
unsized-bound.rs
unsized-bound.stderr diagnostics: fix trailing space 2022-06-16 14:40:28 +03:00