We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7bfc8 commit 58a288dCopy full SHA for 58a288d
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