We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
error-codes/E0381-duplicated-label.stderr
1 parent c1ddffb commit c9ee8a1Copy full SHA for c9ee8a1
tests/ui/error-codes/E0381-duplicated-label.stderr
@@ -1,5 +1,5 @@
1
error[E0381]: used binding `blah` is possibly-uninitialized
2
- --> $DIR/E0381-duplicated-label.rs:8:33
+ --> $DIR/E0381-duplicated-label.rs:11:33
3
|
4
LL | let blah: Option<String>;
5
| ---- binding declared here but left uninitialized
0 commit comments