diff --git a/doc/rust.md b/doc/rust.md index f24371cb8d5..98d6277b03d 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -3109,7 +3109,8 @@ Additional specific influences can be seen from the following languages: * The stack-growth implementation of Go. * The structural algebraic types and compilation manager of SML. * The attribute and assembly systems of C#. -* The deterministic destructor system of C++. +* The references and deterministic destructor system of C++. +* The memory region systems of the ML Kit and Cyclone. * The typeclass system of Haskell. * The lexical identifier rule of Python. * The block syntax of Ruby.