rust/tests/ui/polymorphization
许杰友 Jieyou Xu (Joe) edafbaffb2
Adjust UI tests for `unit_bindings`
- Either explicitly annotate `let x: () = expr;` where `x` has unit
  type, or remove the unit binding to leave only `expr;` instead.
- Fix disjoint-capture-in-same-closure test
2023-06-12 20:24:48 +08:00
..
closure_in_upvar Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_parameters Move /src/test to /tests 2023-01-11 09:32:08 +00:00
drop_shims Adjust UI tests for `unit_bindings` 2023-06-12 20:24:48 +08:00
type_parameters Ensure mir_drops_elaborated_and_const_checked when requiring codegen. 2023-04-21 16:14:43 +00:00
generators.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generators.stderr Ensure mir_drops_elaborated_and_const_checked when requiring codegen. 2023-04-21 16:14:43 +00:00
issue-74614.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-74636.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lifetimes.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lifetimes.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
normalized_sig_types.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
predicates.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
predicates.stderr Ensure mir_drops_elaborated_and_const_checked when requiring codegen. 2023-04-21 16:14:43 +00:00
promoted-function-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promoted-function-1.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promoted-function-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promoted-function-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promoted-function-3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promoted-function.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
symbol-ambiguity.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
too-many-generic-params.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized_cast.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsized_cast.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00