mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-01 07:01:22 +00:00
This fixes an issue also reported to upstream (rust-lang/rust#62628) to ensure that we parse the `final` attribute as either `r#final` or `final`, since now the compiler is giving us `r#final` and we were previously only accepting `final`. The parsing here was a bit wonky, but this setup ended up working!