]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/macros/issue-68060.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / macros / issue-68060.stderr
index 1b58cf9c4ede54050a82a472857479a1d74ea49a..b13e418e664a6a7fd3e598214e67a4906227e3d0 100644 (file)
@@ -1,11 +1,11 @@
-error: attribute should be applied to a function
+error: attribute should be applied to a function definition
   --> $DIR/issue-68060.rs:4:13
    |
 LL |             #[target_feature(enable = "")]
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ...
 LL |             |_| (),
-   |             ------ not a function
+   |             ------ not a function definition
 
 error: aborting due to previous error