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