summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-1362.rs
blob: 6fd43f50e4dc81e18e3c814718e1bbdf754b8d77 (plain)
1
2
3
4
5
6
7
8
// Regression test for issue #1362 - without that fix the span will be bogus
// no-reformat
fn main() {
  let x: u32 = 20i32; //~ ERROR mismatched types
}
// NOTE: Do not add any extra lines as the line number the error is
// on is significant; an error later in the source file might not
// trigger the bug.