]> git.proxmox.com Git - rustc.git/blame - src/test/ui/macros/issue-68060.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / macros / issue-68060.stderr
CommitLineData
1b1a35ee 1error: attribute should be applied to a function
f035d41b 2 --> $DIR/issue-68060.rs:4:13
74b04a01
XL
3 |
4LL | #[target_feature(enable = "")]
f9f354fc 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74b04a01
XL
6...
7LL | |_| (),
1b1a35ee 8 | ------ not a function
74b04a01
XL
9
10error: the feature named `` is not valid for this target
f035d41b 11 --> $DIR/issue-68060.rs:4:30
74b04a01
XL
12 |
13LL | #[target_feature(enable = "")]
14 | ^^^^^^^^^^^ `` is not valid for this target
15
16error[E0737]: `#[track_caller]` requires Rust ABI
1b1a35ee 17 --> $DIR/issue-68060.rs:8:13
74b04a01
XL
18 |
19LL | #[track_caller]
20 | ^^^^^^^^^^^^^^^
21
22error: aborting due to 3 previous errors
23
1b1a35ee 24For more information about this error, try `rustc --explain E0737`.