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
Attempting to compile the subproject examples/dev_shard_manager/ with cargo run in this commit/library version causes the compiler to panic with the following output on stable, beta and nightly.
I expect the code in examples/dev_shard_manager/main.rs is incorrect in some way, but regardless the compiler should not panic.
Attempting to compile the subproject
examples/dev_shard_manager/
withcargo run
in this commit/library version causes the compiler to panic with the following output on stable, beta and nightly.I expect the code in
examples/dev_shard_manager/main.rs
is incorrect in some way, but regardless the compiler should not panic.EDIT: Specifically, the lines https://github.com/FelixMcFelix/serenity/blob/ee8bfa1fa3a9c9a5f4a1c49283921e9cd7e4953a/examples/dev_shard_manager/src/main.rs#L47--48 are at fault.
cargo check
works, and reports that the program should compile.Meta
rustc --version --verbose (for nightly):
rustc 1.28.0-nightly (f28c7aef7 2018-06-19) binary: rustc commit-hash: f28c7aef7fbff1909c2d0257186cd7a5f0c6aa4b commit-date: 2018-06-19 host: x86_64-unknown-linux-gnu release: 1.28.0-nightly LLVM version: 6.0
Backtrace:
The text was updated successfully, but these errors were encountered: