]> git.lizzy.rs Git - rust.git/commit
refactor: Extract the undo log to its own modules
authorMarkus Westerlind <markus.westerlind@distilnetworks.com>
Tue, 25 Feb 2020 16:09:01 +0000 (17:09 +0100)
committerMarkus Westerlind <markus.westerlind@distilnetworks.com>
Tue, 5 May 2020 09:24:36 +0000 (11:24 +0200)
commit204c9154e2ac43832cd12828216eff64810c50a7
treea502e24f00e20a1a01c5e6fc01e43c585dadfe3b
parentbc7f7b2d4d2ae25e6ce234ac4b03715b6979548b
refactor: Extract the undo log to its own modules
src/librustc_infer/infer/mod.rs
src/librustc_infer/infer/region_constraints/leak_check.rs
src/librustc_infer/infer/region_constraints/mod.rs
src/librustc_infer/infer/undo_log.rs [new file with mode: 0644]