Move the dataflow framework to its own crate.

This commit is contained in:
Camille GILLOT
2021-01-05 19:53:07 +01:00
parent f7aaa2a200
commit 06ae9e43d0
2 changed files with 6 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ extern crate rustc_infer;
extern crate rustc_lexer;
extern crate rustc_lint;
extern crate rustc_middle;
extern crate rustc_mir;
extern crate rustc_mir_dataflow;
extern crate rustc_parse;
extern crate rustc_parse_format;
extern crate rustc_session;