]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/generator/issue-68112.rs
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
[rust.git] / src / test / ui / generator / issue-68112.rs
index 03b21c5ebd3ee48ae59551029a4f1a023d575c96..21026f45cb823375f9cc94400a0aed20da7ef085 100644 (file)
@@ -64,6 +64,7 @@ fn test2() {
     //~^ ERROR `RefCell<i32>` cannot be shared between threads safely
     //~| NOTE `RefCell<i32>` cannot be shared between threads safely
     //~| NOTE required for
+    //~| NOTE required by a bound introduced by this call
     //~| NOTE captures the following types
 }