]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gate/issue-43106-gating-of-bench.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / feature-gate / issue-43106-gating-of-bench.stderr
CommitLineData
416331ca
XL
1error: cannot determine resolution for the attribute macro `bench`
2 --> $DIR/issue-43106-gating-of-bench.rs:7:4
0531ce1d 3 |
416331ca
XL
4LL | #![bench = "4100"]
5 | ^^^^^
6 |
7 = note: import resolution is stuck, try simplifying macro imports
ff7c6d11
XL
8
9error: aborting due to previous error
10