[INFO] fetching crate devela 0.24.0... [INFO] checking devela-0.24.0 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied [INFO] extracting crate devela 0.24.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate devela 0.24.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate devela 0.24.0 [INFO] tweaked toml for crates.io crate devela 0.24.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate devela 0.24.0 on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate devela 0.24.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 35cd25cf63919d69d279e2dbaf5c186b58e15401812b7e2ef66a4138a23e8c2d [INFO] running `Command { std: "docker" "start" "-a" "35cd25cf63919d69d279e2dbaf5c186b58e15401812b7e2ef66a4138a23e8c2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "35cd25cf63919d69d279e2dbaf5c186b58e15401812b7e2ef66a4138a23e8c2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35cd25cf63919d69d279e2dbaf5c186b58e15401812b7e2ef66a4138a23e8c2d", kill_on_drop: false }` [INFO] [stdout] 35cd25cf63919d69d279e2dbaf5c186b58e15401812b7e2ef66a4138a23e8c2d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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 -Dinherent-method-on-receiver" "-e" "RUSTDOCFLAGS=--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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee4c88bde4ae260ba363e87699ae69ec7f9731aeee5f53c0008a97090cdcb6ba [INFO] running `Command { std: "docker" "start" "-a" "ee4c88bde4ae260ba363e87699ae69ec7f9731aeee5f53c0008a97090cdcb6ba", kill_on_drop: false }` [INFO] [stderr] Compiling devela v0.24.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling devela_macros v0.12.1 [INFO] [stdout] warning: unused import: `impl_cdef` [INFO] [stdout] --> src/code/default.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | use super::{impl_cdef, ConstDefault}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/all_error.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / define_error![individual: pub struct FailedErrorConversion; [INFO] [stdout] 17 | | DOC_FAILED_CONVERSION = "A failed conversion between two error types.", [INFO] [stdout] 18 | | self+f => write!(f, "Failed to convert between error types"), [INFO] [stdout] 19 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/all_error.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_error![individual: pub struct NotImplemented; [INFO] [stdout] 21 | | DOC_NOT_IMPLEMENTED = "The requested functionality is not implemented.", [INFO] [stdout] 22 | | self+f => write!(f, "The requested functionality is not implemented."), [INFO] [stdout] 23 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/all_error.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | / define_error![individual: pub struct NotSupported; [INFO] [stdout] 25 | | DOC_NOT_SUPPORTED = "The requested functionality is not supported by this type.", [INFO] [stdout] 26 | | self+f => write!(f, "The requested functionality is not supported by this type."), [INFO] [stdout] 27 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / define_error! { individual: pub struct DataOverflow(pub Option); [INFO] [stdout] 34 | | DOC_DATA_OVERFLOW = "The value has surpassed the bounds of the representable data space.", [INFO] [stdout] 35 | | self+f => if let Some(v) = self.0 { [INFO] [stdout] 36 | | write!(f, "The value {v} has surpassed the bounds of the representable data space.") [INFO] [stdout] 37 | | } else { write!(f, "The value has surpassed the bounds of the representable data space.") } [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / define_error! { individual: pub struct ElementNotFound; [INFO] [stdout] 40 | | DOC_ELEMENT_NOT_FOUND = "The requested element has not been found.", [INFO] [stdout] 41 | | self+f => write!(f, "The requested element has not been found."), [INFO] [stdout] 42 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | / define_error! { individual: pub struct IndexOutOfBounds(pub Option); [INFO] [stdout] 44 | | DOC_INDEX_OUT_OF_BOUNDS = "The given index is out of bounds.\n\n [INFO] [stdout] 45 | | Optionally contains the given index.", [INFO] [stdout] 46 | | self+f => if let Some(i) = self.0 { write!(f, "The given index {i} is out of bounds.") [INFO] [stdout] 47 | | } else { write!(f, "The given index is out of bounds.") } [INFO] [stdout] 48 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / define_error! { individual: pub struct InvalidAxisLength(pub Option); [INFO] [stdout] 50 | | DOC_INVALID_AXIS_LENGTH = "The given axis has an invalid length.\n\n [INFO] [stdout] 51 | | Optionally contains the given axis number.", [INFO] [stdout] 52 | | self+f => if let Some(n) = self.0 { [INFO] [stdout] 53 | | write!(f, "Axis number {n} has 0 length, which is not allowed.") [INFO] [stdout] 54 | | } else { write!(f, "One ore more axis have 0 length, which is not allowed.") } [INFO] [stdout] 55 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_error! { individual: pub struct KeyAlreadyExists; [INFO] [stdout] 57 | | DOC_KEY_ALREADY_EXISTS = "The key already exists.", [INFO] [stdout] 58 | | self+f => write!(f, "The key already exists.") [INFO] [stdout] 59 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / define_error! { individual: pub struct MismatchedDimensions(pub Mismatch); [INFO] [stdout] 77 | | DOC_MISMATCHED_DIMENSIONS = "The dimensions given did not match the elements provided.", [INFO] [stdout] 78 | | self+f => write!(f, "Mismatched dimensions: {:?}.", self.0) [INFO] [stdout] 79 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | / define_error! { individual: pub struct MismatchedIndices; [INFO] [stdout] 81 | | DOC_MISMATCHED_INDICES = "The given indices does not match the expected order.", [INFO] [stdout] 82 | | self+f => write!(f, "The given indices does not match the expected order.") [INFO] [stdout] 83 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_error! { individual: pub struct NodeEmpty(pub Option); [INFO] [stdout] 85 | | DOC_NODE_EMPTY = "The node is empty.", [INFO] [stdout] 86 | | self+f => if let Some(n) = self.0 { write!(f, "The given node `{n}` is empty.") [INFO] [stdout] 87 | | } else { write!(f, "The node is empty.") } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_error! { individual: pub struct NodeLinkNotSet(pub Option); [INFO] [stdout] 90 | | DOC_NODE_LINK_NOT_SET = "The link is not set.", [INFO] [stdout] 91 | | self+f => if let Some(n) = self.0 { write!(f, "The given node link `{n}` is not set.") [INFO] [stdout] 92 | | } else { write!(f, "The node link is not set.") } [INFO] [stdout] 93 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / define_error! { individual: pub struct NodeLinkNotUnique(pub Option); [INFO] [stdout] 95 | | DOC_NODE_LINK_NOT_UNIQUE = "The link is not unique.", [INFO] [stdout] 96 | | self+f => if let Some(n) = self.0 { write!(f, "The given node link `{n}` is not unique.") [INFO] [stdout] 97 | | } else { write!(f, "The node link is not unique.") } [INFO] [stdout] 98 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 99 | / define_error! { individual: pub struct NotEnoughElements(pub Option); [INFO] [stdout] 100 | | DOC_NOT_ENOUGH_ELEMENTS = "There are not enough elements for the operation.\n\n [INFO] [stdout] 101 | | Optionally contains the minimum number of elements needed.", [INFO] [stdout] 102 | | self+f => if let Some(n) = self.0 { [INFO] [stdout] 103 | | write!(f, "Not enough elements. Needs at least `{n}` elements.") [INFO] [stdout] 104 | | } else { write!(f, "Not enough elements.") } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:106:1 [INFO] [stdout] | [INFO] [stdout] 106 | / define_error! { individual: pub struct NotEnoughSpace(pub Option); [INFO] [stdout] 107 | | DOC_NOT_ENOUGH_SPACE = "There is not enough free space for the operation.\n\n [INFO] [stdout] 108 | | Optionally contains the number of free spaces needed.", [INFO] [stdout] 109 | | self+f => if let Some(n) = self.0 { [INFO] [stdout] 110 | | write!(f, "Not enough space. Needs at least `{n}` free space for elements.") [INFO] [stdout] 111 | | } else { write!(f, "Not enough space.") } [INFO] [stdout] 112 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:113:1 [INFO] [stdout] | [INFO] [stdout] 113 | / define_error! { individual: pub struct PartiallyAdded(pub Option); [INFO] [stdout] 114 | | DOC_PARTIALLY_ADDED = "The operation could only add a subset of the elements.\n\n [INFO] [stdout] 115 | | Optionally contains the number of elements added.", [INFO] [stdout] 116 | | self+f => if let Some(n) = self.0 { write!(f, "Only `{n}` elements could be added.") [INFO] [stdout] 117 | | } else { write!(f, "Only a subset of elements could be added.") } [INFO] [stdout] 118 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/time.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / define_error! { individual: pub struct Timeout; [INFO] [stdout] 40 | | DOC_KEY_ALREADY_EXISTS = "The operation has exceeded the allowed execution time.", [INFO] [stdout] 41 | | self+f => write!(f, "The operation has exceeded the allowed execution time.") [INFO] [stdout] 42 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `impl_niche` [INFO] [stdout] --> src/num/niche/macros.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | use impl_niche; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/text/error.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_error! { individual: pub struct InvalidChar(char); [INFO] [stdout] 21 | | DOC_INVALID_CHAR = "An invalid given character was found.", [INFO] [stdout] 22 | | self+f => write!(f, "An invalid {:?} character was found.", self.0) [INFO] [stdout] 23 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/text/error.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_error! { individual: [INFO] [stdout] 26 | | pub struct InvalidUtf8 { [INFO] [stdout] 27 | | /// The index in the given string up to which valid UTF-8 was verified. [INFO] [stdout] 28 | | pub valid_up_to: usize, [INFO] [stdout] ... | [INFO] [stdout] 36 | | } else { write!(f, "Invalid UTF-8, valid up to: {}", self.valid_up_to) } [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `impl_cdef` [INFO] [stdout] --> src/code/default.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | use super::{impl_cdef, ConstDefault}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/all_error.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / define_error![individual: pub struct FailedErrorConversion; [INFO] [stdout] 17 | | DOC_FAILED_CONVERSION = "A failed conversion between two error types.", [INFO] [stdout] 18 | | self+f => write!(f, "Failed to convert between error types"), [INFO] [stdout] 19 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/all_error.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_error![individual: pub struct NotImplemented; [INFO] [stdout] 21 | | DOC_NOT_IMPLEMENTED = "The requested functionality is not implemented.", [INFO] [stdout] 22 | | self+f => write!(f, "The requested functionality is not implemented."), [INFO] [stdout] 23 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/all_error.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | / define_error![individual: pub struct NotSupported; [INFO] [stdout] 25 | | DOC_NOT_SUPPORTED = "The requested functionality is not supported by this type.", [INFO] [stdout] 26 | | self+f => write!(f, "The requested functionality is not supported by this type."), [INFO] [stdout] 27 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / define_error! { individual: pub struct DataOverflow(pub Option); [INFO] [stdout] 34 | | DOC_DATA_OVERFLOW = "The value has surpassed the bounds of the representable data space.", [INFO] [stdout] 35 | | self+f => if let Some(v) = self.0 { [INFO] [stdout] 36 | | write!(f, "The value {v} has surpassed the bounds of the representable data space.") [INFO] [stdout] 37 | | } else { write!(f, "The value has surpassed the bounds of the representable data space.") } [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / define_error! { individual: pub struct ElementNotFound; [INFO] [stdout] 40 | | DOC_ELEMENT_NOT_FOUND = "The requested element has not been found.", [INFO] [stdout] 41 | | self+f => write!(f, "The requested element has not been found."), [INFO] [stdout] 42 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | / define_error! { individual: pub struct IndexOutOfBounds(pub Option); [INFO] [stdout] 44 | | DOC_INDEX_OUT_OF_BOUNDS = "The given index is out of bounds.\n\n [INFO] [stdout] 45 | | Optionally contains the given index.", [INFO] [stdout] 46 | | self+f => if let Some(i) = self.0 { write!(f, "The given index {i} is out of bounds.") [INFO] [stdout] 47 | | } else { write!(f, "The given index is out of bounds.") } [INFO] [stdout] 48 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / define_error! { individual: pub struct InvalidAxisLength(pub Option); [INFO] [stdout] 50 | | DOC_INVALID_AXIS_LENGTH = "The given axis has an invalid length.\n\n [INFO] [stdout] 51 | | Optionally contains the given axis number.", [INFO] [stdout] 52 | | self+f => if let Some(n) = self.0 { [INFO] [stdout] 53 | | write!(f, "Axis number {n} has 0 length, which is not allowed.") [INFO] [stdout] 54 | | } else { write!(f, "One ore more axis have 0 length, which is not allowed.") } [INFO] [stdout] 55 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_error! { individual: pub struct KeyAlreadyExists; [INFO] [stdout] 57 | | DOC_KEY_ALREADY_EXISTS = "The key already exists.", [INFO] [stdout] 58 | | self+f => write!(f, "The key already exists.") [INFO] [stdout] 59 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / define_error! { individual: pub struct MismatchedDimensions(pub Mismatch); [INFO] [stdout] 77 | | DOC_MISMATCHED_DIMENSIONS = "The dimensions given did not match the elements provided.", [INFO] [stdout] 78 | | self+f => write!(f, "Mismatched dimensions: {:?}.", self.0) [INFO] [stdout] 79 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | / define_error! { individual: pub struct MismatchedIndices; [INFO] [stdout] 81 | | DOC_MISMATCHED_INDICES = "The given indices does not match the expected order.", [INFO] [stdout] 82 | | self+f => write!(f, "The given indices does not match the expected order.") [INFO] [stdout] 83 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_error! { individual: pub struct NodeEmpty(pub Option); [INFO] [stdout] 85 | | DOC_NODE_EMPTY = "The node is empty.", [INFO] [stdout] 86 | | self+f => if let Some(n) = self.0 { write!(f, "The given node `{n}` is empty.") [INFO] [stdout] 87 | | } else { write!(f, "The node is empty.") } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_error! { individual: pub struct NodeLinkNotSet(pub Option); [INFO] [stdout] 90 | | DOC_NODE_LINK_NOT_SET = "The link is not set.", [INFO] [stdout] 91 | | self+f => if let Some(n) = self.0 { write!(f, "The given node link `{n}` is not set.") [INFO] [stdout] 92 | | } else { write!(f, "The node link is not set.") } [INFO] [stdout] 93 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / define_error! { individual: pub struct NodeLinkNotUnique(pub Option); [INFO] [stdout] 95 | | DOC_NODE_LINK_NOT_UNIQUE = "The link is not unique.", [INFO] [stdout] 96 | | self+f => if let Some(n) = self.0 { write!(f, "The given node link `{n}` is not unique.") [INFO] [stdout] 97 | | } else { write!(f, "The node link is not unique.") } [INFO] [stdout] 98 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 99 | / define_error! { individual: pub struct NotEnoughElements(pub Option); [INFO] [stdout] 100 | | DOC_NOT_ENOUGH_ELEMENTS = "There are not enough elements for the operation.\n\n [INFO] [stdout] 101 | | Optionally contains the minimum number of elements needed.", [INFO] [stdout] 102 | | self+f => if let Some(n) = self.0 { [INFO] [stdout] 103 | | write!(f, "Not enough elements. Needs at least `{n}` elements.") [INFO] [stdout] 104 | | } else { write!(f, "Not enough elements.") } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:106:1 [INFO] [stdout] | [INFO] [stdout] 106 | / define_error! { individual: pub struct NotEnoughSpace(pub Option); [INFO] [stdout] 107 | | DOC_NOT_ENOUGH_SPACE = "There is not enough free space for the operation.\n\n [INFO] [stdout] 108 | | Optionally contains the number of free spaces needed.", [INFO] [stdout] 109 | | self+f => if let Some(n) = self.0 { [INFO] [stdout] 110 | | write!(f, "Not enough space. Needs at least `{n}` free space for elements.") [INFO] [stdout] 111 | | } else { write!(f, "Not enough space.") } [INFO] [stdout] 112 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/data.rs:113:1 [INFO] [stdout] | [INFO] [stdout] 113 | / define_error! { individual: pub struct PartiallyAdded(pub Option); [INFO] [stdout] 114 | | DOC_PARTIALLY_ADDED = "The operation could only add a subset of the elements.\n\n [INFO] [stdout] 115 | | Optionally contains the number of elements added.", [INFO] [stdout] 116 | | self+f => if let Some(n) = self.0 { write!(f, "Only `{n}` elements could be added.") [INFO] [stdout] 117 | | } else { write!(f, "Only a subset of elements could be added.") } [INFO] [stdout] 118 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/error/time.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / define_error! { individual: pub struct Timeout; [INFO] [stdout] 40 | | DOC_KEY_ALREADY_EXISTS = "The operation has exceeded the allowed execution time.", [INFO] [stdout] 41 | | self+f => write!(f, "The operation has exceeded the allowed execution time.") [INFO] [stdout] 42 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `type_marker` [INFO] [stdout] --> src/code/marker/type_marker.rs:107:25 [INFO] [stdout] | [INFO] [stdout] 107 | use crate::{TypeId, type_marker}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `type_resource` [INFO] [stdout] --> src/code/marker/type_resource.rs:195:25 [INFO] [stdout] | [INFO] [stdout] 195 | use crate::{ExtAny, type_resource}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `unwrap` [INFO] [stdout] --> src/code/result/opt_res/unwrap.rs:339:36 [INFO] [stdout] | [INFO] [stdout] 339 | use crate::{OptRes, serr, sok, unwrap}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::define_error` [INFO] [stdout] --> src/code/util/error.rs:239:9 [INFO] [stdout] | [INFO] [stdout] 239 | use super::define_error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/util/error.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | / define_error! { individual: pub struct UnitStruct; [INFO] [stdout] 246 | | DOC_UNIT_STRUCT = "docstring", self+f => write!(f, "display"), [INFO] [stdout] 247 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/util/error.rs:248:9 [INFO] [stdout] | [INFO] [stdout] 248 | / define_error! { individual: pub struct SingleElement(pub(crate) Option); [INFO] [stdout] 249 | | DOC_SINGLE_ELEMENT = "docstring", self+f => write!(f, "display"), [INFO] [stdout] 250 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/util/error.rs:251:9 [INFO] [stdout] | [INFO] [stdout] 251 | / define_error! { individual: pub struct MultipleElements(pub i32, u32,); [INFO] [stdout] 252 | | DOC_MULTI_ELEMENT = "docstring", self+f => write!(f, "display") [INFO] [stdout] 253 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/code/util/error.rs:254:9 [INFO] [stdout] | [INFO] [stdout] 254 | / define_error! { individual: pub struct StructFields { [INFO] [stdout] 255 | | #[doc = "field1"] pub f1: bool, [INFO] [stdout] 256 | | #[doc = "field2"] f2: Option [INFO] [stdout] ... | [INFO] [stdout] 259 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/code/util/asserts/static/const.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | pub use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::cfg_if` [INFO] [stdout] --> src/code/util/cfg_if.rs:125:9 [INFO] [stdout] | [INFO] [stdout] 125 | use crate::cfg_if; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::is` [INFO] [stdout] --> src/code/util/is.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | use crate::is; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `impl_niche` [INFO] [stdout] --> src/num/niche/macros.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | use impl_niche; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::size_of_expr` [INFO] [stdout] --> src/sys/mem/size/expr/mod.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | use super::size_of_expr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/text/error.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_error! { individual: pub struct InvalidChar(char); [INFO] [stdout] 21 | | DOC_INVALID_CHAR = "An invalid given character was found.", [INFO] [stdout] 22 | | self+f => write!(f, "An invalid {:?} character was found.", self.0) [INFO] [stdout] 23 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$CONST_NAME` [INFO] [stdout] --> src/code/util/const.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | $item_vis use $CONST_NAME; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/text/error.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_error! { individual: [INFO] [stdout] 26 | | pub struct InvalidUtf8 { [INFO] [stdout] 27 | | /// The index in the given string up to which valid UTF-8 was verified. [INFO] [stdout] 28 | | pub valid_up_to: usize, [INFO] [stdout] ... | [INFO] [stdout] 36 | | } else { write!(f, "Invalid UTF-8, valid up to: {}", self.valid_up_to) } [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/code/guard.rs:66:20 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn dismiss(&mut self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | impl Deref for ScopeGuard { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 121 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D inherent-method-on-receiver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/code/guard.rs:115:22 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn set_state(&mut self, state: S) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | impl Deref for ScopeGuard { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 121 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/borrow/maybe.rs:36:30 [INFO] [stdout] | [INFO] [stdout] 36 | pub const fn is_borrowed(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | impl<'a, T: ?Sized + Ownership> Deref for MaybeOwned<'a, T> { [INFO] [stdout] | ----------------------------------------------------------- trait implemented here [INFO] [stdout] 99 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/borrow/maybe.rs:41:27 [INFO] [stdout] | [INFO] [stdout] 41 | pub const fn is_owned(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | impl<'a, T: ?Sized + Ownership> Deref for MaybeOwned<'a, T> { [INFO] [stdout] | ----------------------------------------------------------- trait implemented here [INFO] [stdout] 99 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/borrow/maybe.rs:49:21 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn borrowed(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | impl<'a, T: ?Sized + Ownership> Deref for MaybeOwned<'a, T> { [INFO] [stdout] | ----------------------------------------------------------- trait implemented here [INFO] [stdout] 99 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/cache_align.rs:170:23 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn into_inner(self) -> T { self.value } [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | impl Deref for CacheAlign { [INFO] [stdout] | ------------------------------- trait implemented here [INFO] [stdout] 185 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/cache_align.rs:174:34 [INFO] [stdout] | [INFO] [stdout] 174 | pub const fn into_inner_copy(self) -> T where Self: Copy { self.value } [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | impl Deref for CacheAlign { [INFO] [stdout] | ------------------------------- trait implemented here [INFO] [stdout] 185 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/storage/bare.rs:57:23 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn into_inner(self) -> T { self.0 } [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl ops::Deref for BareBox { [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 191 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/storage/bare.rs:69:25 [INFO] [stdout] | [INFO] [stdout] 69 | pub const fn as_ref(&self) -> &T { &self.0 } [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl ops::Deref for BareBox { [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 191 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/storage/bare.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 85 | pub const fn as_mut(&mut self) -> &mut T { &mut self.0 } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl ops::Deref for BareBox { [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 191 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/storage/bare.rs:98:20 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn replace(&mut self, mut new: T) -> T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl ops::Deref for BareBox { [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 191 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/storage/bare.rs:111:23 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn is_default(&self) -> bool where T: Default + PartialEq { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl ops::Deref for BareBox { [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 191 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/storage/bare.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | pub const fn into_inner_copy(self) -> T { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl ops::Deref for BareBox { [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 191 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/storage/bare.rs:141:25 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn map(self, f: fn(T) -> U) -> BareBox { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl ops::Deref for BareBox { [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 191 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `devela` (lib) due to 14 previous errors; 21 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: constant `NZI8` is never used [INFO] [stdout] --> src/num/niche/macros.rs:94:15 [INFO] [stdout] | [INFO] [stdout] 94 | const NZI8: crate::NonZeroI8 = nz![23i8]; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NEI8` is never used [INFO] [stdout] --> src/num/niche/macros.rs:108:15 [INFO] [stdout] | [INFO] [stdout] 108 | const NEI8: crate::NonExtremeI8 = ne![23i8]; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/code/guard.rs:66:20 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn dismiss(&mut self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | impl Deref for ScopeGuard { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 121 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D inherent-method-on-receiver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/code/guard.rs:115:22 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn set_state(&mut self, state: S) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | impl Deref for ScopeGuard { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 121 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/borrow/maybe.rs:36:30 [INFO] [stdout] | [INFO] [stdout] 36 | pub const fn is_borrowed(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | impl<'a, T: ?Sized + Ownership> Deref for MaybeOwned<'a, T> { [INFO] [stdout] | ----------------------------------------------------------- trait implemented here [INFO] [stdout] 99 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/borrow/maybe.rs:41:27 [INFO] [stdout] | [INFO] [stdout] 41 | pub const fn is_owned(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | impl<'a, T: ?Sized + Ownership> Deref for MaybeOwned<'a, T> { [INFO] [stdout] | ----------------------------------------------------------- trait implemented here [INFO] [stdout] 99 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/borrow/maybe.rs:49:21 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn borrowed(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | impl<'a, T: ?Sized + Ownership> Deref for MaybeOwned<'a, T> { [INFO] [stdout] | ----------------------------------------------------------- trait implemented here [INFO] [stdout] 99 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/cache_align.rs:170:23 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn into_inner(self) -> T { self.value } [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | impl Deref for CacheAlign { [INFO] [stdout] | ------------------------------- trait implemented here [INFO] [stdout] 185 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/cache_align.rs:174:34 [INFO] [stdout] | [INFO] [stdout] 174 | pub const fn into_inner_copy(self) -> T where Self: Copy { self.value } [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | impl Deref for CacheAlign { [INFO] [stdout] | ------------------------------- trait implemented here [INFO] [stdout] 185 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/storage/bare.rs:57:23 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn into_inner(self) -> T { self.0 } [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl ops::Deref for BareBox { [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 191 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/storage/bare.rs:69:25 [INFO] [stdout] | [INFO] [stdout] 69 | pub const fn as_ref(&self) -> &T { &self.0 } [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl ops::Deref for BareBox { [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 191 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/storage/bare.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 85 | pub const fn as_mut(&mut self) -> &mut T { &mut self.0 } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl ops::Deref for BareBox { [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 191 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/storage/bare.rs:98:20 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn replace(&mut self, mut new: T) -> T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl ops::Deref for BareBox { [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 191 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/storage/bare.rs:111:23 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn is_default(&self) -> bool where T: Default + PartialEq { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl ops::Deref for BareBox { [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 191 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/storage/bare.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | pub const fn into_inner_copy(self) -> T { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl ops::Deref for BareBox { [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 191 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/sys/mem/storage/bare.rs:141:25 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn map(self, f: fn(T) -> U) -> BareBox { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl ops::Deref for BareBox { [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 191 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `devela` (lib test) due to 14 previous errors; 35 warnings emitted [INFO] running `Command { std: "docker" "inspect" "ee4c88bde4ae260ba363e87699ae69ec7f9731aeee5f53c0008a97090cdcb6ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee4c88bde4ae260ba363e87699ae69ec7f9731aeee5f53c0008a97090cdcb6ba", kill_on_drop: false }` [INFO] [stdout] ee4c88bde4ae260ba363e87699ae69ec7f9731aeee5f53c0008a97090cdcb6ba