rust/src/test/ui/issues/issue-28134.stderr

9 lines
193 B
Plaintext
Raw Normal View History

2018-10-04 14:49:29 -05:00
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