[INFO] cloning repository https://github.com/programmerjake/rust-hdl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/programmerjake/rust-hdl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprogrammerjake%2Frust-hdl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprogrammerjake%2Frust-hdl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] df696f1c439e8bc4352812278a83218cb148db8d [INFO] checking programmerjake/rust-hdl against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprogrammerjake%2Frust-hdl" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/programmerjake/rust-hdl on toolchain 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/programmerjake/rust-hdl [INFO] finished tweaking git repo https://github.com/programmerjake/rust-hdl [INFO] tweaked toml for git repo https://github.com/programmerjake/rust-hdl written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/programmerjake/rust-hdl already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5fae3a6e29623bd24879627ec8d4f4d1ecebe3aa5ad858a67d5f91d77921e56d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5fae3a6e29623bd24879627ec8d4f4d1ecebe3aa5ad858a67d5f91d77921e56d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5fae3a6e29623bd24879627ec8d4f4d1ecebe3aa5ad858a67d5f91d77921e56d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fae3a6e29623bd24879627ec8d4f4d1ecebe3aa5ad858a67d5f91d77921e56d", kill_on_drop: false }` [INFO] [stdout] 5fae3a6e29623bd24879627ec8d4f4d1ecebe3aa5ad858a67d5f91d77921e56d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "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] c24cd69248617673f9269ab4fb12e1830ce457b8816cbf1686ecace4b7db07ad [INFO] running `Command { std: "docker" "start" "-a" "c24cd69248617673f9269ab4fb12e1830ce457b8816cbf1686ecace4b7db07ad", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling libc v0.2.96 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Checking typed-arena v2.0.1 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Compiling rust-hdl-int v0.1.0 (/opt/rustwide/workdir/rust-hdl-int) [INFO] [stderr] Checking rust-hdl-macros v0.1.0 (/opt/rustwide/workdir/rust-hdl-macros) [INFO] [stdout] warning: unused variable: `later_defined_names` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:266:9 [INFO] [stdout] | [INFO] [stdout] 266 | later_defined_names: &'a Self, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_later_defined_names` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:736:17 [INFO] [stdout] | [INFO] [stdout] 736 | span, [INFO] [stdout] | ^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:754:17 [INFO] [stdout] | [INFO] [stdout] 754 | span, [INFO] [stdout] | ^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `enum_type` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:755:17 [INFO] [stdout] | [INFO] [stdout] 755 | enum_type, [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `enum_type: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bracket_token` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:1199:17 [INFO] [stdout] | [INFO] [stdout] 1199 | bracket_token, [INFO] [stdout] | ^^^^^^^^^^^^^ help: try ignoring the field: `bracket_token: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elems` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:1200:17 [INFO] [stdout] | [INFO] [stdout] 1200 | elems, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `elems: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `later_defined_names` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:266:9 [INFO] [stdout] | [INFO] [stdout] 266 | later_defined_names: &'a Self, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_later_defined_names` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:736:17 [INFO] [stdout] | [INFO] [stdout] 736 | span, [INFO] [stdout] | ^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:754:17 [INFO] [stdout] | [INFO] [stdout] 754 | span, [INFO] [stdout] | ^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `enum_type` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:755:17 [INFO] [stdout] | [INFO] [stdout] 755 | enum_type, [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `enum_type: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bracket_token` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:1199:17 [INFO] [stdout] | [INFO] [stdout] 1199 | bracket_token, [INFO] [stdout] | ^^^^^^^^^^^^^ help: try ignoring the field: `bracket_token: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elems` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:1200:17 [INFO] [stdout] | [INFO] [stdout] 1200 | elems, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `elems: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `later_defined_names` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:266:9 [INFO] [stdout] | [INFO] [stdout] 266 | later_defined_names: &'a Self, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_later_defined_names` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:736:17 [INFO] [stdout] | [INFO] [stdout] 736 | span, [INFO] [stdout] | ^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:754:17 [INFO] [stdout] | [INFO] [stdout] 754 | span, [INFO] [stdout] | ^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `enum_type` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:755:17 [INFO] [stdout] | [INFO] [stdout] 755 | enum_type, [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `enum_type: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bracket_token` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:1199:17 [INFO] [stdout] | [INFO] [stdout] 1199 | bracket_token, [INFO] [stdout] | ^^^^^^^^^^^^^ help: try ignoring the field: `bracket_token: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elems` [INFO] [stdout] --> rust-hdl-macros/src/val.rs:1200:17 [INFO] [stdout] | [INFO] [stdout] 1200 | elems, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `elems: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking rust-hdl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `FixedTypeValue`, `Value` [INFO] [stdout] --> src/clocking.rs:4:22 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::prelude::{FixedTypeValue, Value}; [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `aggregate` [INFO] [stdout] --> src/export/rtlil.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | values::{aggregate, integer::IntShape}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `clocking::ClockDomain`, `val` [INFO] [stdout] --> src/logic.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | clocking::ClockDomain, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 13 | values::{val, FixedTypeValue, ToVal, Val, Value, ValueType}, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clocking::ClockDomain` [INFO] [stdout] --> src/module.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | clocking::ClockDomain, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::prelude::*` [INFO] [stdout] --> src/values/foreign_derives.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::option::Option` [INFO] [stdout] --> src/values/foreign_derives.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `LiteralBits`, `ToVal` [INFO] [stdout] --> src/values/ops.rs:10:33 [INFO] [stdout] | [INFO] [stdout] 10 | IsAggregateVariant, LiteralBits, Mux, SameSizeBinOp, SameSizeBinOpKind, SameSizeUnOp, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 22 | ToVal, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `FixedTypeValue`, `Value` [INFO] [stdout] --> src/clocking.rs:4:22 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::prelude::{FixedTypeValue, Value}; [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `aggregate` [INFO] [stdout] --> src/export/rtlil.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | values::{aggregate, integer::IntShape}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `clocking::ClockDomain`, `val` [INFO] [stdout] --> src/logic.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | clocking::ClockDomain, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 13 | values::{val, FixedTypeValue, ToVal, Val, Value, ValueType}, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clocking::ClockDomain` [INFO] [stdout] --> src/module.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | clocking::ClockDomain, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::prelude::*` [INFO] [stdout] --> src/values/foreign_derives.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::option::Option` [INFO] [stdout] --> src/values/foreign_derives.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `LiteralBits`, `ToVal` [INFO] [stdout] --> src/values/ops.rs:10:33 [INFO] [stdout] | [INFO] [stdout] 10 | IsAggregateVariant, LiteralBits, Mux, SameSizeBinOp, SameSizeBinOpKind, SameSizeUnOp, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 22 | ToVal, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/export/rtlil.rs:507:38 [INFO] [stdout] | [INFO] [stdout] 507 | let wires = self.get_wires_for_value(module, todo!("v.fields_value()"))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ------------------------- any code following this expression is unreachable [INFO] [stdout] | | [INFO] [stdout] | unreachable call [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/export/rtlil.rs:507:38 [INFO] [stdout] | [INFO] [stdout] 507 | let wires = self.get_wires_for_value(module, todo!("v.fields_value()"))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ------------------------- any code following this expression is unreachable [INFO] [stdout] | | [INFO] [stdout] | unreachable call [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wires` [INFO] [stdout] --> src/export/rtlil.rs:507:25 [INFO] [stdout] | [INFO] [stdout] 507 | let wires = self.get_wires_for_value(module, todo!("v.fields_value()"))?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_wires` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wires` [INFO] [stdout] --> src/export/rtlil.rs:507:25 [INFO] [stdout] | [INFO] [stdout] 507 | let wires = self.get_wires_for_value(module, todo!("v.fields_value()"))?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_wires` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple0` [INFO] [stdout] --> src/values/foreign_derives.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub type Tuple0 = (); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple1` [INFO] [stdout] --> src/values/foreign_derives.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | pub type Tuple1 = (T1,); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple2` [INFO] [stdout] --> src/values/foreign_derives.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | pub type Tuple2 = (T1, T2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple3` [INFO] [stdout] --> src/values/foreign_derives.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub type Tuple3 = (T1, T2, T3); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple4` [INFO] [stdout] --> src/values/foreign_derives.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | pub type Tuple4 = (T1, T2, T3, T4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple5` [INFO] [stdout] --> src/values/foreign_derives.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | pub type Tuple5 = (T1, T2, T3, T4, T5); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple6` [INFO] [stdout] --> src/values/foreign_derives.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | pub type Tuple6 = (T1, T2, T3, T4, T5, T6); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple7` [INFO] [stdout] --> src/values/foreign_derives.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub type Tuple7 = (T1, T2, T3, T4, T5, T6, T7); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple8` [INFO] [stdout] --> src/values/foreign_derives.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | pub type Tuple8 = (T1, T2, T3, T4, T5, T6, T7, T8); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple9` [INFO] [stdout] --> src/values/foreign_derives.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | pub type Tuple9 = (T1, T2, T3, T4, T5, T6, T7, T8, T9); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple10` [INFO] [stdout] --> src/values/foreign_derives.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / pub type Tuple10 = [INFO] [stdout] 87 | | (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10); [INFO] [stdout] | |______________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple11` [INFO] [stdout] --> src/values/foreign_derives.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / pub type Tuple11 = [INFO] [stdout] 106 | | (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11); [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple12` [INFO] [stdout] --> src/values/foreign_derives.rs:125:1 [INFO] [stdout] | [INFO] [stdout] 125 | / pub type Tuple12 = [INFO] [stdout] 126 | | (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12); [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple0` [INFO] [stdout] --> src/values/foreign_derives.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub type Tuple0 = (); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple1` [INFO] [stdout] --> src/values/foreign_derives.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | pub type Tuple1 = (T1,); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple2` [INFO] [stdout] --> src/values/foreign_derives.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | pub type Tuple2 = (T1, T2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple3` [INFO] [stdout] --> src/values/foreign_derives.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub type Tuple3 = (T1, T2, T3); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple4` [INFO] [stdout] --> src/values/foreign_derives.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | pub type Tuple4 = (T1, T2, T3, T4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple5` [INFO] [stdout] --> src/values/foreign_derives.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | pub type Tuple5 = (T1, T2, T3, T4, T5); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple6` [INFO] [stdout] --> src/values/foreign_derives.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | pub type Tuple6 = (T1, T2, T3, T4, T5, T6); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple7` [INFO] [stdout] --> src/values/foreign_derives.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub type Tuple7 = (T1, T2, T3, T4, T5, T6, T7); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple8` [INFO] [stdout] --> src/values/foreign_derives.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | pub type Tuple8 = (T1, T2, T3, T4, T5, T6, T7, T8); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple9` [INFO] [stdout] --> src/values/foreign_derives.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | pub type Tuple9 = (T1, T2, T3, T4, T5, T6, T7, T8, T9); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple10` [INFO] [stdout] --> src/values/foreign_derives.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / pub type Tuple10 = [INFO] [stdout] 87 | | (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10); [INFO] [stdout] | |______________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple11` [INFO] [stdout] --> src/values/foreign_derives.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / pub type Tuple11 = [INFO] [stdout] 106 | | (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11); [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Tuple12` [INFO] [stdout] --> src/values/foreign_derives.rs:125:1 [INFO] [stdout] | [INFO] [stdout] 125 | / pub type Tuple12 = [INFO] [stdout] 126 | | (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12); [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/export_rtlil.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Value, FixedTypeValue, Default)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test1.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/export_rtlil.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Value, FixedTypeValue, Default)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Value, FixedTypeValue, Default)] [INFO] [stdout] | ^^^^^ could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test1.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test1.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test1.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Value, FixedTypeValue, Default)] [INFO] [stdout] | ^^^^^ could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test1.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test1.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test1.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test1.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/test1.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test1.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Value, FixedTypeValue, Default)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructValue` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Value, FixedTypeValue, Default)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `StructValue` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test1.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructValue` in `aggregate` [INFO] [stdout] --> tests/test1.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `StructValue` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test1.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Value, FixedTypeValue, PlainIO, IO)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test1.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Value, FixedTypeValue, PlainIO, IO)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/test1.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Value, FixedTypeValue, PlainIO, IO)] [INFO] [stdout] | ^^^^^ could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test1.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Value, FixedTypeValue, PlainIO, IO)] [INFO] [stdout] | ^^^^^ could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test1.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Value, FixedTypeValue, PlainIO, IO)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test1.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test1.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/test1.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test1.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test1.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructValue` in `aggregate` [INFO] [stdout] --> tests/test1.rs:55:52 [INFO] [stdout] | [INFO] [stdout] 55 | let field = val!(top, ({ io.d.0.read() }).c.1); [INFO] [stdout] | ^ could not find `StructValue` in `aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructValue` in `aggregate` [INFO] [stdout] --> tests/test1.rs:55:50 [INFO] [stdout] | [INFO] [stdout] 55 | let field = val!(top, ({ io.d.0.read() }).c.1); [INFO] [stdout] | ^ could not find `StructValue` in `aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:7:39 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:7:39 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:10:39 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:10:39 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:13:39 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:13:39 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Value, IO, PlainIO, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Value, FixedTypeValue, PlainIO, IO)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Value, FixedTypeValue, PlainIO, IO)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Value, FixedTypeValue, PlainIO, IO)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Value, FixedTypeValue, PlainIO, IO)] [INFO] [stdout] | ^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Value, FixedTypeValue, PlainIO, IO)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Value, FixedTypeValue, PlainIO, IO)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Value, FixedTypeValue, PlainIO, IO)] [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test1.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Value, Default, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumVariantFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 66 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0433, E0437. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumVariantFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-hdl` due to 67 previous errors [INFO] [stdout] error[E0277]: the trait bound `rust_hdl::clocking::ClockDomain: AggregateValue<'_>` is not satisfied [INFO] [stdout] --> examples/blinky.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | pub cd: Input<'ctx, ClockDomain>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `AggregateValue<'_>` is not implemented for `rust_hdl::clocking::ClockDomain` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:364:27 [INFO] [stdout] | [INFO] [stdout] 364 | pub struct Input<'ctx, T: Value<'ctx>> { [INFO] [stdout] | ----------- required by this bound in `rust_hdl::io::Input` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Value<'ctx>` for `rust_hdl::clocking::ClockDomain` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:19:41 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructValue` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:19:41 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructValue` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:25:41 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:29:41 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructValue` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:29:41 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructValue` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumVariantFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumVariantFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:36:41 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:40:14 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rust_hdl::clocking::ClockDomain: AggregateValue<'_>` is not satisfied [INFO] [stdout] --> tests/test_reg.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | cd: Input<'ctx, ClockDomain>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `AggregateValue<'_>` is not implemented for `rust_hdl::clocking::ClockDomain` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:364:27 [INFO] [stdout] | [INFO] [stdout] 364 | pub struct Input<'ctx, T: Value<'ctx>> { [INFO] [stdout] | ----------- required by this bound in `rust_hdl::io::Input` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Value<'ctx>` for `rust_hdl::clocking::ClockDomain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:40:14 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:40:14 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:40:14 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:40:41 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Value, FixedTypeValue, Default)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Value, FixedTypeValue, Default)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Value, FixedTypeValue, Default)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Value, FixedTypeValue, Default)] [INFO] [stdout] | ^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructValue` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:40:41 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructValue` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Value, FixedTypeValue, Default)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Value, FixedTypeValue, Default)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Value, FixedTypeValue, Default)] [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantRef` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EnumAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateValueMatch` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ help: a trait with a similar name exists: `AggregateValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:366:1 [INFO] [stdout] | [INFO] [stdout] 366 | pub trait AggregateValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `AggregateValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find associated type `AggregateOfFieldValues` in trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | A, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/export_rtlil.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | A, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `match_enum_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ help: a trait with a similar name exists: `VariantVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | pub trait VariantVisitor<'ctx, A: AggregateValue<'ctx>>: Sized { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `VariantVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeEnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantRef` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:51:41 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EnumAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateValueMatch` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ help: a trait with a similar name exists: `AggregateValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:366:1 [INFO] [stdout] | [INFO] [stdout] 366 | pub trait AggregateValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `AggregateValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find associated type `AggregateOfFieldValues` in trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | A = -2, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/export_rtlil.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | A = -2, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | B = 5, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/export_rtlil.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | B = 5, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `match_enum_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ help: a trait with a similar name exists: `VariantVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | pub trait VariantVisitor<'ctx, A: AggregateValue<'ctx>>: Sized { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `VariantVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeEnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantRef` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EnumAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateValueMatch` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ help: a trait with a similar name exists: `AggregateValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:366:1 [INFO] [stdout] | [INFO] [stdout] 366 | pub trait AggregateValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `AggregateValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find associated type `AggregateOfFieldValues` in trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | A, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/export_rtlil.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | A, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | B, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/export_rtlil.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | B, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | C(bool), [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_enum_variant_field_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/export_rtlil.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | C(bool), [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `match_enum_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ help: a trait with a similar name exists: `VariantVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | pub trait VariantVisitor<'ctx, A: AggregateValue<'ctx>>: Sized { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `VariantVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeEnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:50:17 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantRef` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EnumAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateValueMatch` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ help: a trait with a similar name exists: `AggregateValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:366:1 [INFO] [stdout] | [INFO] [stdout] 366 | pub trait AggregateValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `AggregateValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find associated type `AggregateOfFieldValues` in trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | A, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/export_rtlil.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | A, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | B, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/export_rtlil.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | B, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | C { a: bool, b: bool }, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_enum_variant_field_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/export_rtlil.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | C { a: bool, b: bool }, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `match_enum_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ help: a trait with a similar name exists: `VariantVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | pub trait VariantVisitor<'ctx, A: AggregateValue<'ctx>>: Sized { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `VariantVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeEnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/export_rtlil.rs:64:17 [INFO] [stdout] | [INFO] [stdout] 64 | #[derive(Value, FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 109 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0422, E0425, E0433, E0437, E0576. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:60:41 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructValue` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:60:41 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructValue` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:71:14 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_struct.rs:71:14 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:71:14 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:71:14 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:71:41 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructFieldFixedTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `StructValue` in `aggregate` [INFO] [stdout] --> tests/test_struct.rs:71:41 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `StructValue` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:13:41 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:13:41 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:16:41 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:16:41 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:19:41 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:19:41 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:25:41 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:25:41 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:29:41 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:29:41 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:36:41 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:36:41 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:40:14 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:40:14 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:40:14 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:40:14 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:40:14 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:40:41 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:40:41 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:51:41 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:51:41 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:60:41 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:60:41 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:71:14 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StructAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:71:14 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:71:14 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:71:14 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ActiveFieldVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | pub trait ActiveFieldVisitor<'ctx, VR: ActiveVariantRef<'ctx>>: Sized { [INFO] [stdout] | --------------------------------------------------------------------- similarly named trait `ActiveFieldVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:71:14 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeStructValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:71:41 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `StructFieldFixedTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_struct.rs:71:41 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 128 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0433, E0437. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantFieldVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantFieldVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantFieldTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantFieldTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumDiscriminantShapeCalculator` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateValueKind` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `AggregateOfFieldValues` is not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `EnumVariantTypeVisitor` in `aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EnumAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateValueMatch` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `AggregateValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:366:1 [INFO] [stdout] | [INFO] [stdout] 366 | pub trait AggregateValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `AggregateValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find associated type `AggregateOfFieldValues` in trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `match_enum_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `VariantVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | pub trait VariantVisitor<'ctx, A: AggregateValue<'ctx>>: Sized { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `VariantVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeEnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantRef` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EnumAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateValueMatch` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `AggregateValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:366:1 [INFO] [stdout] | [INFO] [stdout] 366 | pub trait AggregateValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `AggregateValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find associated type `AggregateOfFieldValues` in trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | A, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | A, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `match_enum_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `VariantVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | pub trait VariantVisitor<'ctx, A: AggregateValue<'ctx>>: Sized { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `VariantVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeEnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:13:41 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantRef` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EnumAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateValueMatch` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `AggregateValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:366:1 [INFO] [stdout] | [INFO] [stdout] 366 | pub trait AggregateValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `AggregateValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find associated type `AggregateOfFieldValues` in trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | A, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | A, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | B, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | B, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `match_enum_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `VariantVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | pub trait VariantVisitor<'ctx, A: AggregateValue<'ctx>>: Sized { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `VariantVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeEnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:19:41 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantRef` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EnumAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateValueMatch` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `AggregateValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:366:1 [INFO] [stdout] | [INFO] [stdout] 366 | pub trait AggregateValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `AggregateValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find associated type `AggregateOfFieldValues` in trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | A, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | A, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | B, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | B, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | C, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | C, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `match_enum_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `VariantVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | pub trait VariantVisitor<'ctx, A: AggregateValue<'ctx>>: Sized { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `VariantVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeEnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:26:41 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantRef` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EnumAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateValueMatch` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `AggregateValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:366:1 [INFO] [stdout] | [INFO] [stdout] 366 | pub trait AggregateValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `AggregateValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find associated type `AggregateOfFieldValues` in trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | A, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | A, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | B, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | B, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | C, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | C, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | D, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | D, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `match_enum_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `VariantVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | pub trait VariantVisitor<'ctx, A: AggregateValue<'ctx>>: Sized { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `VariantVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeEnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:34:41 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantRef` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EnumAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateValueMatch` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `AggregateValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:366:1 [INFO] [stdout] | [INFO] [stdout] 366 | pub trait AggregateValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `AggregateValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find associated type `AggregateOfFieldValues` in trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | A { [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_enum_variant_field_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | A { [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | B(), [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | B(), [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | C {}, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | C {}, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | D(T), [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | D(T), [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | E { [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | E { [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | F(#[rust_hdl(ignored)] ::std::string::String), [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | F(#[rust_hdl(ignored)] ::std::string::String), [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `match_enum_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `VariantVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | pub trait VariantVisitor<'ctx, A: AggregateValue<'ctx>>: Sized { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `VariantVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeEnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:43:41 [INFO] [stdout] | [INFO] [stdout] 43 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantRef` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EnumAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateValueMatch` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `AggregateValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:366:1 [INFO] [stdout] | [INFO] [stdout] 366 | pub trait AggregateValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `AggregateValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find associated type `AggregateOfFieldValues` in trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | A { [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_enum_variant_field_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | A { [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | B(), [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | B(), [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | C {}, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | C {}, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | D(bool), [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | D(bool), [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | E { [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | E { [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | F(#[rust_hdl(ignored)] ::std::string::String), [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | F(#[rust_hdl(ignored)] ::std::string::String), [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `match_enum_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `VariantVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | pub trait VariantVisitor<'ctx, A: AggregateValue<'ctx>>: Sized { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `VariantVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeEnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:59:41 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantRef` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantFieldTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateOfFieldValues` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EnumAggregateValueKind` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AggregateValueMatch` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `AggregateValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:366:1 [INFO] [stdout] | [INFO] [stdout] 366 | pub trait AggregateValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `AggregateValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find associated type `AggregateOfFieldValues` in trait `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate::AggregateValue` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | A { [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_enum_variant_field_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | A { [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | B(), [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | B(), [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | C {}, [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | C {}, [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | D(bool), [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | D(bool), [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | E { [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | E { [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AggregateValueMatchArm` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | F(#[rust_hdl(ignored)] ::std::string::String), [INFO] [stdout] | ^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MatchEnumUncheckedMatchArm` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | F(#[rust_hdl(ignored)] ::std::string::String), [INFO] [stdout] | ^ not found in `rust_hdl::values::ops` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `match_enum_unchecked` in module `rust_hdl::values::ops` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::ops` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `VariantVisitor` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values/aggregate.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | pub trait VariantVisitor<'ctx, A: AggregateValue<'ctx>>: Sized { [INFO] [stdout] | -------------------------------------------------------------- similarly named trait `VariantVisitor` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `EnumVariantTypeVisitor` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `rust_hdl::values::aggregate` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::Value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FixedTypeEnumValue` in module `rust_hdl::values::aggregate` [INFO] [stdout] --> tests/test_enum.rs:75:41 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(::rust_hdl::values::Value, ::rust_hdl::values::FixedTypeValue)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `FixedTypeValue` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/values.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub trait FixedTypeValue<'ctx>: Value<'ctx> { [INFO] [stdout] | ------------------------------------------- similarly named trait `FixedTypeValue` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `::rust_hdl::values::FixedTypeValue` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 204 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0422, E0425, E0433, E0437, E0576. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c24cd69248617673f9269ab4fb12e1830ce457b8816cbf1686ecace4b7db07ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c24cd69248617673f9269ab4fb12e1830ce457b8816cbf1686ecace4b7db07ad", kill_on_drop: false }` [INFO] [stdout] c24cd69248617673f9269ab4fb12e1830ce457b8816cbf1686ecace4b7db07ad