Fix a typo in Closure<FnMut(...)>

This commit is contained in:
Alex Crichton 2018-07-23 17:51:49 -07:00
parent b3ee71c20b
commit f437e06463

View File

@ -228,7 +228,7 @@ macro_rules! doit {
R: IntoWasmAbi + 'static,
{
fn describe() {
<&Self>::describe();
<&mut Self>::describe();
}
unsafe fn into_abi(me: *mut Self, extra: &mut Stack) -> u32 {