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
Copy file name to clipboardExpand all lines: src/test/ui/borrowck/borrowck-break-uninit-2.stderr
+4
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ LL | println!("{}", x);
8
8
| ^ `x` used here but it isn't initialized
9
9
|
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: src/test/ui/borrowck/borrowck-break-uninit.stderr
+4
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ LL | println!("{}", x);
8
8
| ^ `x` used here but it isn't initialized
9
9
|
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