summary refs log tree commit diff
path: root/src/test/ui/issues/issue-28134.stderr
blob: 5f8d27dd043b1c408512b6f62299b9abe7eae89f (plain)
1
2
3
4
5
6
7
8
9
10
error: cannot determine resolution for the attribute macro `test`
  --> $DIR/issue-28134.rs:3:4
   |
LL | #![test]
   |    ^^^^
   |
   = note: import resolution is stuck, try simplifying macro imports

error: aborting due to previous error