We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AscribeUserType
UserTypeProjection
1 parent 740e8a3 commit 7e76196Copy full SHA for 7e76196
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, Ty(Canonical { variables: [], value: std::option::Option<std::boxed::Box<u32>> }));
+// AscribeUserType(_4, o, UserTypeProjection { base: Ty(Canonical { variables: [], value: std::option::Option<std::boxed::Box<u32>> }), projs: [] });
60
// StorageLive(_5);
61
// StorageLive(_6);
62
// _6 = move _4;
0 commit comments