os-rust/tests/ui/unsized
2023-10-30 17:47:07 +00:00
..
box-instead-of-dyn-fn.rs Remove return type sized check hack from hir typeck 2023-05-18 01:53:01 +00:00
box-instead-of-dyn-fn.stderr Remove return type sized check hack from hir typeck 2023-05-18 01:53:01 +00:00
issue-30355.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-30355.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-40231-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-40231-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-71659.current.stderr Add rustc_do_not_implement_via_object 2023-06-20 04:38:46 +00:00
issue-71659.next.stderr Add rustc_do_not_implement_via_object 2023-06-20 04:38:46 +00:00
issue-71659.rs Add rustc_do_not_implement_via_object 2023-06-20 04:38:46 +00:00
issue-75707.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-75707.stderr Point out if a local trait has no implementations 2023-09-10 21:20:36 +00:00
issue-75899-but-gats.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-75899.rs Separate consider_unsize_to_dyn_candidate from other unsize candidates 2023-08-15 01:02:43 +00:00
issue-91801.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-91801.stderr Simplify suggestion when returning bare dyn trait 2023-05-18 01:47:55 +00:00
issue-91803.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-91803.stderr Simplify suggestion when returning bare dyn trait 2023-05-18 01:47:55 +00:00
issue-97732.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-115203.rs fix: return ealry when has tainted in mir-lint 2023-09-08 09:30:23 +08:00
issue-115203.stderr fix: return ealry when has tainted in mir-lint 2023-09-08 09:30:23 +08:00
issue-115809.rs fix: skip opt if body has tainted error 2023-09-13 23:07:39 +08:00
issue-115809.stderr fix: skip opt if body has tainted error 2023-09-13 23:07:39 +08:00
maybe-bounds-where-cpass.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
maybe-bounds-where.rs Improve some diagnostics around ?Trait bounds 2023-10-30 17:47:07 +00:00
maybe-bounds-where.stderr Improve some diagnostics around ?Trait bounds 2023-10-30 17:47:07 +00:00
param-mentioned-by-different-field.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
param-mentioned-by-different-field.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
return-unsized-from-trait-method.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-unsized-from-trait-method.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unchanged-param.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized-bare-typaram.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized-bare-typaram.stderr change std::marker::Sized to just Sized 2023-06-15 12:01:38 +02:00
unsized-enum.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized-enum.stderr change std::marker::Sized to just Sized 2023-06-15 12:01:38 +02:00
unsized-enum2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized-enum2.stderr change std::marker::Sized to just Sized 2023-06-15 12:01:38 +02:00
unsized-fn-arg.fixed Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized-fn-arg.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized-fn-arg.stderr change std::marker::Sized to just Sized 2023-06-15 12:01:38 +02:00
unsized-fn-param.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized-fn-param.stderr Note base types of coercion 2023-05-12 00:10:52 +00:00
unsized-inherent-impl-self-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized-inherent-impl-self-type.stderr change std::marker::Sized to just Sized 2023-06-15 12:01:38 +02:00
unsized-struct.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized-struct.stderr change std::marker::Sized to just Sized 2023-06-15 12:01:38 +02:00
unsized-trait-impl-self-type.rs Work around the fact that check_mod_type_wf may spuriously return ErrorGuaranteed, even if that error is only emitted by check_modwitem_types 2023-10-25 12:04:54 +00:00
unsized-trait-impl-self-type.stderr Work around the fact that check_mod_type_wf may spuriously return ErrorGuaranteed, even if that error is only emitted by check_modwitem_types 2023-10-25 12:04:54 +00:00
unsized-trait-impl-trait-arg.rs Work around the fact that check_mod_type_wf may spuriously return ErrorGuaranteed, even if that error is only emitted by check_modwitem_types 2023-10-25 12:04:54 +00:00
unsized-trait-impl-trait-arg.stderr Work around the fact that check_mod_type_wf may spuriously return ErrorGuaranteed, even if that error is only emitted by check_modwitem_types 2023-10-25 12:04:54 +00:00
unsized-tuple-impls.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized3-rpass.rs Fix unintentional UB in ui tests 2023-02-15 09:05:05 -05:00
unsized3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized3.stderr Point at appropriate type parameter in more trait bound errors 2023-08-26 01:07:05 +00:00
unsized5.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized5.stderr change std::marker::Sized to just Sized 2023-06-15 12:01:38 +02:00
unsized6.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized6.stderr change std::marker::Sized to just Sized 2023-06-15 12:01:38 +02:00
unsized7.rs Work around the fact that check_mod_type_wf may spuriously return ErrorGuaranteed, even if that error is only emitted by check_modwitem_types 2023-10-25 12:04:54 +00:00
unsized7.stderr Work around the fact that check_mod_type_wf may spuriously return ErrorGuaranteed, even if that error is only emitted by check_modwitem_types 2023-10-25 12:04:54 +00:00