[INFO] fetching crate snap7-rs 1.142.0... [INFO] documenting snap7-rs-1.142.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate snap7-rs 1.142.0 into /workspace/builds/worker-30/source [INFO] validating manifest of crates.io crate snap7-rs 1.142.0 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate snap7-rs 1.142.0 [INFO] finished tweaking crates.io crate snap7-rs 1.142.0 [INFO] tweaked toml for crates.io crate snap7-rs 1.142.0 written to /workspace/builds/worker-30/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2b2bff020f5e57a72152c4b5188534128e990abd008a00c3147e87c7f2b05b06 [INFO] running `Command { std: "docker" "start" "-a" "2b2bff020f5e57a72152c4b5188534128e990abd008a00c3147e87c7f2b05b06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2b2bff020f5e57a72152c4b5188534128e990abd008a00c3147e87c7f2b05b06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b2bff020f5e57a72152c4b5188534128e990abd008a00c3147e87c7f2b05b06", kill_on_drop: false }` [INFO] [stdout] 2b2bff020f5e57a72152c4b5188534128e990abd008a00c3147e87c7f2b05b06 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7997a8d78304569aa9f1d9e72e220dcfa094881cdd7054c32754a10acc836f4a [INFO] running `Command { std: "docker" "start" "-a" "7997a8d78304569aa9f1d9e72e220dcfa094881cdd7054c32754a10acc836f4a", kill_on_drop: false }` [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling snap7-rs v1.142.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting snap7-rs v1.142.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:211:52 [INFO] [stdout] | [INFO] [stdout] 211 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:229:52 [INFO] [stdout] | [INFO] [stdout] 229 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:243:52 [INFO] [stdout] | [INFO] [stdout] 243 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:276:56 [INFO] [stdout] | [INFO] [stdout] 276 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:296:56 [INFO] [stdout] | [INFO] [stdout] 296 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:312:56 [INFO] [stdout] | [INFO] [stdout] 312 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:363:43 [INFO] [stdout] | [INFO] [stdout] 363 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:410:43 [INFO] [stdout] | [INFO] [stdout] 410 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:449:43 [INFO] [stdout] | [INFO] [stdout] 449 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:488:43 [INFO] [stdout] | [INFO] [stdout] 488 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:525:43 [INFO] [stdout] | [INFO] [stdout] 525 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:562:43 [INFO] [stdout] | [INFO] [stdout] 562 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:599:43 [INFO] [stdout] | [INFO] [stdout] 599 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:636:43 [INFO] [stdout] | [INFO] [stdout] 636 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:673:43 [INFO] [stdout] | [INFO] [stdout] 673 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:710:43 [INFO] [stdout] | [INFO] [stdout] 710 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:748:43 [INFO] [stdout] | [INFO] [stdout] 748 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:786:43 [INFO] [stdout] | [INFO] [stdout] 786 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:824:43 [INFO] [stdout] | [INFO] [stdout] 824 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:862:43 [INFO] [stdout] | [INFO] [stdout] 862 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:1073:43 [INFO] [stdout] | [INFO] [stdout] 1073 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:1118:43 [INFO] [stdout] | [INFO] [stdout] 1118 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:1162:43 [INFO] [stdout] | [INFO] [stdout] 1162 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:1193:43 [INFO] [stdout] | [INFO] [stdout] 1193 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:1246:43 [INFO] [stdout] | [INFO] [stdout] 1246 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:1648:43 [INFO] [stdout] | [INFO] [stdout] 1648 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:1782:23 [INFO] [stdout] | [INFO] [stdout] 1782 | F: FnMut(*mut c_void, c_int, c_int) + 'static, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:1788:93 [INFO] [stdout] | [INFO] [stdout] 1788 | Cli_SetAsCallback(self.handle, Some(call_as_closure::), data as *mut c_void); [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:1796:93 [INFO] [stdout] | [INFO] [stdout] 1796 | let res = Cli_SetAsCallback(self.handle, None, std::ptr::null_mut() as *mut c_void); [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:1891:43 [INFO] [stdout] | [INFO] [stdout] 1891 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:1938:43 [INFO] [stdout] | [INFO] [stdout] 1938 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:1977:43 [INFO] [stdout] | [INFO] [stdout] 1977 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2022:43 [INFO] [stdout] | [INFO] [stdout] 2022 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2059:43 [INFO] [stdout] | [INFO] [stdout] 2059 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2096:43 [INFO] [stdout] | [INFO] [stdout] 2096 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2133:43 [INFO] [stdout] | [INFO] [stdout] 2133 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2170:43 [INFO] [stdout] | [INFO] [stdout] 2170 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2207:43 [INFO] [stdout] | [INFO] [stdout] 2207 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2244:43 [INFO] [stdout] | [INFO] [stdout] 2244 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2282:43 [INFO] [stdout] | [INFO] [stdout] 2282 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2320:43 [INFO] [stdout] | [INFO] [stdout] 2320 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2358:43 [INFO] [stdout] | [INFO] [stdout] 2358 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2396:43 [INFO] [stdout] | [INFO] [stdout] 2396 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2548:43 [INFO] [stdout] | [INFO] [stdout] 2548 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2592:43 [INFO] [stdout] | [INFO] [stdout] 2592 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2623:43 [INFO] [stdout] | [INFO] [stdout] 2623 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2653:43 [INFO] [stdout] | [INFO] [stdout] 2653 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2733:19 [INFO] [stdout] | [INFO] [stdout] 2733 | F: FnMut(*mut c_void, c_int, c_int), [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/client.rs:2731:55 [INFO] [stdout] | [INFO] [stdout] 2731 | unsafe extern "C" fn call_as_closure(usr_ptr: *mut c_void, op_code: c_int, op_result: c_int) [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/client.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:137:52 [INFO] [stdout] | [INFO] [stdout] 137 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:154:52 [INFO] [stdout] | [INFO] [stdout] 154 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:167:52 [INFO] [stdout] | [INFO] [stdout] 167 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:199:56 [INFO] [stdout] | [INFO] [stdout] 199 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:219:56 [INFO] [stdout] | [INFO] [stdout] 219 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:235:56 [INFO] [stdout] | [INFO] [stdout] 235 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:343:23 [INFO] [stdout] | [INFO] [stdout] 343 | F: FnMut(*mut c_void, c_int) + 'static, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:351:34 [INFO] [stdout] | [INFO] [stdout] 351 | data as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:361:89 [INFO] [stdout] | [INFO] [stdout] 361 | Par_SetSendCallback(self.handle, None, std::ptr::null_mut() as *mut c_void); [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:390:23 [INFO] [stdout] | [INFO] [stdout] 390 | F: FnMut(*mut c_void, c_int, longword, *mut c_void, c_int) + 'static, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:390:53 [INFO] [stdout] | [INFO] [stdout] 390 | F: FnMut(*mut c_void, c_int, longword, *mut c_void, c_int) + 'static, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:398:34 [INFO] [stdout] | [INFO] [stdout] 398 | data as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:408:89 [INFO] [stdout] | [INFO] [stdout] 408 | Par_SetRecvCallback(self.handle, None, std::ptr::null_mut() as *mut c_void); [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:434:43 [INFO] [stdout] | [INFO] [stdout] 434 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:461:43 [INFO] [stdout] | [INFO] [stdout] 461 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:538:43 [INFO] [stdout] | [INFO] [stdout] 538 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:578:45 [INFO] [stdout] | [INFO] [stdout] 578 | p_data as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:711:19 [INFO] [stdout] | [INFO] [stdout] 711 | F: FnMut(*mut c_void, c_int), [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:709:57 [INFO] [stdout] | [INFO] [stdout] 709 | unsafe extern "C" fn call_send_closure(usr_ptr: *mut c_void, op_result: c_int) [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:725:19 [INFO] [stdout] | [INFO] [stdout] 725 | F: FnMut(*mut c_void, c_int, longword, *mut c_void, c_int), [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:725:49 [INFO] [stdout] | [INFO] [stdout] 725 | F: FnMut(*mut c_void, c_int, longword, *mut c_void, c_int), [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:719:19 [INFO] [stdout] | [INFO] [stdout] 719 | usr_ptr: *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/partner.rs:722:18 [INFO] [stdout] | [INFO] [stdout] 722 | p_data: *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/partner.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/partner.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:104:52 [INFO] [stdout] | [INFO] [stdout] 104 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:121:52 [INFO] [stdout] | [INFO] [stdout] 121 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:134:52 [INFO] [stdout] | [INFO] [stdout] 134 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:166:56 [INFO] [stdout] | [INFO] [stdout] 166 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:186:56 [INFO] [stdout] | [INFO] [stdout] 186 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:202:56 [INFO] [stdout] | [INFO] [stdout] 202 | &mut buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:292:43 [INFO] [stdout] | [INFO] [stdout] 292 | buff as *mut [u8] as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:397:23 [INFO] [stdout] | [INFO] [stdout] 397 | F: FnMut(*mut c_void, PSrvEvent, c_int) + 'static, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:405:34 [INFO] [stdout] | [INFO] [stdout] 405 | data as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:415:91 [INFO] [stdout] | [INFO] [stdout] 415 | Srv_SetEventsCallback(self.handle, None, std::ptr::null_mut() as *mut c_void); [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:472:23 [INFO] [stdout] | [INFO] [stdout] 472 | F: FnMut(*mut c_void, c_int, c_int, PS7Tag, *mut c_void), [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:472:58 [INFO] [stdout] | [INFO] [stdout] 472 | F: FnMut(*mut c_void, c_int, c_int, PS7Tag, *mut c_void), [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:480:34 [INFO] [stdout] | [INFO] [stdout] 480 | data as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:490:91 [INFO] [stdout] | [INFO] [stdout] 490 | Srv_SetRWAreaCallback(self.handle, None, std::ptr::null_mut() as *mut c_void); [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:521:23 [INFO] [stdout] | [INFO] [stdout] 521 | F: FnMut(*mut c_void, PSrvEvent, c_int) + 'static, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:529:34 [INFO] [stdout] | [INFO] [stdout] 529 | data as *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:539:91 [INFO] [stdout] | [INFO] [stdout] 539 | Srv_SetEventsCallback(self.handle, None, std::ptr::null_mut() as *mut c_void); [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:740:19 [INFO] [stdout] | [INFO] [stdout] 740 | F: FnMut(*mut c_void, PSrvEvent, c_int), [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:738:59 [INFO] [stdout] | [INFO] [stdout] 738 | unsafe extern "C" fn call_events_closure(usr_ptr: *mut c_void, p_event: PSrvEvent, size: c_int) [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:754:19 [INFO] [stdout] | [INFO] [stdout] 754 | F: FnMut(*mut c_void, c_int, c_int, PS7Tag, *mut c_void), [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:754:54 [INFO] [stdout] | [INFO] [stdout] 754 | F: FnMut(*mut c_void, c_int, c_int, PS7Tag, *mut c_void), [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:748:19 [INFO] [stdout] | [INFO] [stdout] 748 | usr_ptr: *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/server.rs:752:22 [INFO] [stdout] | [INFO] [stdout] 752 | p_usr_data: *mut c_void, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `c_void` could refer to the enum imported here [INFO] [stdout] --> src/server.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] note: `c_void` could also refer to the type alias imported here [INFO] [stdout] --> src/server.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 96 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0659`. [INFO] [stdout] [INFO] [stderr] error: could not document `snap7-rs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name snap7_rs src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=9166fa348549500e -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-a2ad8fa07e0781ab.rmeta --cap-lints=warn --crate-version 1.142.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "7997a8d78304569aa9f1d9e72e220dcfa094881cdd7054c32754a10acc836f4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7997a8d78304569aa9f1d9e72e220dcfa094881cdd7054c32754a10acc836f4a", kill_on_drop: false }` [INFO] [stdout] 7997a8d78304569aa9f1d9e72e220dcfa094881cdd7054c32754a10acc836f4a