Commit graph

2 commits

Author SHA1 Message Date
许杰友 Jieyou Xu (Joe)
8da09aed94
Add allow-by-default lint for unit bindings
This lint is not triggered if any of the following conditions are met:

- The user explicitly annotates the binding with the `()` type.
- The binding is from a macro expansion.
- The user explicitly wrote `let () = init;`
- The user explicitly wrote `let pat = ();`. This is allowed for local
  lifetimes.
2023-11-20 11:45:44 +08:00
Caio
0285611096 Move tests 2023-05-08 17:58:01 -03:00
Renamed from tests/ui/issues/issue-868.rs (Browse further)