mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
20a5fb3b4a
Fix various bugs in `ty_kind_suggestion` Consolidates two implementations of `ty_kind_suggestion` Fixes some misuse of the empty param-env Fixes a problem where we suggested `(42)` instead of `(42,)` for tuple suggestions Suggest a value when `return;`, making it consistent with `break;` Fixes #123906