]> git.lizzy.rs Git - rust.git/commit
rustc: use hir::ItemLocalId instead of ast::NodeId in CFG.
authorEduard-Mihai Burtescu <edy.burt@gmail.com>
Tue, 29 Aug 2017 16:27:30 +0000 (19:27 +0300)
committerEduard-Mihai Burtescu <edy.burt@gmail.com>
Fri, 1 Sep 2017 08:17:03 +0000 (11:17 +0300)
commit28ddd7a4ef30a89091dbf48cae18f571326510fb
treef6b1fc399b6e9a26dd0ba28e946dbfe780152ae0
parent45d31e73108b2a92d45a1a82b3e2846348112f57
rustc: use hir::ItemLocalId instead of ast::NodeId in CFG.
13 files changed:
src/librustc/cfg/construct.rs
src/librustc/cfg/graphviz.rs
src/librustc/cfg/mod.rs
src/librustc/hir/map/mod.rs
src/librustc/middle/dataflow.rs
src/librustc_borrowck/borrowck/check_loans.rs
src/librustc_borrowck/borrowck/gather_loans/gather_moves.rs
src/librustc_borrowck/borrowck/gather_loans/mod.rs
src/librustc_borrowck/borrowck/mod.rs
src/librustc_borrowck/borrowck/move_data.rs
src/librustc_borrowck/graphviz.rs
src/librustc_driver/pretty.rs
src/librustc_lint/builtin.rs