[INFO] [stdout] error: encountered mutable pointer in final value of constant
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/Boa-0.13.0/src/builtins/map/mod.rs:341:9
[INFO] [stdout] |
[INFO] [stdout] 341 | const JS_ZERO: &JsValue = &JsValue::Rational(0f64);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^