File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
branches/snap-stage3/src/test/compile-fail Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 5e60facf781efa666bc93a4493d659112c01f2b1
4
+ refs/heads/snap-stage3: 664d9cc86fe4e2eb24e85677c27b576fbcfc316b
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments