]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/issue-43106-gating-of-bench.stderr
Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-2021-02-01
[rust.git] / src / test / ui / feature-gates / issue-43106-gating-of-bench.stderr
1 error: cannot determine resolution for the attribute macro `bench`
2   --> $DIR/issue-43106-gating-of-bench.rs:7:4
3    |
4 LL | #![bench                   = "4100"]
5    |    ^^^^^
6    |
7    = note: import resolution is stuck, try simplifying macro imports
8
9 error: aborting due to previous error
10