]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/match/match-unresolved-one-arm.stderr
Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726
[rust.git] / src / test / ui / match / match-unresolved-one-arm.stderr
index 9eadb88a8ba814d6ce7b6fa01365f3f2571c0ac8..e3b501b2fd558c42ad720ba709aac0abf2d327d1 100644 (file)
@@ -6,8 +6,8 @@ LL |     let x = match () {
    |
 help: consider giving `x` an explicit type
    |
-LL |     let x: _ = match () {
-   |          +++
+LL |     let x: /* Type */ = match () {
+   |          ++++++++++++
 
 error: aborting due to previous error