]> git.lizzy.rs Git - rust.git/commit
Hide the RefCell inside InterpretInterner
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 25 Jan 2018 11:59:24 +0000 (12:59 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 8 Mar 2018 07:34:09 +0000 (08:34 +0100)
commitd26ebec81ce5d450f1bf3065ae990e6b1ca1c551
treecde065a45bec9dffb24aae3d48130af5db00829d
parent37d8b9a86c7352f99c4f65987bd881d090fdee00
Hide the RefCell inside InterpretInterner

It was too easy to get this wrong
14 files changed:
src/librustc/ich/impls_ty.rs
src/librustc/mir/mod.rs
src/librustc/ty/context.rs
src/librustc/ty/maps/on_disk_cache.rs
src/librustc_metadata/decoder.rs
src/librustc_metadata/encoder.rs
src/librustc_mir/borrow_check/nll/type_check/mod.rs
src/librustc_mir/const_eval/_match.rs
src/librustc_mir/interpret/const_eval.rs
src/librustc_mir/interpret/eval_context.rs
src/librustc_mir/interpret/memory.rs
src/librustc_mir/interpret/place.rs
src/librustc_mir/monomorphize/collector.rs
src/librustc_trans/mir/constant.rs