You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#123704 - estebank:diag-changes, r=compiler-errors
Tweak value suggestions in `borrowck` and `hir_analysis`
Unify the output of `suggest_assign_value` and `ty_kind_suggestion`.
Ideally we'd make these a single function, but doing so would likely require modify the crate dependency tree.
Copy file name to clipboardExpand all lines: tests/ui/borrowck/borrowck-break-uninit-2.stderr
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ LL | println!("{}", x);
10
10
= note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
Copy file name to clipboardExpand all lines: tests/ui/borrowck/borrowck-break-uninit.stderr
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ LL | println!("{}", x);
10
10
= note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments