[INFO] crate rubbl_casatables 0.1.1 is already in cache [INFO] extracting crate rubbl_casatables 0.1.1 into work/ex/clippy-test-run/sources/stable/reg/rubbl_casatables/0.1.1 [INFO] extracting crate rubbl_casatables 0.1.1 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/rubbl_casatables/0.1.1 [INFO] validating manifest of rubbl_casatables-0.1.1 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rubbl_casatables-0.1.1 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rubbl_casatables-0.1.1 [INFO] finished frobbing rubbl_casatables-0.1.1 [INFO] frobbed toml for rubbl_casatables-0.1.1 written to work/ex/clippy-test-run/sources/stable/reg/rubbl_casatables/0.1.1/Cargo.toml [INFO] started frobbing rubbl_casatables-0.1.1 [INFO] finished frobbing rubbl_casatables-0.1.1 [INFO] frobbed toml for rubbl_casatables-0.1.1 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/rubbl_casatables/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting rubbl_casatables-0.1.1 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-7/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/rubbl_casatables/0.1.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 86294b6175fb9ffa84c30ae7423d5aaae79e206f4e48eac82175fc7c366fabea [INFO] running `"docker" "start" "-a" "86294b6175fb9ffa84c30ae7423d5aaae79e206f4e48eac82175fc7c366fabea"` [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Checking ndarray v0.11.2 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling rubbl_casatables_impl v0.1.1 [INFO] [stderr] Compiling rubbl_casatables v0.1.1 (/opt/crater/workdir) [INFO] [stderr] Checking backtrace v0.3.13 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking rubbl_core v0.1.1 [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:399:13 [INFO] [stderr] | [INFO] [stderr] 399 | handle: handle, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `handle` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:400:13 [INFO] [stderr] | [INFO] [stderr] 400 | exc_info: exc_info, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `exc_info` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:547:13 [INFO] [stderr] | [INFO] [stderr] 547 | data_type: data_type, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `data_type` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:550:13 [INFO] [stderr] | [INFO] [stderr] 550 | shape: shape, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `shape` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:874:13 [INFO] [stderr] | [INFO] [stderr] 874 | handle: handle, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `handle` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:875:13 [INFO] [stderr] | [INFO] [stderr] 875 | exc_info: exc_info, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `exc_info` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:890:13 [INFO] [stderr] | [INFO] [stderr] 890 | handle: handle, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `handle` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:891:13 [INFO] [stderr] | [INFO] [stderr] 891 | exc_info: exc_info, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `exc_info` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:399:13 [INFO] [stderr] | [INFO] [stderr] 399 | handle: handle, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `handle` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:400:13 [INFO] [stderr] | [INFO] [stderr] 400 | exc_info: exc_info, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `exc_info` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:547:13 [INFO] [stderr] | [INFO] [stderr] 547 | data_type: data_type, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `data_type` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:550:13 [INFO] [stderr] | [INFO] [stderr] 550 | shape: shape, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `shape` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:874:13 [INFO] [stderr] | [INFO] [stderr] 874 | handle: handle, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `handle` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:875:13 [INFO] [stderr] | [INFO] [stderr] 875 | exc_info: exc_info, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `exc_info` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:890:13 [INFO] [stderr] | [INFO] [stderr] 890 | handle: handle, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `handle` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:891:13 [INFO] [stderr] | [INFO] [stderr] 891 | exc_info: exc_info, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `exc_info` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: `0 as *const _` detected. Consider using `ptr::null()` [INFO] [stderr] --> src/glue.rs:62:23 [INFO] [stderr] | [INFO] [stderr] 62 | & ( * ( 0 as * const StringBridge ) ) . data as * const _ as [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::zero_ptr)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_ptr [INFO] [stderr] [INFO] [stderr] warning: `0 as *const _` detected. Consider using `ptr::null()` [INFO] [stderr] --> src/glue.rs:67:23 [INFO] [stderr] | [INFO] [stderr] 67 | & ( * ( 0 as * const StringBridge ) ) . n_bytes as * const _ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_ptr [INFO] [stderr] [INFO] [stderr] warning: `0 as *const _` detected. Consider using `ptr::null()` [INFO] [stderr] --> src/glue.rs:87:23 [INFO] [stderr] | [INFO] [stderr] 87 | & ( * ( 0 as * const ExcInfo ) ) . message as * const _ as [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_ptr [INFO] [stderr] [INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value [INFO] [stderr] --> src/lib.rs:53:25 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn element_size(&self) -> i32 { [INFO] [stderr] | ^^^^^ help: consider passing by value instead: `self` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::trivially_copy_pass_by_ref)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref [INFO] [stderr] [INFO] [stderr] warning: you don't need to add `&` to all patterns [INFO] [stderr] --> src/lib.rs:60:15 [INFO] [stderr] | [INFO] [stderr] 60 | f.pad(match self { [INFO] [stderr] | _______________^ [INFO] [stderr] 61 | | &glue::GlueDataType::TpBool => "bool", [INFO] [stderr] 62 | | &glue::GlueDataType::TpChar => "i8", [INFO] [stderr] 63 | | &glue::GlueDataType::TpUChar => "u8", [INFO] [stderr] ... | [INFO] [stderr] 91 | | &glue::GlueDataType::TpArrayInt64 => "arr", [INFO] [stderr] 92 | | }) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::match_ref_pats)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_ref_pats [INFO] [stderr] help: instead of prefixing all patterns with `&`, you can dereference the expression [INFO] [stderr] | [INFO] [stderr] 60 | f.pad(match *self { [INFO] [stderr] 61 | glue::GlueDataType::TpBool => "bool", [INFO] [stderr] 62 | glue::GlueDataType::TpChar => "i8", [INFO] [stderr] 63 | glue::GlueDataType::TpUChar => "u8", [INFO] [stderr] 64 | glue::GlueDataType::TpShort => "i16", [INFO] [stderr] 65 | glue::GlueDataType::TpUShort => "u16", [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] error: calls to `std::mem::forget` with a value that implements Copy. Forgetting a copy leaves the original intact. [INFO] [stderr] --> src/lib.rs:631:17 [INFO] [stderr] | [INFO] [stderr] 631 | std::mem::forget(cstr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::forget_copy)] on by default [INFO] [stderr] note: argument has type glue::StringBridge [INFO] [stderr] --> src/lib.rs:631:34 [INFO] [stderr] | [INFO] [stderr] 631 | std::mem::forget(cstr); [INFO] [stderr] | ^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#forget_copy [INFO] [stderr] [INFO] [stderr] error: calls to `std::mem::forget` with a value that implements Copy. Forgetting a copy leaves the original intact. [INFO] [stderr] --> src/lib.rs:702:13 [INFO] [stderr] | [INFO] [stderr] 702 | std::mem::forget(glue_string); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: argument has type glue::StringBridge [INFO] [stderr] --> src/lib.rs:702:30 [INFO] [stderr] | [INFO] [stderr] 702 | std::mem::forget(glue_string); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#forget_copy [INFO] [stderr] [INFO] [stderr] error: calls to `std::mem::forget` with a value that implements Copy. Forgetting a copy leaves the original intact. [INFO] [stderr] --> src/lib.rs:781:17 [INFO] [stderr] | [INFO] [stderr] 781 | std::mem::forget(cstr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: argument has type glue::StringBridge [INFO] [stderr] --> src/lib.rs:781:34 [INFO] [stderr] | [INFO] [stderr] 781 | std::mem::forget(cstr); [INFO] [stderr] | ^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#forget_copy [INFO] [stderr] [INFO] [stderr] error: calls to `std::mem::forget` with a value that implements Copy. Forgetting a copy leaves the original intact. [INFO] [stderr] --> src/lib.rs:1035:13 [INFO] [stderr] | [INFO] [stderr] 1035 | std::mem::forget(glue_string); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: argument has type glue::StringBridge [INFO] [stderr] --> src/lib.rs:1035:30 [INFO] [stderr] | [INFO] [stderr] 1035 | std::mem::forget(glue_string); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#forget_copy [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `rubbl_casatables`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value [INFO] [stderr] --> src/lib.rs:53:25 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn element_size(&self) -> i32 { [INFO] [stderr] | ^^^^^ help: consider passing by value instead: `self` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::trivially_copy_pass_by_ref)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref [INFO] [stderr] [INFO] [stderr] warning: you don't need to add `&` to all patterns [INFO] [stderr] --> src/lib.rs:60:15 [INFO] [stderr] | [INFO] [stderr] 60 | f.pad(match self { [INFO] [stderr] | _______________^ [INFO] [stderr] 61 | | &glue::GlueDataType::TpBool => "bool", [INFO] [stderr] 62 | | &glue::GlueDataType::TpChar => "i8", [INFO] [stderr] 63 | | &glue::GlueDataType::TpUChar => "u8", [INFO] [stderr] ... | [INFO] [stderr] 91 | | &glue::GlueDataType::TpArrayInt64 => "arr", [INFO] [stderr] 92 | | }) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::match_ref_pats)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_ref_pats [INFO] [stderr] help: instead of prefixing all patterns with `&`, you can dereference the expression [INFO] [stderr] | [INFO] [stderr] 60 | f.pad(match *self { [INFO] [stderr] 61 | glue::GlueDataType::TpBool => "bool", [INFO] [stderr] 62 | glue::GlueDataType::TpChar => "i8", [INFO] [stderr] 63 | glue::GlueDataType::TpUChar => "u8", [INFO] [stderr] 64 | glue::GlueDataType::TpShort => "i16", [INFO] [stderr] 65 | glue::GlueDataType::TpUShort => "u16", [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] error: calls to `std::mem::forget` with a value that implements Copy. Forgetting a copy leaves the original intact. [INFO] [stderr] --> src/lib.rs:631:17 [INFO] [stderr] | [INFO] [stderr] 631 | std::mem::forget(cstr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::forget_copy)] on by default [INFO] [stderr] note: argument has type glue::StringBridge [INFO] [stderr] --> src/lib.rs:631:34 [INFO] [stderr] | [INFO] [stderr] 631 | std::mem::forget(cstr); [INFO] [stderr] | ^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#forget_copy [INFO] [stderr] [INFO] [stderr] error: calls to `std::mem::forget` with a value that implements Copy. Forgetting a copy leaves the original intact. [INFO] [stderr] --> src/lib.rs:702:13 [INFO] [stderr] | [INFO] [stderr] 702 | std::mem::forget(glue_string); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: argument has type glue::StringBridge [INFO] [stderr] --> src/lib.rs:702:30 [INFO] [stderr] | [INFO] [stderr] 702 | std::mem::forget(glue_string); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#forget_copy [INFO] [stderr] [INFO] [stderr] error: calls to `std::mem::forget` with a value that implements Copy. Forgetting a copy leaves the original intact. [INFO] [stderr] --> src/lib.rs:781:17 [INFO] [stderr] | [INFO] [stderr] 781 | std::mem::forget(cstr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: argument has type glue::StringBridge [INFO] [stderr] --> src/lib.rs:781:34 [INFO] [stderr] | [INFO] [stderr] 781 | std::mem::forget(cstr); [INFO] [stderr] | ^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#forget_copy [INFO] [stderr] [INFO] [stderr] error: calls to `std::mem::forget` with a value that implements Copy. Forgetting a copy leaves the original intact. [INFO] [stderr] --> src/lib.rs:1035:13 [INFO] [stderr] | [INFO] [stderr] 1035 | std::mem::forget(glue_string); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: argument has type glue::StringBridge [INFO] [stderr] --> src/lib.rs:1035:30 [INFO] [stderr] | [INFO] [stderr] 1035 | std::mem::forget(glue_string); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#forget_copy [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `rubbl_casatables`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "86294b6175fb9ffa84c30ae7423d5aaae79e206f4e48eac82175fc7c366fabea"` [INFO] running `"docker" "rm" "-f" "86294b6175fb9ffa84c30ae7423d5aaae79e206f4e48eac82175fc7c366fabea"` [INFO] [stdout] 86294b6175fb9ffa84c30ae7423d5aaae79e206f4e48eac82175fc7c366fabea