summary refs log tree commit diff
path: root/src/test/ui/issues/issue-28134.stderr
blob: b9189480048d8498a71329cbe628c929142355c2 (plain)
1
2
3
4
5
6
7
8
error: only functions may be used as tests
  --> $DIR/issue-28134.rs:3:1
   |
LL | #![test]
   | ^^^^^^^^

error: aborting due to previous error