Skip to content

Commit

Permalink
actually fix line number
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Sep 26, 2022
1 parent 81cfb14 commit f7b0c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/mir-opt/issue_101867.main.mir_map.0.mir
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// MIR for `main` 0 mir_map

| User Type Annotations
| 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>
| 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>
| 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>
| 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>
|
fn main() -> () {
let mut _0: (); // return place in scope 0 at $DIR/issue-101867.rs:+0:11: +0:11
Expand Down

0 comments on commit f7b0c85

Please sign in to comment.