blob: bf476a45f772c1ff77c16727356986fbbea2de5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
error: cannot test inner items
--> $DIR/test-inner-fn.rs:5:5
|
LL | #[test]
| ^^^^^^^
|
= note: requested on the command line with `-D unnameable-test-items`
error: cannot test inner items
--> $DIR/test-inner-fn.rs:13:9
|
LL | #[test]
| ^^^^^^^
error: aborting due to 2 previous errors
|