]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/macros/issue-68060.stderr
New upstream version 1.49.0~beta.4+dfsg1
[rustc.git] / src / test / ui / macros / issue-68060.stderr
index a01c3827bb5a553bd6959331daa3e18b2db4d1cf..1b58cf9c4ede54050a82a472857479a1d74ea49a 100644 (file)
@@ -7,18 +7,5 @@ LL |             #[target_feature(enable = "")]
 LL |             |_| (),
    |             ------ not a function
 
-error: the feature named `` is not valid for this target
-  --> $DIR/issue-68060.rs:4:30
-   |
-LL |             #[target_feature(enable = "")]
-   |                              ^^^^^^^^^^^ `` is not valid for this target
-
-error[E0737]: `#[track_caller]` requires Rust ABI
-  --> $DIR/issue-68060.rs:8:13
-   |
-LL |             #[track_caller]
-   |             ^^^^^^^^^^^^^^^
-
-error: aborting due to 3 previous errors
+error: aborting due to previous error
 
-For more information about this error, try `rustc --explain E0737`.