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