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 57bf80f commit 8727169Copy full SHA for 8727169
tests/ui/await_holding_refcell_ref.rs
@@ -64,7 +64,7 @@ fn main() {
64
let m = RefCell::new(100);
65
good(&m);
66
bad(&m);
67
- bad_mut(&m);
+ bad_mut(&m);
68
also_bad(&m);
69
not_good(&m);
70
block_bad(&m);
0 commit comments