]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-28134.stderr
Use `summary_opts()` in another spot
[rust.git] / src / test / ui / issues / issue-28134.stderr
1 error: cannot determine resolution for the attribute macro `test`
2   --> $DIR/issue-28134.rs:4:4
3    |
4 LL | #![test]
5    |    ^^^^
6    |
7    = note: import resolution is stuck, try simplifying macro imports
8
9 error: aborting due to previous error
10