You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
I've put together the smallest example I could come up with here which is a stripped down version of this.
Am I doing something wrong ?
Thanks.
Update: here is the error message.
$ cargo run
Compiling serde_yaml_issue v0.1.0 (/home/ubuntu/repo/ubuntu/serde_yaml_issue)
Finished dev [unoptimized + debuginfo] target(s) in 0.40s
Running `target/debug/serde_yaml_issue`
thread 'main' panicked at 'well...this sucks: Error("deepStorage: invalid type: map, expected a YAML tag starting with '!'", line: 3, column: 7)', src/main.rs:41:37
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Hello,
the title says everything.
I've put together the smallest example I could come up with here which is a stripped down version of this.
Am I doing something wrong ?
Thanks.
Update: here is the error message.
The text was updated successfully, but these errors were encountered: