X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fmir-opt%2Fgenerator-storage-dead-unwind.rs;h=82b216a99cf555ad9439ae1ec62a11c8676dd8ac;hb=d96951f5543869567e30ab1c63c0ac44d0d74c30;hp=4442fa5f52126457b6c4d88312c2de8fef0aa12a;hpb=2a201336ed2f253cd22561477764989050acb889;p=rust.git diff --git a/src/test/mir-opt/generator-storage-dead-unwind.rs b/src/test/mir-opt/generator-storage-dead-unwind.rs index 4442fa5f521..82b216a99cf 100644 --- a/src/test/mir-opt/generator-storage-dead-unwind.rs +++ b/src/test/mir-opt/generator-storage-dead-unwind.rs @@ -49,7 +49,7 @@ fn main() { // StorageLive(_4); // _4 = Bar(const 6i32,); // ... -// _1 = suspend(move _6) -> [resume: bb2, drop: bb4]; +// _5 = yield(move _6) -> [resume: bb2, drop: bb4]; // } // bb1 (cleanup): { // resume;