blob: bdfdd9ccc87802f4dd1e8af174d2e9109f86370c (
plain)
1
2
3
4
5
6
7
8
|
error: This node does not have a stability attribute
--> $DIR/stability-attribute-issue-43027.rs:15:23
|
LL | pub struct Reverse<T>(pub T); //~ ERROR This node does not have a stability attribute
| ^^^^^
error: aborting due to previous error
|