Skip to content

Commit

Permalink
test: Fix depcrecated alias for int
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Mar 9, 2015
1 parent 5b7bfc8 commit 58a288d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-pass/issue-4759-1.rs
Expand Up @@ -9,5 +9,5 @@
// except according to those terms.

trait U { fn f(self); }
impl U for int { fn f(self) {} }
impl U for isize { fn f(self) {} }
pub fn main() { 4.f(); }

0 comments on commit 58a288d

Please sign in to comment.