We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e94ec commit 86a7831Copy full SHA for 86a7831
Cargo.lock
@@ -5262,7 +5262,7 @@ dependencies = [
5262
"chrono",
5263
"lazy_static",
5264
"matchers",
5265
- "parking_lot 0.11.0",
+ "parking_lot 0.9.0",
5266
"regex",
5267
"serde",
5268
"serde_json",
compiler/rustc_mir/src/util/mod.rs
@@ -7,8 +7,8 @@ pub mod storage;
7
mod alignment;
8
pub mod collect_writes;
9
mod find_self_call;
10
-pub(crate) mod generic_graphviz;
11
mod generic_graph;
+pub(crate) mod generic_graphviz;
12
mod graphviz;
13
pub(crate) mod pretty;
14
pub(crate) mod spanview;
0 commit comments