]> git.lizzy.rs Git - rust.git/commit
Add details about types with interior mutability to E0386.
authorNathan Kleyn <nathan@nathankleyn.com>
Thu, 13 Aug 2015 08:25:56 +0000 (09:25 +0100)
committerNathan Kleyn <nathan@nathankleyn.com>
Thu, 13 Aug 2015 09:17:56 +0000 (10:17 +0100)
commit75c6428e1bf2f5564392276642d962163d8a9809
tree2b340db80077db9e5f5f0a6d6b06b6b773509c6a
parent55752a4bdeae5dad77875b7702a14882fd12725b
Add details about types with interior mutability to E0386.

Types with interior mutability like `Cell` and `RefCell` can be used to
skirt the restriction on mutating mutable values inside an immutable
container.
src/librustc_borrowck/diagnostics.rs