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 4505268 commit d599eb8Copy full SHA for d599eb8
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 5b7bfc88c637f692215cc79822559e08164b53b5
+refs/heads/master: 58a288d323a00647c12a78f88427ac892b87c5b5
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 270a677d4d698916f5ad103f0afc3c070b8dbeb4
5
refs/heads/try: 649d35e4d830b27806705dc5352c86ab6d6fd1a1
trunk/src/test/run-pass/issue-4759-1.rs
@@ -9,5 +9,5 @@
9
// except according to those terms.
10
11
trait U { fn f(self); }
12
-impl U for int { fn f(self) {} }
+impl U for isize { fn f(self) {} }
13
pub fn main() { 4.f(); }
0 commit comments