rust/src/test/ui/lint/test-inner-fn.stderr

17 lines
452 B
Plaintext
Raw Normal View History

2018-07-20 20:04:02 -05:00
error: cannot test inner items
2018-06-08 20:24:57 -05:00
--> $DIR/test-inner-fn.rs:15:5
|
2018-07-20 20:04:02 -05:00
LL | #[test] //~ ERROR cannot test inner items [unnameable_test_items]
2018-06-08 20:24:57 -05:00
| ^^^^^^^
|
2018-07-20 20:04:02 -05:00
= note: requested on the command line with `-D unnameable-test-items`
2018-06-08 20:24:57 -05:00
2018-07-20 20:04:02 -05:00
error: cannot test inner items
2018-06-08 20:24:57 -05:00
--> $DIR/test-inner-fn.rs:23:9
|
2018-07-20 20:04:02 -05:00
LL | #[test] //~ ERROR cannot test inner items [unnameable_test_items]
2018-06-08 20:24:57 -05:00
| ^^^^^^^
error: aborting due to 2 previous errors