Skip to content

Commit 7ce2e7a

Browse files
committed
fix mir-opt test
1 parent 087d129 commit 7ce2e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/mir-opt/basic_assignment.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fn main() {
5656
// StorageLive(_4);
5757
// _4 = std::option::Option<std::boxed::Box<u32>>::None;
5858
// FakeRead(ForLet, _4);
59-
// AscribeUserType(_4, o, Canonical { variables: [], value: std::option::Option<std::boxed::Box<u32>> });
59+
// AscribeUserType(_4, o, Ty(Canonical { variables: [], value: std::option::Option<std::boxed::Box<u32>> }));
6060
// StorageLive(_5);
6161
// StorageLive(_6);
6262
// _6 = move _4;

0 commit comments

Comments
 (0)