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.
2 parents bc430eb + 3a78bea commit dd77681Copy full SHA for dd77681
text/1444-union.md
@@ -277,7 +277,7 @@ require explicitly specifying them.
277
## Unions and undefined behavior
278
279
Rust code must not use unions to invoke [undefined
280
-behavior](https://doc.rust-lang.org/nightly/reference.html#behavior-considered-undefined).
+behavior](https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html).
281
In particular, Rust code must not use unions to break the pointer aliasing
282
rules with raw pointers, or access a field containing a primitive type with an
283
invalid value.
0 commit comments