Skip to content

Commit

Permalink
Merge pull request rust-lang#2172 from fourplusone/patch-1
Browse files Browse the repository at this point in the history
Correct URL to reference
  • Loading branch information
steveklabnik authored Oct 13, 2017
2 parents bc430eb + 3a78bea commit dd77681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/1444-union.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ require explicitly specifying them.
## Unions and undefined behavior

Rust code must not use unions to invoke [undefined
behavior](https://doc.rust-lang.org/nightly/reference.html#behavior-considered-undefined).
behavior](https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html).
In particular, Rust code must not use unions to break the pointer aliasing
rules with raw pointers, or access a field containing a primitive type with an
invalid value.
Expand Down

0 comments on commit dd77681

Please sign in to comment.