Closed
Description
From #968 (comment)
We pin nightly-2021-02-28 in CI for WASM/FFI testing so that our usage of nightly features doesn't suddenly break. We'll eventually want to bump it (especially once rust-lang/rust#85499 lands, fixing a lot of the compiler bugs plaguing yoke). It's good if we can update it to something recent.
At the moment the WASM build fails with things like
error: WASM error: Invalid name type (at offset 18707)
..
unknown name subsection at 1187412
unknown name subsection at 1187432
Searching around this seems fixable; we should figure out what's wrong and fix it so we can use a newer nightly.