]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/suggestions/const-pat-non-exaustive-let-new-var.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / suggestions / const-pat-non-exaustive-let-new-var.stderr
index fc17199bf91d4ac3363ffc31410836d70a275b15..1512eac76670d761731493be53ba22354c92b8ba 100644 (file)
@@ -9,6 +9,8 @@ LL |     let A = 3;
 ...
 LL |     const A: i32 = 2;
    |     ----------------- constant defined here
+   |
+   = note: the matched value is of type `i32`
 
 error: aborting due to previous error