SPWN-language
SPWN-language copied to clipboard
Another error...
localhost# cargo run build ../a.spwn
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
Finished dev [optimized + debuginfo] target(s) in 6.34s
warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0, quick-xml v0.20.0
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
Running `target/debug/spwn build ../a.spwn`
Parsing ...
Reading savefile...
Building script ...
———————————————————————————
thread 'main' panicked at compiler/src/value_storage.rs:123:32:
Could not find StoredValue(260078536v260756128)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
localhost#
What's going on?