We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2451c2d commit c4ce40cCopy full SHA for c4ce40c
src/doc/src/reference/semver.md
@@ -1158,9 +1158,14 @@ pub struct Foo {
1158
}
1159
1160
pub enum Bar {
1161
- #[non_exhaustive] X,
1162
- #[non_exhaustive] Y(usize),
1163
- #[non_exhaustive] Z { a: usize },
+ #[non_exhaustive]
+ X,
+
1164
1165
+ Y(usize),
1166
1167
1168
+ Z { a: usize },
1169
1170
1171
#[non_exhaustive]
0 commit comments