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 1a32326 commit 4539a45Copy full SHA for 4539a45
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: e78550bf88eac19b5a1b7a5c1dbad0d0c331c557
+refs/heads/master: e301d7cab2d7f7dbbb6d5ee5d2fc1482f9fdd50d
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: b3317d68910900f135f9f38e43a7a699bc736b4a
5
refs/heads/try: 961e0358e1a5c0faaef606e31e9965742c1643bf
trunk/src/librustc/middle/infer/unify.rs
@@ -12,7 +12,7 @@ pub use self::VarValue::*;
12
13
use std::marker;
14
15
-use middle::ty::{expected_found, IntVarValue};
+use middle::ty::{IntVarValue};
16
use middle::ty::{self, Ty};
17
use std::fmt::Debug;
18
use std::marker::PhantomData;
0 commit comments