blob: 1b1a59ec582f16efdcb4d3236a7bf33f9760054d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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)]
| ^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
|