File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ On `enum`s:
136
136
representation. Takes one argument, which is the primitive
137
137
type this enum should be represented for, or ` C ` , which specifies that it
138
138
should be the default ` enum ` size of the C ABI for that platform. Note that
139
- enum representation in C is undefined , and this may be incorrect when the C
140
- code is compiled with certain flags.
139
+ enum representation in C is implementation-defined , and may not be compatible
140
+ when the C code is compiled with certain flags.
141
141
142
142
On ` struct ` s:
143
143
@@ -416,4 +416,4 @@ You can implement `derive` for your own type through [procedural macros].
416
416
417
417
[ Doc comments ] : comments.html#doc-comments
418
418
[ The Rustdoc Book ] : ../rustdoc/the-doc-attribute.html
419
- [ procedural macros ] : procedural-macros.html
419
+ [ procedural macros ] : procedural-macros.html
You can’t perform that action at this time.
0 commit comments