rust/tests/ui/rfcs/rfc-2565-param-attrs
许杰友 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
..
auxiliary Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
attr-without-param.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
attr-without-param.stderr Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
issue-64682-dropping-first-attrs-in-impl-fns.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
param-attrs-2018.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
param-attrs-2018.stderr Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
param-attrs-allowed.rs Adjust UI tests for unit_bindings 2023-06-12 20:24:48 +08:00
param-attrs-builtin-attrs.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
param-attrs-builtin-attrs.stderr Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
param-attrs-cfg.rs Adjust UI tests for unit_bindings 2023-06-12 20:24:48 +08:00
param-attrs-cfg.stderr Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
param-attrs-pretty.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
proc-macro-cannot-be-used.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
proc-macro-cannot-be-used.stderr Better group RFC ui tests together 2023-06-05 16:09:46 +00:00