Skip to content

Commit 39c05b4

Browse files
committed
Remove obsolete comment.
1 parent 1df6ddd commit 39c05b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/run-pass/integer-literal-suffix-inference.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
fn main() {
2-
3-
// The commented-out lines are ones that fail currently. I'm
4-
// working on figuring out why (#1425). -- lkuper
5-
62
fn id_i8(n: i8) -> i8 { n }
73
fn id_i16(n: i16) -> i16 { n }
84
fn id_i32(n: i32) -> i32 { n }

0 commit comments

Comments
 (0)