Skip to content

Commit 58a288d

Browse files
committed
test: Fix depcrecated alias for int
1 parent 5b7bfc8 commit 58a288d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/issue-4759-1.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
// except according to those terms.
1010

1111
trait U { fn f(self); }
12-
impl U for int { fn f(self) {} }
12+
impl U for isize { fn f(self) {} }
1313
pub fn main() { 4.f(); }

0 commit comments

Comments
 (0)