blob: 1116cd38edf6ab1e709b41483a75845ce02f7081 (
plain)
1
2
3
4
5
6
7
8
|
error: only functions may be used as tests
--> $DIR/issue-14772.rs:14:1
|
LL | mod foo {} //~ ERROR only functions may be used as tests
| ^^^^^^^^^^
error: aborting due to previous error
|