Skip to content

Commit 1dbe113

Browse files
kevinabrson
authored andcommitted
---
yaml --- r: 7663 b: refs/heads/master c: 664d9cc h: refs/heads/master i: 7661: 5fa88a4 7659: f8232cf 7655: 61bfbbd 7647: 9a62adf v: v3
1 parent 6690516 commit 1dbe113

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 5e60facf781efa666bc93a4493d659112c01f2b1
2+
refs/heads/master: 664d9cc86fe4e2eb24e85677c27b576fbcfc316b
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Regression test for issue #1362
2+
// (without out that fix the location will be bogus)
3+
fn main() {
4+
let x: uint = 20; //! ERROR mismatched types
5+
}
6+
// NOTE: Do not add any extra lines as the line number the error is
7+
// on is significant; an error later in the source file might not
8+
// trigger the bug.

0 commit comments

Comments
 (0)