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.
&self
rust-lang chose this to support lock free data structures.
downside is allocators must be given interior mutability.
See rust-lang/wg-allocators#55 Change AllocRef to take &self
rust-lang/wg-allocators#55