rust/src/test/ui/lint/test-inner-fn.stderr
2018-12-25 21:08:33 -07:00

17 lines
451 B
Plaintext

error: cannot test inner items
--> $DIR/test-inner-fn.rs:5: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:13:9
|
LL | #[test] //~ ERROR cannot test inner items [unnameable_test_items]
| ^^^^^^^
error: aborting due to 2 previous errors