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.
1 parent f40190a commit 3882ed4Copy full SHA for 3882ed4
src/test/ui/async-await/drop-order/drop-order-when-cancelled.rs
@@ -199,7 +199,7 @@ fn assert_drop_order_after_cancel<Fut: Future<Output = ()>>(
199
200
// Parameters are never dropped until the future completes.
201
assert_eq!(*actual_order.borrow(), vec![DropOrder::Function]);
202
-
+
203
drop(fut);
204
205
let expected_order = Rc::new(RefCell::new(Vec::new()));
0 commit comments