blob: cecbe5b93655a08813eee1e0fc2d924ba952e811 (
plain)
1
2
3
4
5
6
7
8
|
error: only functions may be used as tests
--> $DIR/issue-28134.rs:13:1
|
LL | #![test] //~ ERROR only functions may be used as tests
| ^^^^^^^^
error: aborting due to previous error
|