Skip to content

Commit 2f24270

Browse files
author
Jorge Aparicio
committed
---
yaml --- r: 173611 b: refs/heads/master c: 86948ad h: refs/heads/master i: 173609: 104bdf1 173607: b0249af v: v3
1 parent 5be5ce7 commit 2f24270

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 59e9cfa0cf66b92c05dc19c28dc6eb95cf2e4a67
2+
refs/heads/master: 86948adfdedb35051e55f41e865ee0ead6f53471
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 210f0dcf007104240b2e286ed0b80cb4a61d7bae
55
refs/heads/try: 957472483d3a2f43c0e4f7c2056280a1022af93c

trunk/src/librustc/middle/region.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ use util::nodemap::{FnvHashMap, FnvHashSet, NodeMap};
2222
use util::common::can_reach;
2323

2424
use std::cell::RefCell;
25+
// NOTE(stage0) remove import after a snapshot
26+
#[cfg(stage0)]
2527
use std::hash::{Hash};
2628
use syntax::codemap::Span;
2729
use syntax::{ast, visit};

0 commit comments

Comments
 (0)