We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eccea0 commit 4961afbCopy full SHA for 4961afb
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 77d1978f8e6535fdde242058f626b916a36b74c3
+refs/heads/master: 2013488bee4a8aa61c8fda0006cfda698732f8f4
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
5
refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d
trunk/src/librustc/middle/cfg/mod.rs
@@ -15,6 +15,8 @@ Uses `Graph` as the underlying representation.
15
16
*/
17
18
+#![allow(dead_code)] // still a WIP, #6298
19
+
20
use middle::graph;
21
use middle::ty;
22
use middle::typeck;
0 commit comments