Skip to content

Commit f437e06

Browse files
committed
Fix a typo in Closure<FnMut(...)>
1 parent b3ee71c commit f437e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/closure.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ macro_rules! doit {
228228
R: IntoWasmAbi + 'static,
229229
{
230230
fn describe() {
231-
<&Self>::describe();
231+
<&mut Self>::describe();
232232
}
233233

234234
unsafe fn into_abi(me: *mut Self, extra: &mut Stack) -> u32 {

0 commit comments

Comments
 (0)