[INFO] fetching crate ccdb 1.5.0... [INFO] checking ccdb-1.5.0 against try#6f8a6450478f69b8510c8976ab6c2a70b3b0e47c for pr-84920 [INFO] extracting crate ccdb 1.5.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate ccdb 1.5.0 on toolchain 6f8a6450478f69b8510c8976ab6c2a70b3b0e47c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f8a6450478f69b8510c8976ab6c2a70b3b0e47c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ccdb 1.5.0 [INFO] finished tweaking crates.io crate ccdb 1.5.0 [INFO] tweaked toml for crates.io crate ccdb 1.5.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f8a6450478f69b8510c8976ab6c2a70b3b0e47c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f8a6450478f69b8510c8976ab6c2a70b3b0e47c" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded openfile v1.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+6f8a6450478f69b8510c8976ab6c2a70b3b0e47c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 499a8a74bec0cd7373e66ef4529fe55c643044aebe4e7d34d46fdadf78ebb1ad [INFO] running `Command { std: "docker" "start" "-a" "499a8a74bec0cd7373e66ef4529fe55c643044aebe4e7d34d46fdadf78ebb1ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "499a8a74bec0cd7373e66ef4529fe55c643044aebe4e7d34d46fdadf78ebb1ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "499a8a74bec0cd7373e66ef4529fe55c643044aebe4e7d34d46fdadf78ebb1ad", kill_on_drop: false }` [INFO] [stdout] 499a8a74bec0cd7373e66ef4529fe55c643044aebe4e7d34d46fdadf78ebb1ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+6f8a6450478f69b8510c8976ab6c2a70b3b0e47c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3b88b97d2e6bfcebfa32638a76354596557e84152bfec2026737a2c09a2eebae [INFO] running `Command { std: "docker" "start" "-a" "3b88b97d2e6bfcebfa32638a76354596557e84152bfec2026737a2c09a2eebae", kill_on_drop: false }` [INFO] [stderr] Checking openfile v1.1.0 [INFO] [stderr] Checking winapi-util v0.1.5 [INFO] [stderr] Compiling ccdb v1.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> src/bcore.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> src/acore.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sys` [INFO] [stdout] --> src/libs/cursor.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::sys; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sys` [INFO] [stdout] --> src/libs/escape/escape.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::sys; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `map` should have an upper camel case name [INFO] [stdout] --> src/map/loader.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct map { [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case: `Map` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `folder` should have an upper camel case name [INFO] [stdout] --> src/map/loader.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 82 | pub struct folder { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Folder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sprite` should have an upper camel case name [INFO] [stdout] --> src/map/sprite.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct sprite { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sprite` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sys` [INFO] [stdout] --> src/misc/check.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::sys; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `aorb_screen` should have an upper camel case name [INFO] [stdout] --> src/physics/particle.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | pub enum aorb_screen { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AorbScreen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `acore` should have an upper camel case name [INFO] [stdout] --> src/physics/particle.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | acore(acore::Screen), [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `Acore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `bcore` should have an upper camel case name [INFO] [stdout] --> src/physics/particle.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | bcore(bcore::Screen), [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `Bcore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `droplet` should have an upper camel case name [INFO] [stdout] --> src/physics/particle.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct droplet { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Droplet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `water` should have an upper camel case name [INFO] [stdout] --> src/physics/particle.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub struct water { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Water` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::loader` [INFO] [stdout] --> src/test/test.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::loader; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `load` [INFO] [stdout] --> src/test/test.rs:7:21 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::loader::{load, map, to_map}; // this is the loader which makes it so you can load a map from file or load a map from string [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sprite` [INFO] [stdout] --> src/test/test.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::sprite; // for sprites [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> src/bcore.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> src/acore.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sys` [INFO] [stdout] --> src/libs/cursor.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::sys; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sys` [INFO] [stdout] --> src/libs/escape/escape.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::sys; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `map` should have an upper camel case name [INFO] [stdout] --> src/map/loader.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct map { [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case: `Map` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `folder` should have an upper camel case name [INFO] [stdout] --> src/map/loader.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 82 | pub struct folder { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Folder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sprite` should have an upper camel case name [INFO] [stdout] --> src/map/sprite.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct sprite { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sprite` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sys` [INFO] [stdout] --> src/misc/check.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::sys; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `aorb_screen` should have an upper camel case name [INFO] [stdout] --> src/physics/particle.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | pub enum aorb_screen { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AorbScreen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `acore` should have an upper camel case name [INFO] [stdout] --> src/physics/particle.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | acore(acore::Screen), [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `Acore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `bcore` should have an upper camel case name [INFO] [stdout] --> src/physics/particle.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | bcore(bcore::Screen), [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `Bcore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `droplet` should have an upper camel case name [INFO] [stdout] --> src/physics/particle.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct droplet { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Droplet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `water` should have an upper camel case name [INFO] [stdout] --> src/physics/particle.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub struct water { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Water` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::loader` [INFO] [stdout] --> src/test/test.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::loader; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `load` [INFO] [stdout] --> src/test/test.rs:7:21 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::loader::{load, map, to_map}; // this is the loader which makes it so you can load a map from file or load a map from string [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sprite` [INFO] [stdout] --> src/test/test.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::sprite; // for sprites [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `aot` is assigned to, but never used [INFO] [stdout] --> src/acore.rs:173:17 [INFO] [stdout] | [INFO] [stdout] 173 | let mut aot = 0; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] = note: consider using `_aot` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `sso` is assigned to, but never used [INFO] [stdout] --> src/acore.rs:174:17 [INFO] [stdout] | [INFO] [stdout] 174 | let mut sso = 0; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_sso` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `aot` is never read [INFO] [stdout] --> src/acore.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | aot += 1; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/acore.rs:194:13 [INFO] [stdout] | [INFO] [stdout] 194 | for x in 0..thr { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `threadsize` [INFO] [stdout] --> src/acore.rs:209:17 [INFO] [stdout] | [INFO] [stdout] 209 | let threadsize = thr; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_threadsize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `finals` [INFO] [stdout] --> src/acore.rs:315:13 [INFO] [stdout] | [INFO] [stdout] 315 | let finals = rx.recv().unwrap(); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_finals` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `p` [INFO] [stdout] --> src/physics/particle.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | for p in 0..vl { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/test/test.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | for x in 0..10 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bcore.rs:189:17 [INFO] [stdout] | [INFO] [stdout] 189 | let mut run = true; [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bcore.rs:230:13 [INFO] [stdout] | [INFO] [stdout] 230 | let mut charss = self.chars.clone(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bcore.rs:231:13 [INFO] [stdout] | [INFO] [stdout] 231 | let mut xxx = self.x.clone(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bcore.rs:232:13 [INFO] [stdout] | [INFO] [stdout] 232 | let mut yyy = self.y.clone(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/acore.rs:211:17 [INFO] [stdout] | [INFO] [stdout] 211 | let mut chars = charss.clone(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/acore.rs:212:17 [INFO] [stdout] | [INFO] [stdout] 212 | let mut xx = xxx.clone(); [INFO] [stdout] | ----^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/acore.rs:213:17 [INFO] [stdout] | [INFO] [stdout] 213 | let mut yy = yyy.clone(); [INFO] [stdout] | ----^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/acore.rs:349:13 [INFO] [stdout] | [INFO] [stdout] 349 | let mut charss = self.chars.clone(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/acore.rs:350:13 [INFO] [stdout] | [INFO] [stdout] 350 | let mut xxx = self.x.clone(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/acore.rs:351:13 [INFO] [stdout] | [INFO] [stdout] 351 | let mut yyy = self.y.clone(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `aot` is assigned to, but never used [INFO] [stdout] --> src/acore.rs:173:17 [INFO] [stdout] | [INFO] [stdout] 173 | let mut aot = 0; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] = note: consider using `_aot` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `sso` is assigned to, but never used [INFO] [stdout] --> src/acore.rs:174:17 [INFO] [stdout] | [INFO] [stdout] 174 | let mut sso = 0; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_sso` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `aot` is never read [INFO] [stdout] --> src/acore.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | aot += 1; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/acore.rs:194:13 [INFO] [stdout] | [INFO] [stdout] 194 | for x in 0..thr { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `threadsize` [INFO] [stdout] --> src/acore.rs:209:17 [INFO] [stdout] | [INFO] [stdout] 209 | let threadsize = thr; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_threadsize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `finals` [INFO] [stdout] --> src/acore.rs:315:13 [INFO] [stdout] | [INFO] [stdout] 315 | let finals = rx.recv().unwrap(); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_finals` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `p` [INFO] [stdout] --> src/physics/particle.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | for p in 0..vl { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/test/test.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | for x in 0..10 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/libs/keyin.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/libs/keyin.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v` [INFO] [stdout] --> src/bcore.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | v: i64, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `debug` [INFO] [stdout] --> src/bcore.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | debug: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v` [INFO] [stdout] --> src/acore.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | v: i64, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `debug` [INFO] [stdout] --> src/acore.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | debug: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `getkey` [INFO] [stdout] --> src/libs/keyin.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | fn getkey() -> usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `BOUNCE` [INFO] [stdout] --> src/physics/particle.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | const BOUNCE: i64 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `t` [INFO] [stdout] --> src/test/test.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn t() { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `check_const` [INFO] [stdout] --> src/test/test.rs:127:8 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn check_const() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Screen` should have a snake case name [INFO] [stdout] --> src/bcore.rs:86:30 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn render(&mut self, Screen: &mut Screen) -> String { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `screen` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `add_physics_for_all_X` should have a snake case name [INFO] [stdout] --> src/bcore.rs:121:12 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn add_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `add_physics_for_all_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Screen` should have a snake case name [INFO] [stdout] --> src/bcore.rs:121:45 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn add_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `screen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `remove_physics_for_all_X` should have a snake case name [INFO] [stdout] --> src/bcore.rs:131:12 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn remove_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `remove_physics_for_all_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Screen` should have a snake case name [INFO] [stdout] --> src/bcore.rs:131:48 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn remove_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `screen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Cort` should have a snake case name [INFO] [stdout] --> src/bcore.rs:143:46 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn run(&self, size: i64, size2: i64, Cort: &mut Cort) -> loader::map { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `cort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bcore.rs:189:17 [INFO] [stdout] | [INFO] [stdout] 189 | let mut run = true; [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `X` should have a snake case name [INFO] [stdout] --> src/bcore.rs:145:17 [INFO] [stdout] | [INFO] [stdout] 145 | let mut X = self.x.clone(); // load in a sprite [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Y` should have a snake case name [INFO] [stdout] --> src/bcore.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | let mut Y = self.y.clone(); [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `C` should have a snake case name [INFO] [stdout] --> src/bcore.rs:147:17 [INFO] [stdout] | [INFO] [stdout] 147 | let mut C = self.chars.clone(); [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `find_X` should have a snake case name [INFO] [stdout] --> src/bcore.rs:258:12 [INFO] [stdout] | [INFO] [stdout] 258 | pub fn find_X(&self, ch: String) -> i64 { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `find_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `find_all_of_X` should have a snake case name [INFO] [stdout] --> src/bcore.rs:266:12 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn find_all_of_X(&self, ch: String) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `find_all_of_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bcore.rs:230:13 [INFO] [stdout] | [INFO] [stdout] 230 | let mut charss = self.chars.clone(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bcore.rs:231:13 [INFO] [stdout] | [INFO] [stdout] 231 | let mut xxx = self.x.clone(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Screen` should have a snake case name [INFO] [stdout] --> src/acore.rs:101:30 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn render(&mut self, Screen: &mut Screen) -> String { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `screen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bcore.rs:232:13 [INFO] [stdout] | [INFO] [stdout] 232 | let mut yyy = self.y.clone(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `add_physics_for_all_X` should have a snake case name [INFO] [stdout] --> src/acore.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn add_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `add_physics_for_all_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Screen` should have a snake case name [INFO] [stdout] --> src/acore.rs:136:45 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn add_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `screen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `remove_physics_for_all_X` should have a snake case name [INFO] [stdout] --> src/acore.rs:146:12 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn remove_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `remove_physics_for_all_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Screen` should have a snake case name [INFO] [stdout] --> src/acore.rs:146:48 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn remove_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `screen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Cort` should have a snake case name [INFO] [stdout] --> src/acore.rs:163:23 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn run(&self, Cort: &mut Cort) -> loader::map { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `cort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `P` should have a snake case name [INFO] [stdout] --> src/acore.rs:200:13 [INFO] [stdout] | [INFO] [stdout] 200 | for P in 0..thr as i64 { [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `vectorY` should have a snake case name [INFO] [stdout] --> src/acore.rs:253:29 [INFO] [stdout] | [INFO] [stdout] 253 | let mut vectorY: Vec = Vec::new(); [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `vector_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `vectorX` should have a snake case name [INFO] [stdout] --> src/acore.rs:254:29 [INFO] [stdout] | [INFO] [stdout] 254 | let mut vectorX: Vec = Vec::new(); [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `vector_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `find_X` should have a snake case name [INFO] [stdout] --> src/acore.rs:382:12 [INFO] [stdout] | [INFO] [stdout] 382 | pub fn find_X(&self, ch: String) -> i64 { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `find_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `find_all_of_X` should have a snake case name [INFO] [stdout] --> src/acore.rs:391:12 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn find_all_of_X(&self, ch: String) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `find_all_of_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `find_all_of_X` should have a snake case name [INFO] [stdout] --> src/map/loader.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn find_all_of_X(&self, ch: String) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `find_all_of_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `forceDown` should have a snake case name [INFO] [stdout] --> src/physics/particle.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub forceDown: bool, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `force_down` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `G` should have a snake case name [INFO] [stdout] --> src/physics/physics.rs:7:72 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn a_render_physics(screen: &mut acore::Screen, physobj: Vec, G: i64) { [INFO] [stdout] | ^ help: convert the identifier to snake case: `g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `G` should have a snake case name [INFO] [stdout] --> src/physics/physics.rs:13:72 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn b_render_physics(screen: &mut bcore::Screen, physobj: Vec, G: i64) { [INFO] [stdout] | ^ help: convert the identifier to snake case: `g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/acore.rs:211:17 [INFO] [stdout] | [INFO] [stdout] 211 | let mut chars = charss.clone(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/acore.rs:212:17 [INFO] [stdout] | [INFO] [stdout] 212 | let mut xx = xxx.clone(); [INFO] [stdout] | ----^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/acore.rs:213:17 [INFO] [stdout] | [INFO] [stdout] 213 | let mut yy = yyy.clone(); [INFO] [stdout] | ----^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/acore.rs:349:13 [INFO] [stdout] | [INFO] [stdout] 349 | let mut charss = self.chars.clone(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/acore.rs:350:13 [INFO] [stdout] | [INFO] [stdout] 350 | let mut xxx = self.x.clone(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/acore.rs:351:13 [INFO] [stdout] | [INFO] [stdout] 351 | let mut yyy = self.y.clone(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 70 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/libs/keyin.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/libs/keyin.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v` [INFO] [stdout] --> src/bcore.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | v: i64, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `debug` [INFO] [stdout] --> src/bcore.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | debug: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v` [INFO] [stdout] --> src/acore.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | v: i64, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `debug` [INFO] [stdout] --> src/acore.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | debug: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `getkey` [INFO] [stdout] --> src/libs/keyin.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | fn getkey() -> usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `BOUNCE` [INFO] [stdout] --> src/physics/particle.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | const BOUNCE: i64 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Screen` should have a snake case name [INFO] [stdout] --> src/bcore.rs:86:30 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn render(&mut self, Screen: &mut Screen) -> String { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `screen` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `add_physics_for_all_X` should have a snake case name [INFO] [stdout] --> src/bcore.rs:121:12 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn add_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `add_physics_for_all_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Screen` should have a snake case name [INFO] [stdout] --> src/bcore.rs:121:45 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn add_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `screen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `remove_physics_for_all_X` should have a snake case name [INFO] [stdout] --> src/bcore.rs:131:12 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn remove_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `remove_physics_for_all_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Screen` should have a snake case name [INFO] [stdout] --> src/bcore.rs:131:48 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn remove_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `screen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Cort` should have a snake case name [INFO] [stdout] --> src/bcore.rs:143:46 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn run(&self, size: i64, size2: i64, Cort: &mut Cort) -> loader::map { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `cort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `X` should have a snake case name [INFO] [stdout] --> src/bcore.rs:145:17 [INFO] [stdout] | [INFO] [stdout] 145 | let mut X = self.x.clone(); // load in a sprite [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Y` should have a snake case name [INFO] [stdout] --> src/bcore.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | let mut Y = self.y.clone(); [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `C` should have a snake case name [INFO] [stdout] --> src/bcore.rs:147:17 [INFO] [stdout] | [INFO] [stdout] 147 | let mut C = self.chars.clone(); [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `find_X` should have a snake case name [INFO] [stdout] --> src/bcore.rs:258:12 [INFO] [stdout] | [INFO] [stdout] 258 | pub fn find_X(&self, ch: String) -> i64 { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `find_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `find_all_of_X` should have a snake case name [INFO] [stdout] --> src/bcore.rs:266:12 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn find_all_of_X(&self, ch: String) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `find_all_of_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Screen` should have a snake case name [INFO] [stdout] --> src/acore.rs:101:30 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn render(&mut self, Screen: &mut Screen) -> String { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `screen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `add_physics_for_all_X` should have a snake case name [INFO] [stdout] --> src/acore.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn add_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `add_physics_for_all_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Screen` should have a snake case name [INFO] [stdout] --> src/acore.rs:136:45 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn add_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `screen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `remove_physics_for_all_X` should have a snake case name [INFO] [stdout] --> src/acore.rs:146:12 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn remove_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `remove_physics_for_all_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Screen` should have a snake case name [INFO] [stdout] --> src/acore.rs:146:48 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn remove_physics_for_all_X(&mut self, Screen: &Screen, chr: String) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `screen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Cort` should have a snake case name [INFO] [stdout] --> src/acore.rs:163:23 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn run(&self, Cort: &mut Cort) -> loader::map { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `cort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `P` should have a snake case name [INFO] [stdout] --> src/acore.rs:200:13 [INFO] [stdout] | [INFO] [stdout] 200 | for P in 0..thr as i64 { [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `vectorY` should have a snake case name [INFO] [stdout] --> src/acore.rs:253:29 [INFO] [stdout] | [INFO] [stdout] 253 | let mut vectorY: Vec = Vec::new(); [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `vector_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `vectorX` should have a snake case name [INFO] [stdout] --> src/acore.rs:254:29 [INFO] [stdout] | [INFO] [stdout] 254 | let mut vectorX: Vec = Vec::new(); [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `vector_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `find_X` should have a snake case name [INFO] [stdout] --> src/acore.rs:382:12 [INFO] [stdout] | [INFO] [stdout] 382 | pub fn find_X(&self, ch: String) -> i64 { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `find_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `find_all_of_X` should have a snake case name [INFO] [stdout] --> src/acore.rs:391:12 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn find_all_of_X(&self, ch: String) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `find_all_of_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `find_all_of_X` should have a snake case name [INFO] [stdout] --> src/map/loader.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn find_all_of_X(&self, ch: String) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `find_all_of_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `forceDown` should have a snake case name [INFO] [stdout] --> src/physics/particle.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub forceDown: bool, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `force_down` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `G` should have a snake case name [INFO] [stdout] --> src/physics/physics.rs:7:72 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn a_render_physics(screen: &mut acore::Screen, physobj: Vec, G: i64) { [INFO] [stdout] | ^ help: convert the identifier to snake case: `g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `G` should have a snake case name [INFO] [stdout] --> src/physics/physics.rs:13:72 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn b_render_physics(screen: &mut bcore::Screen, physobj: Vec, G: i64) { [INFO] [stdout] | ^ help: convert the identifier to snake case: `g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 68 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.06s [INFO] running `Command { std: "docker" "inspect" "3b88b97d2e6bfcebfa32638a76354596557e84152bfec2026737a2c09a2eebae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b88b97d2e6bfcebfa32638a76354596557e84152bfec2026737a2c09a2eebae", kill_on_drop: false }` [INFO] [stdout] 3b88b97d2e6bfcebfa32638a76354596557e84152bfec2026737a2c09a2eebae