This commit is contained in:
Alexis Beingessner 2015-07-01 13:12:11 -07:00
parent 18067e4109
commit ccb08a52fe

View File

@ -9,6 +9,8 @@ language-design problem.
# The Tagged Union Problem
TODO: rewrite this to use Box instead?
The core of the lifetime and mutability system derives from a simple problem:
internal pointers to tagged unions. For instance, consider the following code: