summary refs log tree commit diff
path: root/src/test/ui/stability-attribute/stability-attribute-issue-43027.stderr
blob: 280c72acccb1863d613586ba707db5d745b36841 (plain)
1
2
3
4
5
6
7
8
error: field has missing stability attribute
  --> $DIR/stability-attribute-issue-43027.rs:5:23
   |
LL | pub struct Reverse<T>(pub T);
   |                       ^^^^^

error: aborting due to previous error