Skip to content

Commit f7b0c85

Browse files
committed
actually fix line number
1 parent 81cfb14 commit f7b0c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/mir-opt/issue_101867.main.mir_map.0.mir

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// MIR for `main` 0 mir_map
22

33
| User Type Annotations
4-
| 0: user_ty: Canonical { max_universe: U0, variables: [], value: Ty(std::option::Option<u8>) }, span: $DIR/issue-101867.rs:3:12: 5:22, inferred_ty: std::option::Option<u8>
5-
| 1: user_ty: Canonical { max_universe: U0, variables: [], value: Ty(std::option::Option<u8>) }, span: $DIR/issue-101867.rs:3:12: 5:22, inferred_ty: std::option::Option<u8>
4+
| 0: user_ty: Canonical { max_universe: U0, variables: [], value: Ty(std::option::Option<u8>) }, span: $DIR/issue-101867.rs:3:12: 3:22, inferred_ty: std::option::Option<u8>
5+
| 1: user_ty: Canonical { max_universe: U0, variables: [], value: Ty(std::option::Option<u8>) }, span: $DIR/issue-101867.rs:3:12: 3:22, inferred_ty: std::option::Option<u8>
66
|
77
fn main() -> () {
88
let mut _0: (); // return place in scope 0 at $DIR/issue-101867.rs:+0:11: +0:11

0 commit comments

Comments
 (0)