]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-19991.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / issues / issue-19991.rs
index 0f3f83001d3c689c99b3c03233243df4cb6eecd6..1f3b73f96d8b9c2c965e32f41ddacf00cb9e0c0c 100644 (file)
@@ -1,4 +1,4 @@
-// Test if the sugared if-let construct correctly prints "missing an else clause" when an else
+// Test if the sugared `if let` construct correctly prints "missing an else clause" when an else
 // clause does not exist, instead of the unsympathetic "`match` arms have incompatible types"
 
 fn main() {