[INFO] cloning repository https://github.com/aatxe/dnd [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aatxe/dnd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faatxe%2Fdnd"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faatxe%2Fdnd'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 082d4c319df65e98124c617adbd562a18a9f6488 [INFO] checking aatxe/dnd against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faatxe%2Fdnd" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aatxe/dnd on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/aatxe/dnd [INFO] finished tweaking git repo https://github.com/aatxe/dnd [INFO] tweaked toml for git repo https://github.com/aatxe/dnd written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/aatxe/dnd already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-11/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 128c78388cd05e2127ff623c45bb6bec74c982e3b57cbd753bb1730e438bd49e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "128c78388cd05e2127ff623c45bb6bec74c982e3b57cbd753bb1730e438bd49e"` [INFO] [stderr] Checking tokio-mockstream v1.1.0 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking irc v0.13.6 [INFO] [stderr] Checking dnd v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `crypto` in `openssl` [INFO] [stderr] --> src/data/game.rs:7:14 [INFO] [stderr] | [INFO] [stderr] 7 | use openssl::crypto::hash::{Type, Hasher}; [INFO] [stderr] | ^^^^^^ could not find `crypto` in `openssl` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rand::distributions::IndependentSample`, `rand::distributions::Range` [INFO] [stderr] --> src/data/game.rs:9:27 [INFO] [stderr] | [INFO] [stderr] 9 | use rand::distributions::{IndependentSample, Range}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ^^^^^ no `Range` in `distributions` [INFO] [stderr] | | [INFO] [stderr] | no `IndependentSample` in `distributions` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rand::distributions::IndependentSample`, `rand::distributions::Range` [INFO] [stderr] --> src/data/monster.rs:7:27 [INFO] [stderr] | [INFO] [stderr] 7 | use rand::distributions::{IndependentSample, Range}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ^^^^^ no `Range` in `distributions` [INFO] [stderr] | | [INFO] [stderr] | no `IndependentSample` in `distributions` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rand::distributions::IndependentSample`, `rand::distributions::Range` [INFO] [stderr] --> src/data/player.rs:12:27 [INFO] [stderr] | [INFO] [stderr] 12 | use rand::distributions::{IndependentSample, Range}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ^^^^^ no `Range` in `distributions` [INFO] [stderr] | | [INFO] [stderr] | no `IndependentSample` in `distributions` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `irc::client::prelude::Server`, `irc::client::prelude::ServerExt`, `irc::client::prelude::IrcRead`, `irc::client::prelude::IrcWrite` [INFO] [stderr] --> src/func/mod.rs:10:28 [INFO] [stderr] | [INFO] [stderr] 10 | use irc::client::prelude::{Server, ServerExt, IrcRead, IrcWrite}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^ ^^^^^^^ ^^^^^^^^ no `IrcWrite` in `client::prelude` [INFO] [stderr] | | | | [INFO] [stderr] | | | no `IrcRead` in `client::prelude` [INFO] [stderr] | | no `ServerExt` in `client::prelude` [INFO] [stderr] | no `Server` in `client::prelude` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Hasher` [INFO] [stderr] --> src/data/game.rs:37:26 [INFO] [stderr] | [INFO] [stderr] 37 | let mut hasher = Hasher::new(Type::SHA512); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Hasher` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Type` [INFO] [stderr] --> src/data/game.rs:37:38 [INFO] [stderr] | [INFO] [stderr] 37 | let mut hasher = Hasher::new(Type::SHA512); [INFO] [stderr] | ^^^^ use of undeclared type or module `Type` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IrcServer` [INFO] [stderr] --> src/func/mod.rs:234:22 [INFO] [stderr] | [INFO] [stderr] 234 | let server = IrcServer::from_connection(Config { [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `IrcServer` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:11:24 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct Roll<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:11:36 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct Roll<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:19:13 [INFO] [stderr] | [INFO] [stderr] 19 | impl<'a, T: IrcRead, U: IrcWrite> Roll<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:19:25 [INFO] [stderr] | [INFO] [stderr] 19 | impl<'a, T: IrcRead, U: IrcWrite> Roll<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:20:25 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Roll<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Roll<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:53:26 [INFO] [stderr] | [INFO] [stderr] 53 | pub struct Damage<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:53:38 [INFO] [stderr] | [INFO] [stderr] 53 | pub struct Damage<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:54:14 [INFO] [stderr] | [INFO] [stderr] 54 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:61:13 [INFO] [stderr] | [INFO] [stderr] 61 | impl<'a, T: IrcRead, U: IrcWrite> Damage<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:61:25 [INFO] [stderr] | [INFO] [stderr] 61 | impl<'a, T: IrcRead, U: IrcWrite> Damage<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:62:25 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:81:13 [INFO] [stderr] | [INFO] [stderr] 81 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Damage<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:81:25 [INFO] [stderr] | [INFO] [stderr] 81 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Damage<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:93:32 [INFO] [stderr] | [INFO] [stderr] 93 | pub struct SetTempStats<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:93:44 [INFO] [stderr] | [INFO] [stderr] 93 | pub struct SetTempStats<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:94:14 [INFO] [stderr] | [INFO] [stderr] 94 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:103:13 [INFO] [stderr] | [INFO] [stderr] 103 | impl<'a, T: IrcRead, U: IrcWrite> SetTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:103:25 [INFO] [stderr] | [INFO] [stderr] 103 | impl<'a, T: IrcRead, U: IrcWrite> SetTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:104:25 [INFO] [stderr] | [INFO] [stderr] 104 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:125:13 [INFO] [stderr] | [INFO] [stderr] 125 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for SetTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:125:25 [INFO] [stderr] | [INFO] [stderr] 125 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for SetTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:135:34 [INFO] [stderr] | [INFO] [stderr] 135 | pub struct ClearTempStats<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:135:46 [INFO] [stderr] | [INFO] [stderr] 135 | pub struct ClearTempStats<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:136:14 [INFO] [stderr] | [INFO] [stderr] 136 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:142:13 [INFO] [stderr] | [INFO] [stderr] 142 | impl<'a, T: IrcRead, U: IrcWrite> ClearTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:142:25 [INFO] [stderr] | [INFO] [stderr] 142 | impl<'a, T: IrcRead, U: IrcWrite> ClearTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:143:25 [INFO] [stderr] | [INFO] [stderr] 143 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:158:13 [INFO] [stderr] | [INFO] [stderr] 158 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for ClearTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:158:25 [INFO] [stderr] | [INFO] [stderr] 158 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for ClearTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:167:24 [INFO] [stderr] | [INFO] [stderr] 167 | pub struct Move<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:167:36 [INFO] [stderr] | [INFO] [stderr] 167 | pub struct Move<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:168:14 [INFO] [stderr] | [INFO] [stderr] 168 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:184:13 [INFO] [stderr] | [INFO] [stderr] 184 | impl<'a, T: IrcRead, U: IrcWrite> Move<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:184:25 [INFO] [stderr] | [INFO] [stderr] 184 | impl<'a, T: IrcRead, U: IrcWrite> Move<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:185:25 [INFO] [stderr] | [INFO] [stderr] 185 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:212:13 [INFO] [stderr] | [INFO] [stderr] 212 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Move<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:212:25 [INFO] [stderr] | [INFO] [stderr] 212 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Move<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/monster.rs:11:30 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct AddMonster<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/monster.rs:11:42 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct AddMonster<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/monster.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/monster.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | impl<'a, T: IrcRead, U: IrcWrite> AddMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/monster.rs:21:25 [INFO] [stderr] | [INFO] [stderr] 21 | impl<'a, T: IrcRead, U: IrcWrite> AddMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `crypto` in `openssl` [INFO] [stderr] --> src/data/game.rs:7:14 [INFO] [stderr] | [INFO] [stderr] 7 | use openssl::crypto::hash::{Type, Hasher}; [INFO] [stderr] | ^^^^^^ could not find `crypto` in `openssl` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rand::distributions::IndependentSample`, `rand::distributions::Range` [INFO] [stderr] --> src/data/game.rs:9:27 [INFO] [stderr] | [INFO] [stderr] 9 | use rand::distributions::{IndependentSample, Range}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ^^^^^ no `Range` in `distributions` [INFO] [stderr] | | [INFO] [stderr] | no `IndependentSample` in `distributions` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rand::distributions::IndependentSample`, `rand::distributions::Range` [INFO] [stderr] --> src/data/monster.rs:7:27 [INFO] [stderr] | [INFO] [stderr] 7 | use rand::distributions::{IndependentSample, Range}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ^^^^^ no `Range` in `distributions` [INFO] [stderr] | | [INFO] [stderr] | no `IndependentSample` in `distributions` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rand::distributions::IndependentSample`, `rand::distributions::Range` [INFO] [stderr] --> src/data/player.rs:12:27 [INFO] [stderr] | [INFO] [stderr] 12 | use rand::distributions::{IndependentSample, Range}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ^^^^^ no `Range` in `distributions` [INFO] [stderr] | | [INFO] [stderr] | no `IndependentSample` in `distributions` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `irc::client::prelude::Server`, `irc::client::prelude::ServerExt`, `irc::client::prelude::IrcRead`, `irc::client::prelude::IrcWrite` [INFO] [stderr] --> src/func/mod.rs:10:28 [INFO] [stderr] | [INFO] [stderr] 10 | use irc::client::prelude::{Server, ServerExt, IrcRead, IrcWrite}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^ ^^^^^^^ ^^^^^^^^ no `IrcWrite` in `client::prelude` [INFO] [stderr] | | | | [INFO] [stderr] | | | no `IrcRead` in `client::prelude` [INFO] [stderr] | | no `ServerExt` in `client::prelude` [INFO] [stderr] | no `Server` in `client::prelude` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/monster.rs:22:25 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/monster.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 43 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for AddMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Hasher` [INFO] [stderr] --> src/data/game.rs:37:26 [INFO] [stderr] | [INFO] [stderr] 37 | let mut hasher = Hasher::new(Type::SHA512); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Hasher` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Type` [INFO] [stderr] --> src/data/game.rs:37:38 [INFO] [stderr] | [INFO] [stderr] 37 | let mut hasher = Hasher::new(Type::SHA512); [INFO] [stderr] | ^^^^ use of undeclared type or module `Type` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/monster.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for AddMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/monster.rs:53:33 [INFO] [stderr] | [INFO] [stderr] 53 | pub struct LookUpMonster<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/monster.rs:53:45 [INFO] [stderr] | [INFO] [stderr] 53 | pub struct LookUpMonster<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/monster.rs:54:14 [INFO] [stderr] | [INFO] [stderr] 54 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/monster.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | impl<'a, T: IrcRead, U: IrcWrite> LookUpMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/monster.rs:62:25 [INFO] [stderr] | [INFO] [stderr] 62 | impl<'a, T: IrcRead, U: IrcWrite> LookUpMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/monster.rs:63:25 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/monster.rs:86:13 [INFO] [stderr] | [INFO] [stderr] 86 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for LookUpMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/monster.rs:86:25 [INFO] [stderr] | [INFO] [stderr] 86 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for LookUpMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:11:28 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct Register<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:11:40 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct Register<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:20:13 [INFO] [stderr] | [INFO] [stderr] 20 | impl<'a, T: IrcRead, U: IrcWrite> Register<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:20:25 [INFO] [stderr] | [INFO] [stderr] 20 | impl<'a, T: IrcRead, U: IrcWrite> Register<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:21:25 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Register<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:40:25 [INFO] [stderr] | [INFO] [stderr] 40 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Register<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | pub struct Login<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:49:37 [INFO] [stderr] | [INFO] [stderr] 49 | pub struct Login<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:50:14 [INFO] [stderr] | [INFO] [stderr] 50 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | impl<'a, T: IrcRead, U: IrcWrite> Login<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:57:25 [INFO] [stderr] | [INFO] [stderr] 57 | impl<'a, T: IrcRead, U: IrcWrite> Login<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:58:25 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Login<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:85:25 [INFO] [stderr] | [INFO] [stderr] 85 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Login<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:103:26 [INFO] [stderr] | [INFO] [stderr] 103 | pub struct Logout<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:103:38 [INFO] [stderr] | [INFO] [stderr] 103 | pub struct Logout<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:104:14 [INFO] [stderr] | [INFO] [stderr] 104 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:109:13 [INFO] [stderr] | [INFO] [stderr] 109 | impl<'a, T: IrcRead, U: IrcWrite> Logout<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:109:25 [INFO] [stderr] | [INFO] [stderr] 109 | impl<'a, T: IrcRead, U: IrcWrite> Logout<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:110:25 [INFO] [stderr] | [INFO] [stderr] 110 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:115:13 [INFO] [stderr] | [INFO] [stderr] 115 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Logout<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:115:25 [INFO] [stderr] | [INFO] [stderr] 115 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Logout<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:128:27 [INFO] [stderr] | [INFO] [stderr] 128 | pub struct AddFeat<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:128:39 [INFO] [stderr] | [INFO] [stderr] 128 | pub struct AddFeat<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:129:14 [INFO] [stderr] | [INFO] [stderr] 129 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:135:13 [INFO] [stderr] | [INFO] [stderr] 135 | impl<'a, T: IrcRead, U: IrcWrite> AddFeat<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:135:25 [INFO] [stderr] | [INFO] [stderr] 135 | impl<'a, T: IrcRead, U: IrcWrite> AddFeat<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:136:25 [INFO] [stderr] | [INFO] [stderr] 136 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:142:13 [INFO] [stderr] | [INFO] [stderr] 142 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for AddFeat<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:142:25 [INFO] [stderr] | [INFO] [stderr] 142 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for AddFeat<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:154:24 [INFO] [stderr] | [INFO] [stderr] 154 | pub struct Save<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:154:36 [INFO] [stderr] | [INFO] [stderr] 154 | pub struct Save<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:155:14 [INFO] [stderr] | [INFO] [stderr] 155 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:160:13 [INFO] [stderr] | [INFO] [stderr] 160 | impl<'a, T: IrcRead, U: IrcWrite> Save<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:160:25 [INFO] [stderr] | [INFO] [stderr] 160 | impl<'a, T: IrcRead, U: IrcWrite> Save<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:161:25 [INFO] [stderr] | [INFO] [stderr] 161 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:166:13 [INFO] [stderr] | [INFO] [stderr] 166 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Save<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:166:25 [INFO] [stderr] | [INFO] [stderr] 166 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Save<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:184:32 [INFO] [stderr] | [INFO] [stderr] 184 | pub struct LookUpPlayer<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:184:44 [INFO] [stderr] | [INFO] [stderr] 184 | pub struct LookUpPlayer<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:185:14 [INFO] [stderr] | [INFO] [stderr] 185 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:192:13 [INFO] [stderr] | [INFO] [stderr] 192 | impl<'a, T: IrcRead, U: IrcWrite> LookUpPlayer<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:192:25 [INFO] [stderr] | [INFO] [stderr] 192 | impl<'a, T: IrcRead, U: IrcWrite> LookUpPlayer<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:193:25 [INFO] [stderr] | [INFO] [stderr] 193 | pub fn new(bot: &'a ServerExt<'a, T, U>, resp: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:216:13 [INFO] [stderr] | [INFO] [stderr] 216 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for LookUpPlayer<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:216:25 [INFO] [stderr] | [INFO] [stderr] 216 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for LookUpPlayer<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:242:29 [INFO] [stderr] | [INFO] [stderr] 242 | pub struct AddUpdate<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:242:41 [INFO] [stderr] | [INFO] [stderr] 242 | pub struct AddUpdate<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:243:14 [INFO] [stderr] | [INFO] [stderr] 243 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:252:13 [INFO] [stderr] | [INFO] [stderr] 252 | impl<'a, T: IrcRead, U: IrcWrite> AddUpdate<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:252:25 [INFO] [stderr] | [INFO] [stderr] 252 | impl<'a, T: IrcRead, U: IrcWrite> AddUpdate<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:253:25 [INFO] [stderr] | [INFO] [stderr] 253 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World, update: bool) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:273:13 [INFO] [stderr] | [INFO] [stderr] 273 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for AddUpdate<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:273:25 [INFO] [stderr] | [INFO] [stderr] 273 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for AddUpdate<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:10:26 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct Create<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct Create<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/world.rs:11:14 [INFO] [stderr] | [INFO] [stderr] 11 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | impl<'a, T: IrcRead, U: IrcWrite> Create<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | impl<'a, T: IrcRead, U: IrcWrite> Create<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/world.rs:19:25 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Create<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Create<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:42:31 [INFO] [stderr] | [INFO] [stderr] 42 | pub struct PrivateRoll<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:42:43 [INFO] [stderr] | [INFO] [stderr] 42 | pub struct PrivateRoll<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/world.rs:43:14 [INFO] [stderr] | [INFO] [stderr] 43 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:47:13 [INFO] [stderr] | [INFO] [stderr] 47 | impl<'a, T: IrcRead, U: IrcWrite> PrivateRoll<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:47:25 [INFO] [stderr] | [INFO] [stderr] 47 | impl<'a, T: IrcRead, U: IrcWrite> PrivateRoll<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/world.rs:48:25 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:53:13 [INFO] [stderr] | [INFO] [stderr] 53 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for PrivateRoll<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:53:25 [INFO] [stderr] | [INFO] [stderr] 53 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for PrivateRoll<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:59:27 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct SaveAll<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:59:39 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct SaveAll<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/world.rs:60:14 [INFO] [stderr] | [INFO] [stderr] 60 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | impl<'a, T: IrcRead, U: IrcWrite> SaveAll<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:65:25 [INFO] [stderr] | [INFO] [stderr] 65 | impl<'a, T: IrcRead, U: IrcWrite> SaveAll<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/world.rs:66:25 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, world: &'a World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:75:13 [INFO] [stderr] | [INFO] [stderr] 75 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for SaveAll<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:75:25 [INFO] [stderr] | [INFO] [stderr] 75 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for SaveAll<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IrcServer` [INFO] [stderr] --> src/main.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | let server = IrcServer::new("config.json").unwrap(); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `IrcServer` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:11:24 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct Roll<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:11:36 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct Roll<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:19:13 [INFO] [stderr] | [INFO] [stderr] 19 | impl<'a, T: IrcRead, U: IrcWrite> Roll<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:19:25 [INFO] [stderr] | [INFO] [stderr] 19 | impl<'a, T: IrcRead, U: IrcWrite> Roll<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:20:25 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Roll<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Roll<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:53:26 [INFO] [stderr] | [INFO] [stderr] 53 | pub struct Damage<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:53:38 [INFO] [stderr] | [INFO] [stderr] 53 | pub struct Damage<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:54:14 [INFO] [stderr] | [INFO] [stderr] 54 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:61:13 [INFO] [stderr] | [INFO] [stderr] 61 | impl<'a, T: IrcRead, U: IrcWrite> Damage<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:61:25 [INFO] [stderr] | [INFO] [stderr] 61 | impl<'a, T: IrcRead, U: IrcWrite> Damage<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:62:25 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:81:13 [INFO] [stderr] | [INFO] [stderr] 81 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Damage<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:81:25 [INFO] [stderr] | [INFO] [stderr] 81 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Damage<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:93:32 [INFO] [stderr] | [INFO] [stderr] 93 | pub struct SetTempStats<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:93:44 [INFO] [stderr] | [INFO] [stderr] 93 | pub struct SetTempStats<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:94:14 [INFO] [stderr] | [INFO] [stderr] 94 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:103:13 [INFO] [stderr] | [INFO] [stderr] 103 | impl<'a, T: IrcRead, U: IrcWrite> SetTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:103:25 [INFO] [stderr] | [INFO] [stderr] 103 | impl<'a, T: IrcRead, U: IrcWrite> SetTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:104:25 [INFO] [stderr] | [INFO] [stderr] 104 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:125:13 [INFO] [stderr] | [INFO] [stderr] 125 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for SetTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:125:25 [INFO] [stderr] | [INFO] [stderr] 125 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for SetTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:135:34 [INFO] [stderr] | [INFO] [stderr] 135 | pub struct ClearTempStats<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:135:46 [INFO] [stderr] | [INFO] [stderr] 135 | pub struct ClearTempStats<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:136:14 [INFO] [stderr] | [INFO] [stderr] 136 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:142:13 [INFO] [stderr] | [INFO] [stderr] 142 | impl<'a, T: IrcRead, U: IrcWrite> ClearTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:142:25 [INFO] [stderr] | [INFO] [stderr] 142 | impl<'a, T: IrcRead, U: IrcWrite> ClearTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:143:25 [INFO] [stderr] | [INFO] [stderr] 143 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:158:13 [INFO] [stderr] | [INFO] [stderr] 158 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for ClearTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:158:25 [INFO] [stderr] | [INFO] [stderr] 158 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for ClearTempStats<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:167:24 [INFO] [stderr] | [INFO] [stderr] 167 | pub struct Move<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:167:36 [INFO] [stderr] | [INFO] [stderr] 167 | pub struct Move<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:168:14 [INFO] [stderr] | [INFO] [stderr] 168 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:184:13 [INFO] [stderr] | [INFO] [stderr] 184 | impl<'a, T: IrcRead, U: IrcWrite> Move<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:184:25 [INFO] [stderr] | [INFO] [stderr] 184 | impl<'a, T: IrcRead, U: IrcWrite> Move<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/entity.rs:185:25 [INFO] [stderr] | [INFO] [stderr] 185 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/entity.rs:212:13 [INFO] [stderr] | [INFO] [stderr] 212 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Move<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/entity.rs:212:25 [INFO] [stderr] | [INFO] [stderr] 212 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Move<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/monster.rs:11:30 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct AddMonster<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/monster.rs:11:42 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct AddMonster<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/monster.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/monster.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | impl<'a, T: IrcRead, U: IrcWrite> AddMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/monster.rs:21:25 [INFO] [stderr] | [INFO] [stderr] 21 | impl<'a, T: IrcRead, U: IrcWrite> AddMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/monster.rs:22:25 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/monster.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 43 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for AddMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/monster.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for AddMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/monster.rs:53:33 [INFO] [stderr] | [INFO] [stderr] 53 | pub struct LookUpMonster<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/monster.rs:53:45 [INFO] [stderr] | [INFO] [stderr] 53 | pub struct LookUpMonster<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/monster.rs:54:14 [INFO] [stderr] | [INFO] [stderr] 54 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/monster.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | impl<'a, T: IrcRead, U: IrcWrite> LookUpMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/monster.rs:62:25 [INFO] [stderr] | [INFO] [stderr] 62 | impl<'a, T: IrcRead, U: IrcWrite> LookUpMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/monster.rs:63:25 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/monster.rs:86:13 [INFO] [stderr] | [INFO] [stderr] 86 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for LookUpMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/monster.rs:86:25 [INFO] [stderr] | [INFO] [stderr] 86 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for LookUpMonster<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:11:28 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct Register<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:11:40 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct Register<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:20:13 [INFO] [stderr] | [INFO] [stderr] 20 | impl<'a, T: IrcRead, U: IrcWrite> Register<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:20:25 [INFO] [stderr] | [INFO] [stderr] 20 | impl<'a, T: IrcRead, U: IrcWrite> Register<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:21:25 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Register<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:40:25 [INFO] [stderr] | [INFO] [stderr] 40 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Register<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | pub struct Login<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:49:37 [INFO] [stderr] | [INFO] [stderr] 49 | pub struct Login<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:50:14 [INFO] [stderr] | [INFO] [stderr] 50 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | impl<'a, T: IrcRead, U: IrcWrite> Login<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:57:25 [INFO] [stderr] | [INFO] [stderr] 57 | impl<'a, T: IrcRead, U: IrcWrite> Login<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:58:25 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Login<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:85:25 [INFO] [stderr] | [INFO] [stderr] 85 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Login<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:103:26 [INFO] [stderr] | [INFO] [stderr] 103 | pub struct Logout<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:103:38 [INFO] [stderr] | [INFO] [stderr] 103 | pub struct Logout<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:104:14 [INFO] [stderr] | [INFO] [stderr] 104 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:109:13 [INFO] [stderr] | [INFO] [stderr] 109 | impl<'a, T: IrcRead, U: IrcWrite> Logout<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:109:25 [INFO] [stderr] | [INFO] [stderr] 109 | impl<'a, T: IrcRead, U: IrcWrite> Logout<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:110:25 [INFO] [stderr] | [INFO] [stderr] 110 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:115:13 [INFO] [stderr] | [INFO] [stderr] 115 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Logout<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:115:25 [INFO] [stderr] | [INFO] [stderr] 115 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Logout<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:128:27 [INFO] [stderr] | [INFO] [stderr] 128 | pub struct AddFeat<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:128:39 [INFO] [stderr] | [INFO] [stderr] 128 | pub struct AddFeat<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:129:14 [INFO] [stderr] | [INFO] [stderr] 129 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:135:13 [INFO] [stderr] | [INFO] [stderr] 135 | impl<'a, T: IrcRead, U: IrcWrite> AddFeat<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:135:25 [INFO] [stderr] | [INFO] [stderr] 135 | impl<'a, T: IrcRead, U: IrcWrite> AddFeat<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:136:25 [INFO] [stderr] | [INFO] [stderr] 136 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:142:13 [INFO] [stderr] | [INFO] [stderr] 142 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for AddFeat<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:142:25 [INFO] [stderr] | [INFO] [stderr] 142 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for AddFeat<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:154:24 [INFO] [stderr] | [INFO] [stderr] 154 | pub struct Save<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:154:36 [INFO] [stderr] | [INFO] [stderr] 154 | pub struct Save<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:155:14 [INFO] [stderr] | [INFO] [stderr] 155 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:160:13 [INFO] [stderr] | [INFO] [stderr] 160 | impl<'a, T: IrcRead, U: IrcWrite> Save<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:160:25 [INFO] [stderr] | [INFO] [stderr] 160 | impl<'a, T: IrcRead, U: IrcWrite> Save<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:161:25 [INFO] [stderr] | [INFO] [stderr] 161 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:166:13 [INFO] [stderr] | [INFO] [stderr] 166 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Save<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:166:25 [INFO] [stderr] | [INFO] [stderr] 166 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Save<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:184:32 [INFO] [stderr] | [INFO] [stderr] 184 | pub struct LookUpPlayer<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:184:44 [INFO] [stderr] | [INFO] [stderr] 184 | pub struct LookUpPlayer<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:185:14 [INFO] [stderr] | [INFO] [stderr] 185 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:192:13 [INFO] [stderr] | [INFO] [stderr] 192 | impl<'a, T: IrcRead, U: IrcWrite> LookUpPlayer<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:192:25 [INFO] [stderr] | [INFO] [stderr] 192 | impl<'a, T: IrcRead, U: IrcWrite> LookUpPlayer<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:193:25 [INFO] [stderr] | [INFO] [stderr] 193 | pub fn new(bot: &'a ServerExt<'a, T, U>, resp: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:216:13 [INFO] [stderr] | [INFO] [stderr] 216 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for LookUpPlayer<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:216:25 [INFO] [stderr] | [INFO] [stderr] 216 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for LookUpPlayer<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:242:29 [INFO] [stderr] | [INFO] [stderr] 242 | pub struct AddUpdate<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:242:41 [INFO] [stderr] | [INFO] [stderr] 242 | pub struct AddUpdate<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:243:14 [INFO] [stderr] | [INFO] [stderr] 243 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:252:13 [INFO] [stderr] | [INFO] [stderr] 252 | impl<'a, T: IrcRead, U: IrcWrite> AddUpdate<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:252:25 [INFO] [stderr] | [INFO] [stderr] 252 | impl<'a, T: IrcRead, U: IrcWrite> AddUpdate<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/player.rs:253:25 [INFO] [stderr] | [INFO] [stderr] 253 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World, update: bool) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/player.rs:273:13 [INFO] [stderr] | [INFO] [stderr] 273 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for AddUpdate<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/player.rs:273:25 [INFO] [stderr] | [INFO] [stderr] 273 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for AddUpdate<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:10:26 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct Create<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct Create<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/world.rs:11:14 [INFO] [stderr] | [INFO] [stderr] 11 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | impl<'a, T: IrcRead, U: IrcWrite> Create<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | impl<'a, T: IrcRead, U: IrcWrite> Create<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/world.rs:19:25 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Create<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for Create<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:42:31 [INFO] [stderr] | [INFO] [stderr] 42 | pub struct PrivateRoll<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:42:43 [INFO] [stderr] | [INFO] [stderr] 42 | pub struct PrivateRoll<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/world.rs:43:14 [INFO] [stderr] | [INFO] [stderr] 43 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:47:13 [INFO] [stderr] | [INFO] [stderr] 47 | impl<'a, T: IrcRead, U: IrcWrite> PrivateRoll<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:47:25 [INFO] [stderr] | [INFO] [stderr] 47 | impl<'a, T: IrcRead, U: IrcWrite> PrivateRoll<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/world.rs:48:25 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:53:13 [INFO] [stderr] | [INFO] [stderr] 53 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for PrivateRoll<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:53:25 [INFO] [stderr] | [INFO] [stderr] 53 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for PrivateRoll<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:59:27 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct SaveAll<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:59:39 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct SaveAll<'a, T: IrcRead, U: IrcWrite> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/world.rs:60:14 [INFO] [stderr] | [INFO] [stderr] 60 | bot: &'a ServerExt<'a, T, U>, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | impl<'a, T: IrcRead, U: IrcWrite> SaveAll<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:65:25 [INFO] [stderr] | [INFO] [stderr] 65 | impl<'a, T: IrcRead, U: IrcWrite> SaveAll<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServerExt` in this scope [INFO] [stderr] --> src/func/world.rs:66:25 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, world: &'a World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcRead` in this scope [INFO] [stderr] --> src/func/world.rs:75:13 [INFO] [stderr] | [INFO] [stderr] 75 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for SaveAll<'a, T, U> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `IrcWrite` in this scope [INFO] [stderr] --> src/func/world.rs:75:25 [INFO] [stderr] | [INFO] [stderr] 75 | impl<'a, T: IrcRead, U: IrcWrite> Functionality for SaveAll<'a, T, U> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/game.rs:28:32 [INFO] [stderr] | [INFO] [stderr] 28 | if account.password == try!(as_io(Game::password_hash(password))) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/game.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | try!(hasher.write_all(password.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/player.rs:31:23 [INFO] [stderr] | [INFO] [stderr] 31 | password: try!(as_io(Game::password_hash(password))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/player.rs:59:24 [INFO] [stderr] | [INFO] [stderr] 59 | let mut file = try!(File::open(&Path::new(&path))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/player.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | try!(file.read_to_string(&mut data)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/player.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | try!(create_dir_all(&Path::new(&path))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/player.rs:72:21 [INFO] [stderr] | [INFO] [stderr] 72 | let mut f = try!(File::create(&Path::new(&path))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/player.rs:73:21 [INFO] [stderr] | [INFO] [stderr] 73 | f.write_all(try!(encode(self).map_err(|_| Error::new( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/world.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | try!(as_io(self.users[&nick].save())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/world.rs:110:13 [INFO] [stderr] | [INFO] [stderr] 110 | try!(user.save()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/entity.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | target: try!(get_target(if args.len() > 1 { args[1] } else { "" }, user, chan, chan, world)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/entity.rs:68:21 [INFO] [stderr] | [INFO] [stderr] 68 | target: try!(get_target(args[1], user, chan, chan, world)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/entity.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | try!(validate_from(args.clone(), 3, chan, ".temp", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/entity.rs:117:21 [INFO] [stderr] | [INFO] [stderr] 117 | target: try!(get_target(args[1], user, chan, chan, world)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/entity.rs:153:21 [INFO] [stderr] | [INFO] [stderr] 153 | target: try!(get_target(args[1], user, chan, chan, world)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/entity.rs:198:21 [INFO] [stderr] | [INFO] [stderr] 198 | target: try!(get_target(target, user, chan, chan, world)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/monster.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | try!(validate_from(args.clone(), 3, user, "addmonster", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/monster.rs:88:22 [INFO] [stderr] | [INFO] [stderr] 88 | let target = try!(get_target(self.target_str, self.user, self.user, self.chan, self.world)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | try!(validate_from(args.clone(), 3, user, "register", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | let p = try!(Player::create(self.username, self.password, self.health, self.movement, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | try!(as_io(p.save())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:90:17 [INFO] [stderr] | [INFO] [stderr] 90 | try!(as_io(self.bot.send_privmsg(self.user, try!(res)))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:90:61 [INFO] [stderr] | [INFO] [stderr] 90 | try!(as_io(self.bot.send_privmsg(self.user, try!(res)))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:91:17 [INFO] [stderr] | [INFO] [stderr] 91 | try!(as_io(self.bot.send_invite(self.user, self.chan))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:118:24 [INFO] [stderr] | [INFO] [stderr] 118 | let chan = try!(self.world.remove_user(self.user)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:119:13 [INFO] [stderr] | [INFO] [stderr] 119 | try!(as_io(self.bot.send_kick(chan, self.user, "Logged out."))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:120:13 [INFO] [stderr] | [INFO] [stderr] 120 | try!(as_io(self.bot.send_privmsg(self.user, "You've been logged out."))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:122:13 [INFO] [stderr] | [INFO] [stderr] 122 | try!(as_io(self.bot.send_privmsg(self.user, "You're not currently logged in."))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:146:13 [INFO] [stderr] | [INFO] [stderr] 146 | try!(as_io(self.bot.send_privmsg(self.user, &format!("Added {} feat.", self.feat_name)))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:170:26 [INFO] [stderr] | [INFO] [stderr] 170 | Ok(_) => try!(as_io( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:173:27 [INFO] [stderr] | [INFO] [stderr] 173 | Err(_) => try!(as_io( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:222:17 [INFO] [stderr] | [INFO] [stderr] 222 | let p = try!(res); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:278:17 [INFO] [stderr] | [INFO] [stderr] 278 | try!(as_io( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:284:17 [INFO] [stderr] | [INFO] [stderr] 284 | try!(as_io( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:358:25 [INFO] [stderr] | [INFO] [stderr] 358 | let p = try!(as_io(Player::load("login"))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:359:17 [INFO] [stderr] | [INFO] [stderr] 359 | try!(if let Some(game) = world.games.get_mut(&"#test".to_string()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:378:25 [INFO] [stderr] | [INFO] [stderr] 378 | let p = try!(as_io(Player::load("login"))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:379:17 [INFO] [stderr] | [INFO] [stderr] 379 | try!(if let Some(game) = world.games.get_mut(&"#test".to_string()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:402:25 [INFO] [stderr] | [INFO] [stderr] 402 | let p = try!(as_io(Player::load("login"))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:403:17 [INFO] [stderr] | [INFO] [stderr] 403 | try!(if let Some(game) = world.games.get_mut(&"test".to_string()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/world.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | try!(as_io(self.bot.send_join(self.chan))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/world.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | try!(as_io(self.bot.send_topic(self.chan, &self.title))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/world.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | try!(as_io(self.bot.send_mode(self.chan, "+i", ""))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/world.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | try!(as_io(self.bot.send_privmsg(self.user, &s))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/world.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | try!(as_io(self.world.save_all())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/mod.rs:156:17 [INFO] [stderr] | [INFO] [stderr] 156 | try!(bot.send_privmsg(&resp, &msg)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/mod.rs:158:17 [INFO] [stderr] | [INFO] [stderr] 158 | try!(bot.send_privmsg(&resp, &msg)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/mod.rs:163:17 [INFO] [stderr] | [INFO] [stderr] 163 | try!(bot.identify()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/mod.rs:203:20 [INFO] [stderr] | [INFO] [stderr] 203 | } else if !try!(res).is_dm(user) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/mod.rs:233:9 [INFO] [stderr] | [INFO] [stderr] 233 | try!(world_hook(&mut world)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/data/world.rs:80:90 [INFO] [stderr] | [INFO] [stderr] 80 | pub fn get_entity(&mut self, identifier: &str, chan: Option<&str>) -> BotResult<&mut Entity> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Entity` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:14:18 [INFO] [stderr] | [INFO] [stderr] 14 | target: &'a (Entity + 'a), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Entity + 'a` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/game.rs:28:32 [INFO] [stderr] | [INFO] [stderr] 28 | if account.password == try!(as_io(Game::password_hash(password))) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/game.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | try!(hasher.write_all(password.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/player.rs:31:23 [INFO] [stderr] | [INFO] [stderr] 31 | password: try!(as_io(Game::password_hash(password))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/player.rs:59:24 [INFO] [stderr] | [INFO] [stderr] 59 | let mut file = try!(File::open(&Path::new(&path))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/player.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | try!(file.read_to_string(&mut data)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/player.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | try!(create_dir_all(&Path::new(&path))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/player.rs:72:21 [INFO] [stderr] | [INFO] [stderr] 72 | let mut f = try!(File::create(&Path::new(&path))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/player.rs:73:21 [INFO] [stderr] | [INFO] [stderr] 73 | f.write_all(try!(encode(self).map_err(|_| Error::new( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/world.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | try!(as_io(self.users[&nick].save())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/data/world.rs:110:13 [INFO] [stderr] | [INFO] [stderr] 110 | try!(user.save()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/entity.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | target: try!(get_target(if args.len() > 1 { args[1] } else { "" }, user, chan, chan, world)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/entity.rs:68:21 [INFO] [stderr] | [INFO] [stderr] 68 | target: try!(get_target(args[1], user, chan, chan, world)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/entity.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | try!(validate_from(args.clone(), 3, chan, ".temp", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/entity.rs:117:21 [INFO] [stderr] | [INFO] [stderr] 117 | target: try!(get_target(args[1], user, chan, chan, world)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/entity.rs:153:21 [INFO] [stderr] | [INFO] [stderr] 153 | target: try!(get_target(args[1], user, chan, chan, world)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/entity.rs:198:21 [INFO] [stderr] | [INFO] [stderr] 198 | target: try!(get_target(target, user, chan, chan, world)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/monster.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | try!(validate_from(args.clone(), 3, user, "addmonster", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/monster.rs:88:22 [INFO] [stderr] | [INFO] [stderr] 88 | let target = try!(get_target(self.target_str, self.user, self.user, self.chan, self.world)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | try!(validate_from(args.clone(), 3, user, "register", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | let p = try!(Player::create(self.username, self.password, self.health, self.movement, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | try!(as_io(p.save())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:90:17 [INFO] [stderr] | [INFO] [stderr] 90 | try!(as_io(self.bot.send_privmsg(self.user, try!(res)))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:90:61 [INFO] [stderr] | [INFO] [stderr] 90 | try!(as_io(self.bot.send_privmsg(self.user, try!(res)))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:91:17 [INFO] [stderr] | [INFO] [stderr] 91 | try!(as_io(self.bot.send_invite(self.user, self.chan))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:118:24 [INFO] [stderr] | [INFO] [stderr] 118 | let chan = try!(self.world.remove_user(self.user)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:119:13 [INFO] [stderr] | [INFO] [stderr] 119 | try!(as_io(self.bot.send_kick(chan, self.user, "Logged out."))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:120:13 [INFO] [stderr] | [INFO] [stderr] 120 | try!(as_io(self.bot.send_privmsg(self.user, "You've been logged out."))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:122:13 [INFO] [stderr] | [INFO] [stderr] 122 | try!(as_io(self.bot.send_privmsg(self.user, "You're not currently logged in."))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:146:13 [INFO] [stderr] | [INFO] [stderr] 146 | try!(as_io(self.bot.send_privmsg(self.user, &format!("Added {} feat.", self.feat_name)))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:170:26 [INFO] [stderr] | [INFO] [stderr] 170 | Ok(_) => try!(as_io( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:173:27 [INFO] [stderr] | [INFO] [stderr] 173 | Err(_) => try!(as_io( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:222:17 [INFO] [stderr] | [INFO] [stderr] 222 | let p = try!(res); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:278:17 [INFO] [stderr] | [INFO] [stderr] 278 | try!(as_io( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/player.rs:284:17 [INFO] [stderr] | [INFO] [stderr] 284 | try!(as_io( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/world.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | try!(as_io(self.bot.send_join(self.chan))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/world.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | try!(as_io(self.bot.send_topic(self.chan, &self.title))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/world.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | try!(as_io(self.bot.send_mode(self.chan, "+i", ""))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/world.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | try!(as_io(self.bot.send_privmsg(self.user, &s))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/world.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | try!(as_io(self.world.save_all())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/mod.rs:156:17 [INFO] [stderr] | [INFO] [stderr] 156 | try!(bot.send_privmsg(&resp, &msg)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/mod.rs:158:17 [INFO] [stderr] | [INFO] [stderr] 158 | try!(bot.send_privmsg(&resp, &msg)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/mod.rs:163:17 [INFO] [stderr] | [INFO] [stderr] 163 | try!(bot.identify()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/func/mod.rs:203:20 [INFO] [stderr] | [INFO] [stderr] 203 | } else if !try!(res).is_dm(user) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/data/world.rs:80:90 [INFO] [stderr] | [INFO] [stderr] 80 | pub fn get_entity(&mut self, identifier: &str, chan: Option<&str>) -> BotResult<&mut Entity> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Entity` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:14:18 [INFO] [stderr] | [INFO] [stderr] 14 | target: &'a (Entity + 'a), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Entity + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:20:135 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:57:22 [INFO] [stderr] | [INFO] [stderr] 57 | target: &'a mut (Entity + 'a), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Entity + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:62:135 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:97:22 [INFO] [stderr] | [INFO] [stderr] 97 | target: &'a mut (Entity + 'a), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Entity + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:104:135 [INFO] [stderr] | [INFO] [stderr] 104 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:139:22 [INFO] [stderr] | [INFO] [stderr] 139 | target: &'a mut (Entity + 'a), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Entity + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:143:135 [INFO] [stderr] | [INFO] [stderr] 143 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:171:22 [INFO] [stderr] | [INFO] [stderr] 171 | target: &'a mut (Entity + 'a), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Entity + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:185:135 [INFO] [stderr] | [INFO] [stderr] 185 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/monster.rs:22:120 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/monster.rs:63:120 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/player.rs:21:98 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/player.rs:58:120 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/player.rs:110:100 [INFO] [stderr] | [INFO] [stderr] 110 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/player.rs:136:120 [INFO] [stderr] | [INFO] [stderr] 136 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/player.rs:161:100 [INFO] [stderr] | [INFO] [stderr] 161 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/player.rs:193:120 [INFO] [stderr] | [INFO] [stderr] 193 | pub fn new(bot: &'a ServerExt<'a, T, U>, resp: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/player.rs:253:149 [INFO] [stderr] | [INFO] [stderr] 253 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World, update: bool) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/world.rs:19:120 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/world.rs:48:78 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/world.rs:66:96 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, world: &'a World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/mod.rs:28:98 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn new(bot: &'a ServerExt<'a, T, U>, resp: &'a str, args: Vec<&'a str>) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/mod.rs:177:124 [INFO] [stderr] | [INFO] [stderr] 177 | pub fn get_target<'a>(maybe: &str, fallback: &str, resp: &str, chan: &str, world: &'a mut World) -> BotResult<&'a mut (Entity + 'a)> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Entity + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:20:135 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:57:22 [INFO] [stderr] | [INFO] [stderr] 57 | target: &'a mut (Entity + 'a), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Entity + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:62:135 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:97:22 [INFO] [stderr] | [INFO] [stderr] 97 | target: &'a mut (Entity + 'a), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Entity + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:104:135 [INFO] [stderr] | [INFO] [stderr] 104 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:139:22 [INFO] [stderr] | [INFO] [stderr] 139 | target: &'a mut (Entity + 'a), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Entity + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:143:135 [INFO] [stderr] | [INFO] [stderr] 143 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:171:22 [INFO] [stderr] | [INFO] [stderr] 171 | target: &'a mut (Entity + 'a), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Entity + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/entity.rs:185:135 [INFO] [stderr] | [INFO] [stderr] 185 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/monster.rs:22:120 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/monster.rs:63:120 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/player.rs:21:98 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/player.rs:58:120 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/player.rs:110:100 [INFO] [stderr] | [INFO] [stderr] 110 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/player.rs:136:120 [INFO] [stderr] | [INFO] [stderr] 136 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/player.rs:161:100 [INFO] [stderr] | [INFO] [stderr] 161 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/player.rs:193:120 [INFO] [stderr] | [INFO] [stderr] 193 | pub fn new(bot: &'a ServerExt<'a, T, U>, resp: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/player.rs:253:149 [INFO] [stderr] | [INFO] [stderr] 253 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, chan: &'a str, args: Vec<&'a str>, world: &'a mut World, update: bool) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/world.rs:19:120 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, args: Vec<&'a str>, world: &'a mut World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/world.rs:48:78 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/world.rs:66:96 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn new(bot: &'a ServerExt<'a, T, U>, user: &'a str, world: &'a World) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/mod.rs:28:98 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn new(bot: &'a ServerExt<'a, T, U>, resp: &'a str, args: Vec<&'a str>) -> BotResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Functionality + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/mod.rs:177:124 [INFO] [stderr] | [INFO] [stderr] 177 | pub fn get_target<'a>(maybe: &str, fallback: &str, resp: &str, chan: &str, world: &'a mut World) -> BotResult<&'a mut (Entity + 'a)> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Entity + 'a` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/data/mod.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/data/stats.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/func/monster.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/func/player.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 144 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `dnd`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/data/mod.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/data/stats.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/func/monster.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/func/player.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 144 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `dnd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "128c78388cd05e2127ff623c45bb6bec74c982e3b57cbd753bb1730e438bd49e"` [INFO] running `"docker" "rm" "-f" "128c78388cd05e2127ff623c45bb6bec74c982e3b57cbd753bb1730e438bd49e"` [INFO] [stdout] 128c78388cd05e2127ff623c45bb6bec74c982e3b57cbd753bb1730e438bd49e