We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087d129 commit 7ce2e7aCopy full SHA for 7ce2e7a
src/test/mir-opt/basic_assignment.rs
@@ -56,7 +56,7 @@ fn main() {
56
// StorageLive(_4);
57
// _4 = std::option::Option<std::boxed::Box<u32>>::None;
58
// FakeRead(ForLet, _4);
59
-// AscribeUserType(_4, o, Canonical { variables: [], value: std::option::Option<std::boxed::Box<u32>> });
+// AscribeUserType(_4, o, Ty(Canonical { variables: [], value: std::option::Option<std::boxed::Box<u32>> }));
60
// StorageLive(_5);
61
// StorageLive(_6);
62
// _6 = move _4;
0 commit comments