]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-20714.rs
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-20714.rs
index 0a4817c1164dd36632047d718cfb0997bb0577ed..3aa39bb7388fafb4c5c2954cec476c1a19fd8692 100644 (file)
@@ -1,5 +1,5 @@
 struct G;
 
 fn main() {
-    let g = G(); //~ ERROR: expected function, found `G`
+    let g = G(); //~ ERROR: expected function, found struct `G`
 }