[INFO] cloning repository https://github.com/ElchananHaas/rustmtg-webserver [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ElchananHaas/rustmtg-webserver" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FElchananHaas%2Frustmtg-webserver", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FElchananHaas%2Frustmtg-webserver'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] af55bfeb045f40d0b40cae56ad79c16b43e679b2 [INFO] testing ElchananHaas/rustmtg-webserver against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FElchananHaas%2Frustmtg-webserver" "/workspace/builds/worker-81/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-81/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ElchananHaas/rustmtg-webserver on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ElchananHaas/rustmtg-webserver [INFO] finished tweaking git repo https://github.com/ElchananHaas/rustmtg-webserver [INFO] tweaked toml for git repo https://github.com/ElchananHaas/rustmtg-webserver written to /workspace/builds/worker-81/source/Cargo.toml [INFO] crate git repo https://github.com/ElchananHaas/rustmtg-webserver already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wyz v0.5.0 [INFO] [stderr] Downloaded radium v0.7.0 [INFO] [stderr] Downloaded multipart v0.18.0 [INFO] [stderr] Downloaded funty v2.0.0 [INFO] [stderr] Downloaded bitvec v1.0.0 [INFO] [stderr] Downloaded variant_count v1.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 46381ce5b47e75c8fd923a6272812e3e383b6f3f5655dcf71c4430023690d0ec [INFO] running `Command { std: "docker" "start" "-a" "46381ce5b47e75c8fd923a6272812e3e383b6f3f5655dcf71c4430023690d0ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46381ce5b47e75c8fd923a6272812e3e383b6f3f5655dcf71c4430023690d0ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46381ce5b47e75c8fd923a6272812e3e383b6f3f5655dcf71c4430023690d0ec", kill_on_drop: false }` [INFO] [stdout] 46381ce5b47e75c8fd923a6272812e3e383b6f3f5655dcf71c4430023690d0ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c87386cb7ac252450eb80b94bc11e9bc3965f1a867c1f8561cc5e7e3e6247e45 [INFO] running `Command { std: "docker" "start" "-a" "c87386cb7ac252450eb80b94bc11e9bc3965f1a867c1f8561cc5e7e3e6247e45", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling cpufeatures v0.1.5 [INFO] [stderr] Compiling unicode-bidi v0.3.6 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling anyhow v1.0.51 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling if_chain v1.0.2 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling tracing-core v0.1.19 [INFO] [stderr] Compiling wyz v0.5.0 [INFO] [stderr] Compiling tinyvec v1.3.1 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling bitvec v1.0.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling sha-1 v0.9.7 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling headers v0.3.5 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling strum_macros v0.23.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling variant_count v1.1.0 [INFO] [stderr] Compiling async-recursion v1.0.0 [INFO] [stderr] Compiling tokio v1.15.0 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling tungstenite v0.14.0 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling tokio-tungstenite v0.15.0 [INFO] [stderr] Compiling h2 v0.3.9 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling warp v0.3.2 [INFO] [stderr] Compiling mtg_webserver v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EntityBuilder` [INFO] [stdout] --> src/carddb.rs:141:22 [INFO] [stdout] | [INFO] [stdout] 141 | builder: EntityBuilder::new(), [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `EntityBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EntityBuilder` in this scope [INFO] [stdout] --> src/carddb.rs:90:54 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn layers_builder(&self, card_name: &str) -> EntityBuilder { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Entity` in this scope [INFO] [stdout] --> src/carddb.rs:93:59 [INFO] [stdout] | [INFO] [stdout] 51 | impl CardDB { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 93 | fn make_builder(&self, card_name: &str, owner: Option) -> EntityBuilder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EntityBuilder` in this scope [INFO] [stdout] --> src/carddb.rs:93:71 [INFO] [stdout] | [INFO] [stdout] 93 | fn make_builder(&self, card_name: &str, owner: Option) -> EntityBuilder { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EntityBuilder` in this scope [INFO] [stdout] --> src/carddb.rs:127:14 [INFO] [stdout] | [INFO] [stdout] 127 | builder: EntityBuilder, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Types` in this scope [INFO] [stdout] --> src/carddb.rs:129:12 [INFO] [stdout] | [INFO] [stdout] 129 | types: Types, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::card_entities::Types; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Supertypes` in this scope [INFO] [stdout] --> src/carddb.rs:130:17 [INFO] [stdout] | [INFO] [stdout] 130 | supertypes: Supertypes, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::card_entities::Supertypes; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Entity` in this scope [INFO] [stdout] --> src/carddb.rs:135:19 [INFO] [stdout] | [INFO] [stdout] 126 | pub struct CardBuilder { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 135 | owner: Option, //Don't use for in pace building [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Entity` in this scope [INFO] [stdout] --> src/carddb.rs:139:44 [INFO] [stdout] | [INFO] [stdout] 138 | impl CardBuilder { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 139 | pub fn new(name: String, owner: Option) -> Self { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Types` [INFO] [stdout] --> src/carddb.rs:143:20 [INFO] [stdout] | [INFO] [stdout] 143 | types: Types::default(), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::card_entities::Types; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Supertypes` [INFO] [stdout] --> src/carddb.rs:149:25 [INFO] [stdout] | [INFO] [stdout] 149 | supertypes: Supertypes::default(), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::card_entities::Supertypes; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CardName` in this scope [INFO] [stdout] --> src/carddb.rs:151:29 [INFO] [stdout] | [INFO] [stdout] 151 | builder.builder.add(CardName(name)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageUrl` in this scope [INFO] [stdout] --> src/carddb.rs:166:26 [INFO] [stdout] | [INFO] [stdout] 166 | self.builder.add(ImageUrl(url)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PT` in this scope [INFO] [stdout] --> src/carddb.rs:174:26 [INFO] [stdout] | [INFO] [stdout] 174 | self.builder.add(PT { [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::card_entities::PT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EntityBuilder` in this scope [INFO] [stdout] --> src/carddb.rs:228:31 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn build(mut self) -> EntityBuilder { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `EntCore` in this scope [INFO] [stdout] --> src/carddb.rs:232:30 [INFO] [stdout] | [INFO] [stdout] 232 | self.builder.add(EntCore { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Entity` in this scope [INFO] [stdout] --> src/game/handle_event.rs:301:36 [INFO] [stdout] | [INFO] [stdout] 8 | impl Game { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 301 | .collect::>(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Attacking` in this scope [INFO] [stdout] --> src/game/handle_event.rs:345:64 [INFO] [stdout] | [INFO] [stdout] 345 | let _ = self.ents.insert_one(attacker, Attacking(attacked)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Attacking` in this scope [INFO] [stdout] --> src/game/handle_event.rs:365:65 [INFO] [stdout] | [INFO] [stdout] 8 | impl Game { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 365 | if let Ok(attack) = self.ents.get::(creature) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Tapped` in this scope [INFO] [stdout] --> src/game/handle_event.rs:374:57 [INFO] [stdout] | [INFO] [stdout] 8 | impl Game { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 374 | .filter(|&creature| !self.has::(creature)) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Attacking` in this scope [INFO] [stdout] --> src/game/handle_event.rs:420:52 [INFO] [stdout] | [INFO] [stdout] 8 | impl Game { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 420 | .filter(|&creature| self.has::(creature)) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Attacking` in this scope [INFO] [stdout] --> src/game/handle_event.rs:430:52 [INFO] [stdout] | [INFO] [stdout] 8 | impl Game { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 430 | let _ = self.ents.remove_one::(perm); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Blocked` in this scope [INFO] [stdout] --> src/game/handle_event.rs:431:52 [INFO] [stdout] | [INFO] [stdout] 431 | let _ = self.ents.remove_one::(perm); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::game::Event::Blocked`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 431 | let _ = self.ents.remove_one::(perm); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 8 | impl Game { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Blocking` in this scope [INFO] [stdout] --> src/game/handle_event.rs:432:52 [INFO] [stdout] | [INFO] [stdout] 8 | impl Game { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 432 | let _ = self.ents.remove_one::(perm); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Damage` in this scope [INFO] [stdout] --> src/game/handle_event.rs:459:44 [INFO] [stdout] | [INFO] [stdout] 459 | let _ = self.ents.remove_one::(perm); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::game::Event::Damage` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 459 | let _ = self.ents.remove_one::(perm); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~ [INFO] [stdout] 459 | let _ = self.ents.remove_one::(perm); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 8 | impl Game { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DealtCombatDamage` in this scope [INFO] [stdout] --> src/game/handle_event.rs:460:44 [INFO] [stdout] | [INFO] [stdout] 8 | impl Game { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 460 | let _ = self.ents.remove_one::(perm); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Attacking` in this scope [INFO] [stdout] --> src/game/handle_event.rs:476:68 [INFO] [stdout] | [INFO] [stdout] 8 | impl Game { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 476 | let is_attacking = if let Ok(attack) = self.ents.get::(attacker) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Blocked` in this scope [INFO] [stdout] --> src/game/handle_event.rs:486:57 [INFO] [stdout] | [INFO] [stdout] 486 | if let Ok(blocks) = self.ents.get::(attacker) { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::game::Event::Blocked`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 486 | if let Ok(blocks) = self.ents.get::(attacker) { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 8 | impl Game { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Blocking` in this scope [INFO] [stdout] --> src/game/handle_event.rs:506:50 [INFO] [stdout] | [INFO] [stdout] 8 | impl Game { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 506 | if let Ok(blocked) = self.ents.get::(blocker) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Entity` in this scope [INFO] [stdout] --> src/game/handle_event.rs:513:41 [INFO] [stdout] | [INFO] [stdout] 513 | creatures: impl Iterator + 'b, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Entity` in this scope [INFO] [stdout] --> src/game/handle_event.rs:515:31 [INFO] [stdout] | [INFO] [stdout] 515 | ) -> impl Iterator + 'b { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DealtCombatDamage` in this scope [INFO] [stdout] --> src/game/handle_event.rs:522:36 [INFO] [stdout] | [INFO] [stdout] 8 | impl Game { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 522 | || !self.has::(ent) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Entity` in this scope [INFO] [stdout] --> src/game/handle_event.rs:570:17 [INFO] [stdout] | [INFO] [stdout] 570 | dealer: Entity, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Entity` in this scope [INFO] [stdout] --> src/game/handle_event.rs:571:25 [INFO] [stdout] | [INFO] [stdout] 8 | impl Game { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 571 | creatures: &Vec, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `World` in this scope [INFO] [stdout] --> src/game/layers.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | fn clear_components(ents: &mut World){ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 32 | make_clear_components! {CardName,PT,Types,Supertypes,Vec,HashSet,Controller} [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_clear_components` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Entity` in this scope [INFO] [stdout] --> src/game/layers.rs:20:81 [INFO] [stdout] | [INFO] [stdout] 20 | let entids=ents.iter().map(|entref| entref.entity() ).collect::>(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 32 | make_clear_components! {CardName,PT,Types,Supertypes,Vec,HashSet,Controller} [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_clear_components` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EntCore` in this scope [INFO] [stdout] --> src/game/layers.rs:22:31 [INFO] [stdout] | [INFO] [stdout] 22 | if ents.get::(id).is_ok(){ [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 32 | make_clear_components! {CardName,PT,Types,Supertypes,Vec,HashSet,Controller} [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_clear_components` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CardName` in this scope [INFO] [stdout] --> src/game/layers.rs:32:25 [INFO] [stdout] | [INFO] [stdout] 32 | make_clear_components! {CardName,PT,Types,Supertypes,Vec,HashSet,Controller} [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Types` in this scope [INFO] [stdout] --> src/game/layers.rs:32:37 [INFO] [stdout] | [INFO] [stdout] 32 | make_clear_components! {CardName,PT,Types,Supertypes,Vec,HashSet,Controller} [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::card_entities::Types; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Supertypes` in this scope [INFO] [stdout] --> src/game/layers.rs:32:43 [INFO] [stdout] | [INFO] [stdout] 32 | make_clear_components! {CardName,PT,Types,Supertypes,Vec,HashSet,Controller} [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::card_entities::Supertypes; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Controller` in this scope [INFO] [stdout] --> src/game/layers.rs:32:84 [INFO] [stdout] | [INFO] [stdout] 32 | make_clear_components! {CardName,PT,Types,Supertypes,Vec,HashSet,Controller} [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EntCore` in this scope [INFO] [stdout] --> src/game/layers.rs:46:47 [INFO] [stdout] | [INFO] [stdout] 34 | impl Game { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 46 | if let Ok(core) = self.ents.get::(ent) { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(try_blocks)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Arc`, `AtomicU64`, `Cell`, `Mutex`, `Ordering`, `RefCell`, `ops::DerefMut` [INFO] [stdout] --> src/AppendableMap.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | cell::{Cell, RefCell}, [INFO] [stdout] | ^^^^ ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 6 | ops::DerefMut, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 7 | sync::{ [INFO] [stdout] 8 | atomic::{AtomicU64, Ordering}, [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] 9 | Arc, Mutex, [INFO] [stdout] | ^^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Serialize`, `ser::SerializeMap` [INFO] [stdout] --> src/AppendableMap.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | use serde::{ser::SerializeMap, Serialize}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `anyhow::Result` [INFO] [stdout] --> src/ability_db.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use anyhow::Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/ability_db.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `game::Game`, `mana_cost_string`, `player::Player` [INFO] [stdout] --> src/ability_db.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | game::Game, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 10 | mana::{mana_cost_string, ManaCostSymbol}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | player::Player, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Cell`, `HashMap`, `RefCell`, `num::NonZeroU64` [INFO] [stdout] --> src/card_entities.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | cell::{Cell, RefCell}, [INFO] [stdout] | ^^^^ ^^^^^^^ [INFO] [stdout] 6 | collections::{HashMap, HashSet}, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 7 | num::NonZeroU64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Color` [INFO] [stdout] --> src/carddb.rs:6:37 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::mana::{mana_cost_string, Color}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Result`, `bail` [INFO] [stdout] --> src/carddb.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | use anyhow::{bail, Result}; [INFO] [stdout] | ^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `serde::Deserialize` [INFO] [stdout] --> src/carddb.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use serde::Deserialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/carddb.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use std::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::hash::Hash` [INFO] [stdout] --> src/carddb.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use std::hash::Hash; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashSet` [INFO] [stdout] --> src/components.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `CardId`, `EntId`, `PlayerId` [INFO] [stdout] --> src/cost.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::entities::{CardId, EntId, PlayerId}; [INFO] [stdout] | ^^^^^^ ^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::game::Game` [INFO] [stdout] --> src/cost.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::game::Game; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Color` [INFO] [stdout] --> src/cost.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::mana::{Color, ManaCostSymbol}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::player::Player` [INFO] [stdout] --> src/cost.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::player::Player; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Error`, `Result`, `bail` [INFO] [stdout] --> src/cost.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | use anyhow::{bail, Error, Result}; [INFO] [stdout] | ^^^^ ^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `serde::ser::SerializeMap` [INFO] [stdout] --> src/game.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use serde::ser::SerializeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Serializer` [INFO] [stdout] --> src/game.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | use serde::{Serialize, Serializer}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cell::RefCell` [INFO] [stdout] --> src/game.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use std::cell::RefCell; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::mana::mana_cost_string` [INFO] [stdout] --> src/game/layers.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::mana::mana_cost_string; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `spellabil::SpellAbilBuilder` [INFO] [stdout] --> src/game/layers.rs:3:22 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{game::*, spellabil::SpellAbilBuilder}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/mana.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `serde::ser::SerializeMap` [INFO] [stdout] --> src/mana.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use serde::ser::SerializeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AppendableMap::EntMap`, `CardId`, `ManaId`, `game::Game` [INFO] [stdout] --> src/mana.rs:7:16 [INFO] [stdout] | [INFO] [stdout] 7 | entities::{CardId, ManaId}, [INFO] [stdout] | ^^^^^^ ^^^^^^ [INFO] [stdout] 8 | game::Game, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 9 | AppendableMap::EntMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/player.rs:4:28 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::AppendableMap::{self, EntMap}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `bail` [INFO] [stdout] --> src/player.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | use anyhow::{bail, Result}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `derivative::*` [INFO] [stdout] --> src/player.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use derivative::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Serializer` [INFO] [stdout] --> src/player.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | use serde::{Serialize, Serializer}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `HashMap` [INFO] [stdout] --> src/player.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | use std::collections::{HashMap, HashSet}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fmt` [INFO] [stdout] --> src/spellabil.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::HashSet, fmt, num::NonZeroU32, sync::Arc}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Color` [INFO] [stdout] --> src/spellabil.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | mana::{Color, ManaCostSymbol}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/game/handle_event.rs:187:47 [INFO] [stdout] | [INFO] [stdout] 187 | let card = self.cards.get_mut(ent)?; [INFO] [stdout] | ^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: FromResidual>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/handle_event.rs:309:46 [INFO] [stdout] | [INFO] [stdout] 309 | if let Ok(player) = self.ents.get_mut::(self.active_player) { [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 309 | if let Ok(player) = self.players.ents.get_mut::(self.active_player) { [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 309 | if let Ok(player) = self.cards.ents.get_mut::(self.active_player) { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `has_keyword` found for mutable reference `&mut game::Game` in the current scope [INFO] [stdout] --> src/game/handle_event.rs:335:34 [INFO] [stdout] | [INFO] [stdout] 335 | if !self.has_keyword(attacker, KeywordAbility::Vigilance) { [INFO] [stdout] | ^^^^^^^^^^^ method not found in `&mut game::Game` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/handle_event.rs:345:38 [INFO] [stdout] | [INFO] [stdout] 345 | let _ = self.ents.insert_one(attacker, Attacking(attacked)); [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 345 | let _ = self.players.ents.insert_one(attacker, Attacking(attacked)); [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 345 | let _ = self.cards.ents.insert_one(attacker, Attacking(attacked)); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/handle_event.rs:365:54 [INFO] [stdout] | [INFO] [stdout] 365 | ... if let Ok(attack) = self.ents.get::(creature) { [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 365 | if let Ok(attack) = self.players.ents.get::(creature) { [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 365 | if let Ok(attack) = self.cards.ents.get::(creature) { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `has` found for mutable reference `&mut game::Game` in the current scope [INFO] [stdout] --> src/game/handle_event.rs:374:51 [INFO] [stdout] | [INFO] [stdout] 374 | .filter(|&creature| !self.has::(creature)) [INFO] [stdout] | ^^^ method not found in `&mut game::Game` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/handle_event.rs:379:63 [INFO] [stdout] | [INFO] [stdout] 379 | let blocks = if let Ok(player) = self.ents.get_mut::(opponent) { [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 379 | let blocks = if let Ok(player) = self.players.ents.get_mut::(opponent) { [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 379 | let blocks = if let Ok(player) = self.cards.ents.get_mut::(opponent) { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `has` found for mutable reference `&mut game::Game` in the current scope [INFO] [stdout] --> src/game/handle_event.rs:420:46 [INFO] [stdout] | [INFO] [stdout] 420 | .filter(|&creature| self.has::(creature)) [INFO] [stdout] | ^^^ method not found in `&mut game::Game` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/handle_event.rs:430:34 [INFO] [stdout] | [INFO] [stdout] 430 | let _ = self.ents.remove_one::(perm); [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 430 | let _ = self.players.ents.remove_one::(perm); [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 430 | let _ = self.cards.ents.remove_one::(perm); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/handle_event.rs:431:34 [INFO] [stdout] | [INFO] [stdout] 431 | let _ = self.ents.remove_one::(perm); [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 431 | let _ = self.players.ents.remove_one::(perm); [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 431 | let _ = self.cards.ents.remove_one::(perm); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/handle_event.rs:432:34 [INFO] [stdout] | [INFO] [stdout] 432 | let _ = self.ents.remove_one::(perm); [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 432 | let _ = self.players.ents.remove_one::(perm); [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 432 | let _ = self.cards.ents.remove_one::(perm); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/handle_event.rs:445:34 [INFO] [stdout] | [INFO] [stdout] 445 | if let Ok(player) = self.ents.get_mut::(self.active_player) { [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 445 | if let Ok(player) = self.players.ents.get_mut::(self.active_player) { [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 445 | if let Ok(player) = self.cards.ents.get_mut::(self.active_player) { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/handle_event.rs:459:26 [INFO] [stdout] | [INFO] [stdout] 459 | let _ = self.ents.remove_one::(perm); [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 459 | let _ = self.players.ents.remove_one::(perm); [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 459 | let _ = self.cards.ents.remove_one::(perm); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/handle_event.rs:460:26 [INFO] [stdout] | [INFO] [stdout] 460 | let _ = self.ents.remove_one::(perm); [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 460 | let _ = self.players.ents.remove_one::(perm); [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 460 | let _ = self.cards.ents.remove_one::(perm); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/handle_event.rs:476:57 [INFO] [stdout] | [INFO] [stdout] 476 | let is_attacking = if let Ok(attack) = self.ents.get::(attacker) { [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 476 | let is_attacking = if let Ok(attack) = self.players.ents.get::(attacker) { [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 476 | let is_attacking = if let Ok(attack) = self.cards.ents.get::(attacker) { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/handle_event.rs:482:38 [INFO] [stdout] | [INFO] [stdout] 482 | if let Ok(pt) = self.ents.get::(attacker) { [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 482 | if let Ok(pt) = self.players.ents.get::(attacker) { [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 482 | if let Ok(pt) = self.cards.ents.get::(attacker) { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/handle_event.rs:486:46 [INFO] [stdout] | [INFO] [stdout] 486 | if let Ok(blocks) = self.ents.get::(attacker) { [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 486 | if let Ok(blocks) = self.players.ents.get::(attacker) { [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 486 | if let Ok(blocks) = self.cards.ents.get::(attacker) { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/handle_event.rs:506:39 [INFO] [stdout] | [INFO] [stdout] 506 | if let Ok(blocked) = self.ents.get::(blocker) { [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 506 | if let Ok(blocked) = self.players.ents.get::(blocker) { [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 506 | if let Ok(blocked) = self.cards.ents.get::(blocker) { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/game/handle_event.rs:516:19 [INFO] [stdout] | [INFO] [stdout] 516 | creatures.filter(move |&ent| { [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `filter` found for type parameter `impl Iterator + 'b` in the current scope [INFO] [stdout] --> src/game/handle_event.rs:516:19 [INFO] [stdout] | [INFO] [stdout] 516 | creatures.filter(move |&ent| { [INFO] [stdout] | ^^^^^^ method not found in `impl Iterator + 'b` [INFO] [stdout] | [INFO] [stdout] = note: `creatures` is a function, perhaps you wish to call it [INFO] [stdout] = help: items from traits can only be used if the type parameter is bounded by the trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `has_keyword` found for reference `&'b game::Game` in the current scope [INFO] [stdout] --> src/game/handle_event.rs:518:22 [INFO] [stdout] | [INFO] [stdout] 518 | self.has_keyword(ent, KeywordAbility::FirstStrike) [INFO] [stdout] | ^^^^^^^^^^^ method not found in `&'b game::Game` [INFO] [stdout] | [INFO] [stdout] = note: `self` is a function, perhaps you wish to call it [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `has_keyword` found for reference `&'b game::Game` in the current scope [INFO] [stdout] --> src/game/handle_event.rs:519:29 [INFO] [stdout] | [INFO] [stdout] 519 | || self.has_keyword(ent, KeywordAbility::DoubleStrike) [INFO] [stdout] | ^^^^^^^^^^^ method not found in `&'b game::Game` [INFO] [stdout] | [INFO] [stdout] = note: `self` is a function, perhaps you wish to call it [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `has_keyword` found for reference `&'b game::Game` in the current scope [INFO] [stdout] --> src/game/handle_event.rs:521:22 [INFO] [stdout] | [INFO] [stdout] 521 | self.has_keyword(ent, KeywordAbility::DoubleStrike) [INFO] [stdout] | ^^^^^^^^^^^ method not found in `&'b game::Game` [INFO] [stdout] | [INFO] [stdout] = note: `self` is a function, perhaps you wish to call it [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `has` found for reference `&'b game::Game` in the current scope [INFO] [stdout] --> src/game/handle_event.rs:522:30 [INFO] [stdout] | [INFO] [stdout] 522 | || !self.has::(ent) [INFO] [stdout] | ^^^ method not found in `&'b game::Game` [INFO] [stdout] | [INFO] [stdout] = note: `self` is a function, perhaps you wish to call it [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&game::Game` [INFO] [stdout] --> src/game/handle_event.rs:573:55 [INFO] [stdout] | [INFO] [stdout] 573 | let mut damage_to_deal = if let Ok(pt) = self.ents.get::(dealer) { [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 573 | let mut damage_to_deal = if let Ok(pt) = self.players.ents.get::(dealer) { [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 573 | let mut damage_to_deal = if let Ok(pt) = self.cards.ents.get::(dealer) { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/game/handle_event.rs:591:33 [INFO] [stdout] | [INFO] [stdout] 591 | target: creature, [INFO] [stdout] | ^^^^^^^^ expected enum `entities::TargetId`, found struct `entities::CardId` [INFO] [stdout] | [INFO] [stdout] help: try wrapping the expression in `entities::TargetId::Card` [INFO] [stdout] | [INFO] [stdout] 591 | target: entities::TargetId::Card(creature), [INFO] [stdout] | +++++++++++++++++++++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/AppendableMap.rs:55:30 [INFO] [stdout] | [INFO] [stdout] 55 | let newkey = K::from(self.count); [INFO] [stdout] | ^^^^^^^^^^ expected struct `NonZeroU64`, found `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `spawn` found for mutable reference `&mut EntMap` in the current scope [INFO] [stdout] --> src/carddb.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | let res = ents.spawn(builder.build()); [INFO] [stdout] | ^^^^^ method not found in `&mut EntMap` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `spawn`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `SpawnExt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/layers.rs:36:36 [INFO] [stdout] | [INFO] [stdout] 36 | clear_components(&mut self.ents); [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 36 | clear_components(&mut self.players.ents); [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 36 | clear_components(&mut self.cards.ents); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/layers.rs:46:36 [INFO] [stdout] | [INFO] [stdout] 46 | if let Ok(core) = self.ents.get::(ent) { [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 46 | if let Ok(core) = self.players.ents.get::(ent) { [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 46 | if let Ok(core) = self.cards.ents.get::(ent) { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/layers.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = self.ents.insert(ent, builder.build()); [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 51 | let _ = self.players.ents.insert(ent, builder.build()); [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 51 | let _ = self.cards.ents.insert(ent, builder.build()); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/layers.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | let _ = self.ents.insert_one(ent, owner); [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 52 | let _ = self.players.ents.insert_one(ent, owner); [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 52 | let _ = self.cards.ents.insert_one(ent, owner); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `ents` on type `&mut game::Game` [INFO] [stdout] --> src/game/layers.rs:60:41 [INFO] [stdout] | [INFO] [stdout] 60 | let subtypes = self.ents.get::>(ent)?; [INFO] [stdout] | ^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `players`, `cards`, `battlefield`, `exile`, `command` ... and 12 others [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 60 | let subtypes = self.players.ents.get::>(ent)?; [INFO] [stdout] | ++++++++ [INFO] [stdout] help: one of the expressions' fields has a field of the same name [INFO] [stdout] | [INFO] [stdout] 60 | let subtypes = self.cards.ents.get::>(ent)?; [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/spellabil.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 41 | / match keyword { [INFO] [stdout] 42 | | _ => todo!(), [INFO] [stdout] 43 | | }; [INFO] [stdout] | |_________- any code following this `match` expression is unreachable, as all arms diverge [INFO] [stdout] 44 | res [INFO] [stdout] | ^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::RangeBounds` [INFO] [stdout] --> src/player.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use std::ops::RangeBounds; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 76 previous errors; 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0283, E0308, E0412, E0422, E0425, E0433, E0554, E0599... [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mtg_webserver` due to 77 previous errors; 34 warnings emitted [INFO] running `Command { std: "docker" "inspect" "c87386cb7ac252450eb80b94bc11e9bc3965f1a867c1f8561cc5e7e3e6247e45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c87386cb7ac252450eb80b94bc11e9bc3965f1a867c1f8561cc5e7e3e6247e45", kill_on_drop: false }` [INFO] [stdout] c87386cb7ac252450eb80b94bc11e9bc3965f1a867c1f8561cc5e7e3e6247e45