2023-03-18 22:49:30 +13:00
|
|
|
error: cannot test inner items
|
|
|
|
|
--> $DIR/issue-107454.rs:7:5
|
|
|
|
|
|
|
|
|
|
|
LL | #[test_case]
|
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
|
|
|
|
--> $DIR/issue-107454.rs:4:9
|
|
|
|
|
|
|
|
|
|
|
LL | #![deny(unnameable_test_items)]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-03-18 22:49:30 +13:00
|
|
|
|