blob: 182fb31a9aa3707853f01412cd25f618e00dc510 [file] [log] [blame]
error: cannot test inner items
--> $DIR/test-inner-fn.rs:15:5
|
LL | #[test] //~ ERROR cannot test inner items [unnameable_test_items]
| ^^^^^^^
|
= note: requested on the command line with `-D unnameable-test-items`
error: cannot test inner items
--> $DIR/test-inner-fn.rs:23:9
|
LL | #[test] //~ ERROR cannot test inner items [unnameable_test_items]
| ^^^^^^^
error: aborting due to 2 previous errors