blob: bdfdd9ccc87802f4dd1e8af174d2e9109f86370c [file] [log] [blame]
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