[INFO] fetching crate vulkanalia 0.2.2... [INFO] testing vulkanalia-0.2.2 against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] extracting crate vulkanalia 0.2.2 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate vulkanalia 0.2.2 on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate vulkanalia 0.2.2 [INFO] finished tweaking crates.io crate vulkanalia 0.2.2 [INFO] tweaked toml for crates.io crate vulkanalia 0.2.2 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "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" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8acc88fdff6fc9631f100646e7f713049ec3cac7d506241a6b097f80d51ffb62 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8acc88fdff6fc9631f100646e7f713049ec3cac7d506241a6b097f80d51ffb62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8acc88fdff6fc9631f100646e7f713049ec3cac7d506241a6b097f80d51ffb62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8acc88fdff6fc9631f100646e7f713049ec3cac7d506241a6b097f80d51ffb62", kill_on_drop: false }` [INFO] [stdout] 8acc88fdff6fc9631f100646e7f713049ec3cac7d506241a6b097f80d51ffb62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9ed4bc4ca287f9e02608ceaa1fd6948b56f8e07ebd6b7d8e21e44170b39f5ce0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9ed4bc4ca287f9e02608ceaa1fd6948b56f8e07ebd6b7d8e21e44170b39f5ce0", kill_on_drop: false }` [INFO] [stderr] Compiling vulkanalia-sys v0.2.3 [INFO] [stderr] Compiling vulkanalia v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0412]: cannot find type `DeferredOperationInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:146:66 [INFO] [stdout] | [INFO] [stdout] 146 | unsafe impl ExtendsAccelerationStructureBuildGeometryInfoKHR for DeferredOperationInfoKHR {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DeferredOperationKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/handles.rs:389:1 [INFO] [stdout] | [INFO] [stdout] 389 | pub struct DeferredOperationKHR(u64); [INFO] [stdout] | ------------------------------------- similarly named struct `DeferredOperationKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureBuildOffsetInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:275:22 [INFO] [stdout] | [INFO] [stdout] 275 | unsafe impl Cast for AccelerationStructureBuildOffsetInfoKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureBuildRangeInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct AccelerationStructureBuildRangeInfoKHR { [INFO] [stdout] | ------------------------------------------------- similarly named struct `AccelerationStructureBuildRangeInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureBuildOffsetInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:276:19 [INFO] [stdout] | [INFO] [stdout] 276 | type Target = AccelerationStructureBuildOffsetInfoKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureBuildRangeInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct AccelerationStructureBuildRangeInfoKHR { [INFO] [stdout] | ------------------------------------------------- similarly named struct `AccelerationStructureBuildRangeInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureBuildOffsetInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:284:30 [INFO] [stdout] | [INFO] [stdout] 284 | impl HasBuilder<'static> for AccelerationStructureBuildOffsetInfoKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureBuildRangeInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct AccelerationStructureBuildRangeInfoKHR { [INFO] [stdout] | ------------------------------------------------- similarly named struct `AccelerationStructureBuildRangeInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureBuildOffsetInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:292:12 [INFO] [stdout] | [INFO] [stdout] 292 | value: AccelerationStructureBuildOffsetInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureBuildRangeInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct AccelerationStructureBuildRangeInfoKHR { [INFO] [stdout] | ------------------------------------------------- similarly named struct `AccelerationStructureBuildRangeInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureBuildOffsetInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:321:27 [INFO] [stdout] | [INFO] [stdout] 321 | pub fn build(self) -> AccelerationStructureBuildOffsetInfoKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureBuildRangeInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct AccelerationStructureBuildRangeInfoKHR { [INFO] [stdout] | ------------------------------------------------- similarly named struct `AccelerationStructureBuildRangeInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureBuildOffsetInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:327:19 [INFO] [stdout] | [INFO] [stdout] 327 | type Target = AccelerationStructureBuildOffsetInfoKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureBuildRangeInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct AccelerationStructureBuildRangeInfoKHR { [INFO] [stdout] | ------------------------------------------------- similarly named struct `AccelerationStructureBuildRangeInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureBuildOffsetInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:343:19 [INFO] [stdout] | [INFO] [stdout] 343 | type Target = AccelerationStructureBuildOffsetInfoKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureBuildRangeInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct AccelerationStructureBuildRangeInfoKHR { [INFO] [stdout] | ------------------------------------------------- similarly named struct `AccelerationStructureBuildRangeInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureCreateGeometryTypeInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:351:22 [INFO] [stdout] | [INFO] [stdout] 351 | unsafe impl Cast for AccelerationStructureCreateGeometryTypeInfoKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureCreateGeometryTypeInfoKHRBuilder` [INFO] [stdout] ... [INFO] [stdout] 367 | pub struct AccelerationStructureCreateGeometryTypeInfoKHRBuilder { [INFO] [stdout] | ---------------------------------------------------------------- similarly named struct `AccelerationStructureCreateGeometryTypeInfoKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureCreateGeometryTypeInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:352:19 [INFO] [stdout] | [INFO] [stdout] 352 | type Target = AccelerationStructureCreateGeometryTypeInfoKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureCreateGeometryTypeInfoKHRBuilder` [INFO] [stdout] ... [INFO] [stdout] 367 | pub struct AccelerationStructureCreateGeometryTypeInfoKHRBuilder { [INFO] [stdout] | ---------------------------------------------------------------- similarly named struct `AccelerationStructureCreateGeometryTypeInfoKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureCreateGeometryTypeInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:360:30 [INFO] [stdout] | [INFO] [stdout] 360 | impl HasBuilder<'static> for AccelerationStructureCreateGeometryTypeInfoKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureCreateGeometryTypeInfoKHRBuilder` [INFO] [stdout] ... [INFO] [stdout] 367 | pub struct AccelerationStructureCreateGeometryTypeInfoKHRBuilder { [INFO] [stdout] | ---------------------------------------------------------------- similarly named struct `AccelerationStructureCreateGeometryTypeInfoKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureCreateGeometryTypeInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:368:12 [INFO] [stdout] | [INFO] [stdout] 368 | value: AccelerationStructureCreateGeometryTypeInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureCreateGeometryTypeInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:409:27 [INFO] [stdout] | [INFO] [stdout] 367 | pub struct AccelerationStructureCreateGeometryTypeInfoKHRBuilder { [INFO] [stdout] | ---------------------------------------------------------------- similarly named struct `AccelerationStructureCreateGeometryTypeInfoKHRBuilder` defined here [INFO] [stdout] ... [INFO] [stdout] 409 | pub fn build(self) -> AccelerationStructureCreateGeometryTypeInfoKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureCreateGeometryTypeInfoKHRBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureCreateGeometryTypeInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:415:19 [INFO] [stdout] | [INFO] [stdout] 367 | pub struct AccelerationStructureCreateGeometryTypeInfoKHRBuilder { [INFO] [stdout] | ---------------------------------------------------------------- similarly named struct `AccelerationStructureCreateGeometryTypeInfoKHRBuilder` defined here [INFO] [stdout] ... [INFO] [stdout] 415 | type Target = AccelerationStructureCreateGeometryTypeInfoKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureCreateGeometryTypeInfoKHRBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureCreateGeometryTypeInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:431:19 [INFO] [stdout] | [INFO] [stdout] 367 | pub struct AccelerationStructureCreateGeometryTypeInfoKHRBuilder { [INFO] [stdout] | ---------------------------------------------------------------- similarly named struct `AccelerationStructureCreateGeometryTypeInfoKHRBuilder` defined here [INFO] [stdout] ... [INFO] [stdout] 431 | type Target = AccelerationStructureCreateGeometryTypeInfoKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureCreateGeometryTypeInfoKHRBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureCreateGeometryTypeInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:482:49 [INFO] [stdout] | [INFO] [stdout] 367 | pub struct AccelerationStructureCreateGeometryTypeInfoKHRBuilder { [INFO] [stdout] | ---------------------------------------------------------------- similarly named struct `AccelerationStructureCreateGeometryTypeInfoKHRBuilder` defined here [INFO] [stdout] ... [INFO] [stdout] 482 | geometry_infos: &'b [impl Cast], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureCreateGeometryTypeInfoKHRBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureMemoryRequirementsInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1111:22 [INFO] [stdout] | [INFO] [stdout] 1111 | unsafe impl Cast for AccelerationStructureMemoryRequirementsInfoKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureMemoryRequirementsInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | pub struct AccelerationStructureMemoryRequirementsInfoNV { [INFO] [stdout] | -------------------------------------------------------- similarly named struct `AccelerationStructureMemoryRequirementsInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureMemoryRequirementsInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1112:19 [INFO] [stdout] | [INFO] [stdout] 1112 | type Target = AccelerationStructureMemoryRequirementsInfoKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureMemoryRequirementsInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | pub struct AccelerationStructureMemoryRequirementsInfoNV { [INFO] [stdout] | -------------------------------------------------------- similarly named struct `AccelerationStructureMemoryRequirementsInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureMemoryRequirementsInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1120:30 [INFO] [stdout] | [INFO] [stdout] 1120 | impl HasBuilder<'static> for AccelerationStructureMemoryRequirementsInfoKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureMemoryRequirementsInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | pub struct AccelerationStructureMemoryRequirementsInfoNV { [INFO] [stdout] | -------------------------------------------------------- similarly named struct `AccelerationStructureMemoryRequirementsInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureMemoryRequirementsInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1128:12 [INFO] [stdout] | [INFO] [stdout] 1128 | value: AccelerationStructureMemoryRequirementsInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureMemoryRequirementsInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | pub struct AccelerationStructureMemoryRequirementsInfoNV { [INFO] [stdout] | -------------------------------------------------------- similarly named struct `AccelerationStructureMemoryRequirementsInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureMemoryRequirementsTypeKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1133:35 [INFO] [stdout] | [INFO] [stdout] 1133 | pub fn type_(mut self, type_: AccelerationStructureMemoryRequirementsTypeKHR) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureMemoryRequirementsTypeNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/enums.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | pub struct AccelerationStructureMemoryRequirementsTypeNV(i32); [INFO] [stdout] | -------------------------------------------------------------- similarly named struct `AccelerationStructureMemoryRequirementsTypeNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureMemoryRequirementsInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1154:27 [INFO] [stdout] | [INFO] [stdout] 1154 | pub fn build(self) -> AccelerationStructureMemoryRequirementsInfoKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureMemoryRequirementsInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | pub struct AccelerationStructureMemoryRequirementsInfoNV { [INFO] [stdout] | -------------------------------------------------------- similarly named struct `AccelerationStructureMemoryRequirementsInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureMemoryRequirementsInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1160:19 [INFO] [stdout] | [INFO] [stdout] 1160 | type Target = AccelerationStructureMemoryRequirementsInfoKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureMemoryRequirementsInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | pub struct AccelerationStructureMemoryRequirementsInfoNV { [INFO] [stdout] | -------------------------------------------------------- similarly named struct `AccelerationStructureMemoryRequirementsInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureMemoryRequirementsInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1176:19 [INFO] [stdout] | [INFO] [stdout] 1176 | type Target = AccelerationStructureMemoryRequirementsInfoKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureMemoryRequirementsInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | pub struct AccelerationStructureMemoryRequirementsInfoNV { [INFO] [stdout] | -------------------------------------------------------- similarly named struct `AccelerationStructureMemoryRequirementsInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureVersionKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1251:22 [INFO] [stdout] | [INFO] [stdout] 1251 | unsafe impl Cast for AccelerationStructureVersionKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureVersionInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:333:1 [INFO] [stdout] | [INFO] [stdout] 333 | pub struct AccelerationStructureVersionInfoKHR { [INFO] [stdout] | ---------------------------------------------- similarly named struct `AccelerationStructureVersionInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureVersionKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1252:19 [INFO] [stdout] | [INFO] [stdout] 1252 | type Target = AccelerationStructureVersionKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureVersionInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:333:1 [INFO] [stdout] | [INFO] [stdout] 333 | pub struct AccelerationStructureVersionInfoKHR { [INFO] [stdout] | ---------------------------------------------- similarly named struct `AccelerationStructureVersionInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureVersionKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1260:29 [INFO] [stdout] | [INFO] [stdout] 1260 | impl<'b> HasBuilder<'b> for AccelerationStructureVersionKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureVersionInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:333:1 [INFO] [stdout] | [INFO] [stdout] 333 | pub struct AccelerationStructureVersionInfoKHR { [INFO] [stdout] | ---------------------------------------------- similarly named struct `AccelerationStructureVersionInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureVersionKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1268:12 [INFO] [stdout] | [INFO] [stdout] 1268 | value: AccelerationStructureVersionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureVersionInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:333:1 [INFO] [stdout] | [INFO] [stdout] 333 | pub struct AccelerationStructureVersionInfoKHR { [INFO] [stdout] | ---------------------------------------------- similarly named struct `AccelerationStructureVersionInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureVersionKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1268:12 [INFO] [stdout] | [INFO] [stdout] 1268 | value: AccelerationStructureVersionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:333:1 [INFO] [stdout] | [INFO] [stdout] 333 | pub struct AccelerationStructureVersionInfoKHR { [INFO] [stdout] | ---------------------------------------------- similarly named struct `AccelerationStructureVersionInfoKHR` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1268 | value: AccelerationStructureVersionInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 1267 | pub struct AccelerationStructureVersionKHRBuilder<'b, AccelerationStructureVersionKHR> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureVersionKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1280:27 [INFO] [stdout] | [INFO] [stdout] 1280 | pub fn build(self) -> AccelerationStructureVersionKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureVersionInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:333:1 [INFO] [stdout] | [INFO] [stdout] 333 | pub struct AccelerationStructureVersionInfoKHR { [INFO] [stdout] | ---------------------------------------------- similarly named struct `AccelerationStructureVersionInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureVersionKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1286:19 [INFO] [stdout] | [INFO] [stdout] 1286 | type Target = AccelerationStructureVersionKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureVersionInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:333:1 [INFO] [stdout] | [INFO] [stdout] 333 | pub struct AccelerationStructureVersionInfoKHR { [INFO] [stdout] | ---------------------------------------------- similarly named struct `AccelerationStructureVersionInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureVersionKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:1302:19 [INFO] [stdout] | [INFO] [stdout] 1302 | type Target = AccelerationStructureVersionKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureVersionInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:333:1 [INFO] [stdout] | [INFO] [stdout] 333 | pub struct AccelerationStructureVersionInfoKHR { [INFO] [stdout] | ---------------------------------------------- similarly named struct `AccelerationStructureVersionInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BindAccelerationStructureMemoryInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:2627:22 [INFO] [stdout] | [INFO] [stdout] 2627 | unsafe impl Cast for BindAccelerationStructureMemoryInfoKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BindAccelerationStructureMemoryInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:743:1 [INFO] [stdout] | [INFO] [stdout] 743 | pub struct BindAccelerationStructureMemoryInfoNV { [INFO] [stdout] | ------------------------------------------------ similarly named struct `BindAccelerationStructureMemoryInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BindAccelerationStructureMemoryInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:2628:19 [INFO] [stdout] | [INFO] [stdout] 2628 | type Target = BindAccelerationStructureMemoryInfoKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BindAccelerationStructureMemoryInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:743:1 [INFO] [stdout] | [INFO] [stdout] 743 | pub struct BindAccelerationStructureMemoryInfoNV { [INFO] [stdout] | ------------------------------------------------ similarly named struct `BindAccelerationStructureMemoryInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BindAccelerationStructureMemoryInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:2636:29 [INFO] [stdout] | [INFO] [stdout] 2636 | impl<'b> HasBuilder<'b> for BindAccelerationStructureMemoryInfoKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BindAccelerationStructureMemoryInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:743:1 [INFO] [stdout] | [INFO] [stdout] 743 | pub struct BindAccelerationStructureMemoryInfoNV { [INFO] [stdout] | ------------------------------------------------ similarly named struct `BindAccelerationStructureMemoryInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BindAccelerationStructureMemoryInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:2644:12 [INFO] [stdout] | [INFO] [stdout] 2644 | value: BindAccelerationStructureMemoryInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BindAccelerationStructureMemoryInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:743:1 [INFO] [stdout] | [INFO] [stdout] 743 | pub struct BindAccelerationStructureMemoryInfoNV { [INFO] [stdout] | ------------------------------------------------ similarly named struct `BindAccelerationStructureMemoryInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BindAccelerationStructureMemoryInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:2644:12 [INFO] [stdout] | [INFO] [stdout] 2644 | value: BindAccelerationStructureMemoryInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:743:1 [INFO] [stdout] | [INFO] [stdout] 743 | pub struct BindAccelerationStructureMemoryInfoNV { [INFO] [stdout] | ------------------------------------------------ similarly named struct `BindAccelerationStructureMemoryInfoNV` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2644 | value: BindAccelerationStructureMemoryInfoNV, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 2643 | pub struct BindAccelerationStructureMemoryInfoKHRBuilder<'b, BindAccelerationStructureMemoryInfoKHR> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BindAccelerationStructureMemoryInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:2678:27 [INFO] [stdout] | [INFO] [stdout] 2678 | pub fn build(self) -> BindAccelerationStructureMemoryInfoKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BindAccelerationStructureMemoryInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:743:1 [INFO] [stdout] | [INFO] [stdout] 743 | pub struct BindAccelerationStructureMemoryInfoNV { [INFO] [stdout] | ------------------------------------------------ similarly named struct `BindAccelerationStructureMemoryInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BindAccelerationStructureMemoryInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:2684:19 [INFO] [stdout] | [INFO] [stdout] 2684 | type Target = BindAccelerationStructureMemoryInfoKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BindAccelerationStructureMemoryInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:743:1 [INFO] [stdout] | [INFO] [stdout] 743 | pub struct BindAccelerationStructureMemoryInfoNV { [INFO] [stdout] | ------------------------------------------------ similarly named struct `BindAccelerationStructureMemoryInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BindAccelerationStructureMemoryInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:2700:19 [INFO] [stdout] | [INFO] [stdout] 2700 | type Target = BindAccelerationStructureMemoryInfoKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BindAccelerationStructureMemoryInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:743:1 [INFO] [stdout] | [INFO] [stdout] 743 | pub struct BindAccelerationStructureMemoryInfoNV { [INFO] [stdout] | ------------------------------------------------ similarly named struct `BindAccelerationStructureMemoryInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DeferredOperationInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:5728:57 [INFO] [stdout] | [INFO] [stdout] 5728 | unsafe impl ExtendsCopyAccelerationStructureInfoKHR for DeferredOperationInfoKHR {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DeferredOperationKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/handles.rs:389:1 [INFO] [stdout] | [INFO] [stdout] 389 | pub struct DeferredOperationKHR(u64); [INFO] [stdout] | ------------------------------------- similarly named struct `DeferredOperationKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DeferredOperationInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:5814:65 [INFO] [stdout] | [INFO] [stdout] 5814 | unsafe impl ExtendsCopyAccelerationStructureToMemoryInfoKHR for DeferredOperationInfoKHR {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DeferredOperationKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/handles.rs:389:1 [INFO] [stdout] | [INFO] [stdout] 389 | pub struct DeferredOperationKHR(u64); [INFO] [stdout] | ------------------------------------- similarly named struct `DeferredOperationKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DeferredOperationInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:6364:65 [INFO] [stdout] | [INFO] [stdout] 6364 | unsafe impl ExtendsCopyMemoryToAccelerationStructureInfoKHR for DeferredOperationInfoKHR {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DeferredOperationKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/handles.rs:389:1 [INFO] [stdout] | [INFO] [stdout] 389 | pub struct DeferredOperationKHR(u64); [INFO] [stdout] | ------------------------------------- similarly named struct `DeferredOperationKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DeferredOperationInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:7396:22 [INFO] [stdout] | [INFO] [stdout] 7396 | unsafe impl Cast for DeferredOperationInfoKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DeferredOperationKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/handles.rs:389:1 [INFO] [stdout] | [INFO] [stdout] 389 | pub struct DeferredOperationKHR(u64); [INFO] [stdout] | ------------------------------------- similarly named struct `DeferredOperationKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DeferredOperationInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:7397:19 [INFO] [stdout] | [INFO] [stdout] 7397 | type Target = DeferredOperationInfoKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DeferredOperationKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/handles.rs:389:1 [INFO] [stdout] | [INFO] [stdout] 389 | pub struct DeferredOperationKHR(u64); [INFO] [stdout] | ------------------------------------- similarly named struct `DeferredOperationKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DeferredOperationInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:7405:30 [INFO] [stdout] | [INFO] [stdout] 7405 | impl HasBuilder<'static> for DeferredOperationInfoKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DeferredOperationKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/handles.rs:389:1 [INFO] [stdout] | [INFO] [stdout] 389 | pub struct DeferredOperationKHR(u64); [INFO] [stdout] | ------------------------------------- similarly named struct `DeferredOperationKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DeferredOperationInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:7413:12 [INFO] [stdout] | [INFO] [stdout] 7413 | value: DeferredOperationInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DeferredOperationKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/handles.rs:389:1 [INFO] [stdout] | [INFO] [stdout] 389 | pub struct DeferredOperationKHR(u64); [INFO] [stdout] | ------------------------------------- similarly named struct `DeferredOperationKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DeferredOperationInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:7424:27 [INFO] [stdout] | [INFO] [stdout] 7424 | pub fn build(self) -> DeferredOperationInfoKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DeferredOperationKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/handles.rs:389:1 [INFO] [stdout] | [INFO] [stdout] 389 | pub struct DeferredOperationKHR(u64); [INFO] [stdout] | ------------------------------------- similarly named struct `DeferredOperationKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DeferredOperationInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:7430:19 [INFO] [stdout] | [INFO] [stdout] 7430 | type Target = DeferredOperationInfoKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DeferredOperationKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/handles.rs:389:1 [INFO] [stdout] | [INFO] [stdout] 389 | pub struct DeferredOperationKHR(u64); [INFO] [stdout] | ------------------------------------- similarly named struct `DeferredOperationKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DeferredOperationInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:7446:19 [INFO] [stdout] | [INFO] [stdout] 7446 | type Target = DeferredOperationInfoKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DeferredOperationKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/handles.rs:389:1 [INFO] [stdout] | [INFO] [stdout] 389 | pub struct DeferredOperationKHR(u64); [INFO] [stdout] | ------------------------------------- similarly named struct `DeferredOperationKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingFeaturesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:8548:41 [INFO] [stdout] | [INFO] [stdout] 8548 | unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceRayTracingFeaturesKHR {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayQueryFeaturesKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8283:1 [INFO] [stdout] | [INFO] [stdout] 8283 | pub struct PhysicalDeviceRayQueryFeaturesKHR { [INFO] [stdout] | -------------------------------------------- similarly named struct `PhysicalDeviceRayQueryFeaturesKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingFeaturesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:23916:48 [INFO] [stdout] | [INFO] [stdout] 23916 | unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceRayTracingFeaturesKHR {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayQueryFeaturesKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8283:1 [INFO] [stdout] | [INFO] [stdout] 8283 | pub struct PhysicalDeviceRayQueryFeaturesKHR { [INFO] [stdout] | -------------------------------------------- similarly named struct `PhysicalDeviceRayQueryFeaturesKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingPropertiesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:28520:50 [INFO] [stdout] | [INFO] [stdout] 28520 | unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceRayTracingPropertiesKHR {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayTracingPropertiesNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8365:1 [INFO] [stdout] | [INFO] [stdout] 8365 | pub struct PhysicalDeviceRayTracingPropertiesNV { [INFO] [stdout] | ----------------------------------------------- similarly named struct `PhysicalDeviceRayTracingPropertiesNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingFeaturesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:28782:22 [INFO] [stdout] | [INFO] [stdout] 28782 | unsafe impl Cast for PhysicalDeviceRayTracingFeaturesKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayQueryFeaturesKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8283:1 [INFO] [stdout] | [INFO] [stdout] 8283 | pub struct PhysicalDeviceRayQueryFeaturesKHR { [INFO] [stdout] | -------------------------------------------- similarly named struct `PhysicalDeviceRayQueryFeaturesKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingFeaturesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:28783:19 [INFO] [stdout] | [INFO] [stdout] 28783 | type Target = PhysicalDeviceRayTracingFeaturesKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayQueryFeaturesKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8283:1 [INFO] [stdout] | [INFO] [stdout] 8283 | pub struct PhysicalDeviceRayQueryFeaturesKHR { [INFO] [stdout] | -------------------------------------------- similarly named struct `PhysicalDeviceRayQueryFeaturesKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingFeaturesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:28791:30 [INFO] [stdout] | [INFO] [stdout] 28791 | impl HasBuilder<'static> for PhysicalDeviceRayTracingFeaturesKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayQueryFeaturesKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8283:1 [INFO] [stdout] | [INFO] [stdout] 8283 | pub struct PhysicalDeviceRayQueryFeaturesKHR { [INFO] [stdout] | -------------------------------------------- similarly named struct `PhysicalDeviceRayQueryFeaturesKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingFeaturesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:28799:12 [INFO] [stdout] | [INFO] [stdout] 28799 | value: PhysicalDeviceRayTracingFeaturesKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayQueryFeaturesKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8283:1 [INFO] [stdout] | [INFO] [stdout] 8283 | pub struct PhysicalDeviceRayQueryFeaturesKHR { [INFO] [stdout] | -------------------------------------------- similarly named struct `PhysicalDeviceRayQueryFeaturesKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingFeaturesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:28882:27 [INFO] [stdout] | [INFO] [stdout] 28882 | pub fn build(self) -> PhysicalDeviceRayTracingFeaturesKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayQueryFeaturesKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8283:1 [INFO] [stdout] | [INFO] [stdout] 8283 | pub struct PhysicalDeviceRayQueryFeaturesKHR { [INFO] [stdout] | -------------------------------------------- similarly named struct `PhysicalDeviceRayQueryFeaturesKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingFeaturesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:28888:19 [INFO] [stdout] | [INFO] [stdout] 28888 | type Target = PhysicalDeviceRayTracingFeaturesKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayQueryFeaturesKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8283:1 [INFO] [stdout] | [INFO] [stdout] 8283 | pub struct PhysicalDeviceRayQueryFeaturesKHR { [INFO] [stdout] | -------------------------------------------- similarly named struct `PhysicalDeviceRayQueryFeaturesKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingFeaturesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:28904:19 [INFO] [stdout] | [INFO] [stdout] 28904 | type Target = PhysicalDeviceRayTracingFeaturesKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayQueryFeaturesKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8283:1 [INFO] [stdout] | [INFO] [stdout] 8283 | pub struct PhysicalDeviceRayQueryFeaturesKHR { [INFO] [stdout] | -------------------------------------------- similarly named struct `PhysicalDeviceRayQueryFeaturesKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingPropertiesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:28912:22 [INFO] [stdout] | [INFO] [stdout] 28912 | unsafe impl Cast for PhysicalDeviceRayTracingPropertiesKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayTracingPropertiesNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8365:1 [INFO] [stdout] | [INFO] [stdout] 8365 | pub struct PhysicalDeviceRayTracingPropertiesNV { [INFO] [stdout] | ----------------------------------------------- similarly named struct `PhysicalDeviceRayTracingPropertiesNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingPropertiesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:28913:19 [INFO] [stdout] | [INFO] [stdout] 28913 | type Target = PhysicalDeviceRayTracingPropertiesKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayTracingPropertiesNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8365:1 [INFO] [stdout] | [INFO] [stdout] 8365 | pub struct PhysicalDeviceRayTracingPropertiesNV { [INFO] [stdout] | ----------------------------------------------- similarly named struct `PhysicalDeviceRayTracingPropertiesNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingPropertiesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:28921:30 [INFO] [stdout] | [INFO] [stdout] 28921 | impl HasBuilder<'static> for PhysicalDeviceRayTracingPropertiesKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayTracingPropertiesNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8365:1 [INFO] [stdout] | [INFO] [stdout] 8365 | pub struct PhysicalDeviceRayTracingPropertiesNV { [INFO] [stdout] | ----------------------------------------------- similarly named struct `PhysicalDeviceRayTracingPropertiesNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingPropertiesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:28929:12 [INFO] [stdout] | [INFO] [stdout] 28929 | value: PhysicalDeviceRayTracingPropertiesKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayTracingPropertiesNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8365:1 [INFO] [stdout] | [INFO] [stdout] 8365 | pub struct PhysicalDeviceRayTracingPropertiesNV { [INFO] [stdout] | ----------------------------------------------- similarly named struct `PhysicalDeviceRayTracingPropertiesNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingPropertiesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:28996:27 [INFO] [stdout] | [INFO] [stdout] 28996 | pub fn build(self) -> PhysicalDeviceRayTracingPropertiesKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayTracingPropertiesNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8365:1 [INFO] [stdout] | [INFO] [stdout] 8365 | pub struct PhysicalDeviceRayTracingPropertiesNV { [INFO] [stdout] | ----------------------------------------------- similarly named struct `PhysicalDeviceRayTracingPropertiesNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingPropertiesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:29002:19 [INFO] [stdout] | [INFO] [stdout] 29002 | type Target = PhysicalDeviceRayTracingPropertiesKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayTracingPropertiesNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8365:1 [INFO] [stdout] | [INFO] [stdout] 8365 | pub struct PhysicalDeviceRayTracingPropertiesNV { [INFO] [stdout] | ----------------------------------------------- similarly named struct `PhysicalDeviceRayTracingPropertiesNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PhysicalDeviceRayTracingPropertiesKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:29018:19 [INFO] [stdout] | [INFO] [stdout] 29018 | type Target = PhysicalDeviceRayTracingPropertiesKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `PhysicalDeviceRayTracingPropertiesNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:8365:1 [INFO] [stdout] | [INFO] [stdout] 8365 | pub struct PhysicalDeviceRayTracingPropertiesNV { [INFO] [stdout] | ----------------------------------------------- similarly named struct `PhysicalDeviceRayTracingPropertiesNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DeferredOperationInfoKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:38061:56 [INFO] [stdout] | [INFO] [stdout] 38061 | unsafe impl ExtendsRayTracingPipelineCreateInfoKHR for DeferredOperationInfoKHR {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DeferredOperationKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/handles.rs:389:1 [INFO] [stdout] | [INFO] [stdout] 389 | pub struct DeferredOperationKHR(u64); [INFO] [stdout] | ------------------------------------- similarly named struct `DeferredOperationKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:42055:22 [INFO] [stdout] | [INFO] [stdout] 42055 | unsafe impl Cast for StridedBufferRegionKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] ... [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:42056:19 [INFO] [stdout] | [INFO] [stdout] 42056 | type Target = StridedBufferRegionKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] ... [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:42064:30 [INFO] [stdout] | [INFO] [stdout] 42064 | impl HasBuilder<'static> for StridedBufferRegionKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] ... [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:42072:12 [INFO] [stdout] | [INFO] [stdout] 42072 | value: StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:42101:27 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] ... [INFO] [stdout] 42101 | pub fn build(self) -> StridedBufferRegionKHR { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:42107:19 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] ... [INFO] [stdout] 42107 | type Target = StridedBufferRegionKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/builders.rs:42123:19 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] ... [INFO] [stdout] 42123 | type Target = StridedBufferRegionKHR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PFN_vkGetAccelerationStructureMemoryRequirementsKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:253:9 [INFO] [stdout] | [INFO] [stdout] 253 | PFN_vkGetAccelerationStructureMemoryRequirementsKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a type alias with a similar name exists: `PFN_vkGetAccelerationStructureMemoryRequirementsNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/commands.rs:1881:1 [INFO] [stdout] | [INFO] [stdout] 1881 | / pub type PFN_vkGetAccelerationStructureMemoryRequirementsNV = extern "system" fn( [INFO] [stdout] 1882 | | _device: Device, [INFO] [stdout] 1883 | | _info: *const AccelerationStructureMemoryRequirementsInfoNV, [INFO] [stdout] 1884 | | _memory_requirements: *mut MemoryRequirements2KHR, [INFO] [stdout] 1885 | | ); [INFO] [stdout] | |__- similarly named type alias `PFN_vkGetAccelerationStructureMemoryRequirementsNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PFN_vkBindAccelerationStructureMemoryKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:256:49 [INFO] [stdout] | [INFO] [stdout] 256 | pub bind_acceleration_structure_memory_khr: PFN_vkBindAccelerationStructureMemoryKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a type alias with a similar name exists: `PFN_vkBindAccelerationStructureMemoryNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/commands.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | / pub type PFN_vkBindAccelerationStructureMemoryNV = extern "system" fn( [INFO] [stdout] 92 | | _device: Device, [INFO] [stdout] 93 | | _bind_info_count: u32, [INFO] [stdout] 94 | | _bind_infos: *const BindAccelerationStructureMemoryInfoNV, [INFO] [stdout] 95 | | ) -> Result; [INFO] [stdout] | |____________- similarly named type alias `PFN_vkBindAccelerationStructureMemoryNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PFN_vkCmdBuildAccelerationStructureKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:319:47 [INFO] [stdout] | [INFO] [stdout] 319 | pub cmd_build_acceleration_structure_khr: PFN_vkCmdBuildAccelerationStructureKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a type alias with a similar name exists: `PFN_vkCmdBuildAccelerationStructuresKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/commands.rs:307:1 [INFO] [stdout] | [INFO] [stdout] 307 | / pub type PFN_vkCmdBuildAccelerationStructuresKHR = extern "system" fn( [INFO] [stdout] 308 | | _command_buffer: CommandBuffer, [INFO] [stdout] 309 | | _info_count: u32, [INFO] [stdout] 310 | | _infos: *const AccelerationStructureBuildGeometryInfoKHR, [INFO] [stdout] 311 | | _build_range_infos: *const *const AccelerationStructureBuildRangeInfoKHR, [INFO] [stdout] 312 | | ); [INFO] [stdout] | |__- similarly named type alias `PFN_vkCmdBuildAccelerationStructuresKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PFN_vkCmdBuildAccelerationStructureIndirectKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:321:9 [INFO] [stdout] | [INFO] [stdout] 321 | PFN_vkCmdBuildAccelerationStructureIndirectKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a type alias with a similar name exists: `PFN_vkCmdBuildAccelerationStructuresIndirectKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/commands.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | / pub type PFN_vkCmdBuildAccelerationStructuresIndirectKHR = extern "system" fn( [INFO] [stdout] 298 | | _command_buffer: CommandBuffer, [INFO] [stdout] 299 | | _info_count: u32, [INFO] [stdout] 300 | | _infos: *const AccelerationStructureBuildGeometryInfoKHR, [INFO] [stdout] ... | [INFO] [stdout] 303 | | _max_primitive_counts: *const *const u32, [INFO] [stdout] 304 | | ); [INFO] [stdout] | |__- similarly named type alias `PFN_vkCmdBuildAccelerationStructuresIndirectKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PFN_vkBuildAccelerationStructureKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:322:43 [INFO] [stdout] | [INFO] [stdout] 322 | pub build_acceleration_structure_khr: PFN_vkBuildAccelerationStructureKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a type alias with a similar name exists: `PFN_vkBuildAccelerationStructuresKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/commands.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 134 | / pub type PFN_vkBuildAccelerationStructuresKHR = extern "system" fn( [INFO] [stdout] 135 | | _device: Device, [INFO] [stdout] 136 | | _deferred_operation: DeferredOperationKHR, [INFO] [stdout] 137 | | _info_count: u32, [INFO] [stdout] 138 | | _infos: *const AccelerationStructureBuildGeometryInfoKHR, [INFO] [stdout] 139 | | _build_range_infos: *const *const AccelerationStructureBuildRangeInfoKHR, [INFO] [stdout] 140 | | ) -> Result; [INFO] [stdout] | |____________- similarly named type alias `PFN_vkBuildAccelerationStructuresKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureMemoryRequirementsInfoKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:4017:39 [INFO] [stdout] | [INFO] [stdout] 4017 | _info: *const AccelerationStructureMemoryRequirementsInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureMemoryRequirementsInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | pub struct AccelerationStructureMemoryRequirementsInfoNV { [INFO] [stdout] | -------------------------------------------------------- similarly named struct `AccelerationStructureMemoryRequirementsInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BindAccelerationStructureMemoryInfoKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:4052:45 [INFO] [stdout] | [INFO] [stdout] 4052 | _bind_infos: *const BindAccelerationStructureMemoryInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BindAccelerationStructureMemoryInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:743:1 [INFO] [stdout] | [INFO] [stdout] 743 | pub struct BindAccelerationStructureMemoryInfoNV { [INFO] [stdout] | ------------------------------------------------ similarly named struct `BindAccelerationStructureMemoryInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:4240:62 [INFO] [stdout] | [INFO] [stdout] 4240 | _raygen_shader_binding_table: *const StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:4241:60 [INFO] [stdout] | [INFO] [stdout] 4241 | _miss_shader_binding_table: *const StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:4242:59 [INFO] [stdout] | [INFO] [stdout] 4242 | _hit_shader_binding_table: *const StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:4243:64 [INFO] [stdout] | [INFO] [stdout] 4243 | _callable_shader_binding_table: *const StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:4398:62 [INFO] [stdout] | [INFO] [stdout] 4398 | _raygen_shader_binding_table: *const StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:4399:60 [INFO] [stdout] | [INFO] [stdout] 4399 | _miss_shader_binding_table: *const StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:4400:59 [INFO] [stdout] | [INFO] [stdout] 4400 | _hit_shader_binding_table: *const StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:4401:64 [INFO] [stdout] | [INFO] [stdout] 4401 | _callable_shader_binding_table: *const StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureVersionKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:4421:42 [INFO] [stdout] | [INFO] [stdout] 4421 | _version: *const AccelerationStructureVersionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureVersionInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:333:1 [INFO] [stdout] | [INFO] [stdout] 333 | pub struct AccelerationStructureVersionInfoKHR { [INFO] [stdout] | ---------------------------------------------- similarly named struct `AccelerationStructureVersionInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureBuildOffsetInfoKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:4897:54 [INFO] [stdout] | [INFO] [stdout] 4897 | _offset_infos: *const *const AccelerationStructureBuildOffsetInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureBuildRangeInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct AccelerationStructureBuildRangeInfoKHR { [INFO] [stdout] | ------------------------------------------------- similarly named struct `AccelerationStructureBuildRangeInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureBuildOffsetInfoKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:4934:54 [INFO] [stdout] | [INFO] [stdout] 4934 | _offset_infos: *const *const AccelerationStructureBuildOffsetInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureBuildRangeInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct AccelerationStructureBuildRangeInfoKHR { [INFO] [stdout] | ------------------------------------------------- similarly named struct `AccelerationStructureBuildRangeInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BindAccelerationStructureMemoryInfoKHR` in this scope [INFO] [stdout] --> src/vk/commands.rs:5858:45 [INFO] [stdout] | [INFO] [stdout] 5858 | _bind_infos: *const BindAccelerationStructureMemoryInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BindAccelerationStructureMemoryInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:743:1 [INFO] [stdout] | [INFO] [stdout] 743 | pub struct BindAccelerationStructureMemoryInfoNV { [INFO] [stdout] | ------------------------------------------------ similarly named struct `BindAccelerationStructureMemoryInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BindAccelerationStructureMemoryInfoKHR` in this scope [INFO] [stdout] --> src/vk/extensions.rs:4335:42 [INFO] [stdout] | [INFO] [stdout] 4335 | bind_infos: &[impl Cast], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BindAccelerationStructureMemoryInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:743:1 [INFO] [stdout] | [INFO] [stdout] 743 | pub struct BindAccelerationStructureMemoryInfoNV { [INFO] [stdout] | ------------------------------------------------ similarly named struct `BindAccelerationStructureMemoryInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureBuildOffsetInfoKHR` in this scope [INFO] [stdout] --> src/vk/extensions.rs:4355:26 [INFO] [stdout] | [INFO] [stdout] 4355 | offset_infos: &[&AccelerationStructureBuildOffsetInfoKHR], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureBuildRangeInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct AccelerationStructureBuildRangeInfoKHR { [INFO] [stdout] | ------------------------------------------------- similarly named struct `AccelerationStructureBuildRangeInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureBuildOffsetInfoKHR` in this scope [INFO] [stdout] --> src/vk/extensions.rs:4398:26 [INFO] [stdout] | [INFO] [stdout] 4398 | offset_infos: &[&AccelerationStructureBuildOffsetInfoKHR], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureBuildRangeInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct AccelerationStructureBuildRangeInfoKHR { [INFO] [stdout] | ------------------------------------------------- similarly named struct `AccelerationStructureBuildRangeInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/extensions.rs:4449:39 [INFO] [stdout] | [INFO] [stdout] 4449 | raygen_shader_binding_table: &StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/extensions.rs:4450:37 [INFO] [stdout] | [INFO] [stdout] 4450 | miss_shader_binding_table: &StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/extensions.rs:4451:36 [INFO] [stdout] | [INFO] [stdout] 4451 | hit_shader_binding_table: &StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/extensions.rs:4452:41 [INFO] [stdout] | [INFO] [stdout] 4452 | callable_shader_binding_table: &StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/extensions.rs:4472:39 [INFO] [stdout] | [INFO] [stdout] 4472 | raygen_shader_binding_table: &StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/extensions.rs:4473:37 [INFO] [stdout] | [INFO] [stdout] 4473 | miss_shader_binding_table: &StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/extensions.rs:4474:36 [INFO] [stdout] | [INFO] [stdout] 4474 | hit_shader_binding_table: &StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StridedBufferRegionKHR` in this scope [INFO] [stdout] --> src/vk/extensions.rs:4475:41 [INFO] [stdout] | [INFO] [stdout] 4475 | callable_shader_binding_table: &StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `StridedBufferRegionKHRBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/vk/builders.rs:42071:1 [INFO] [stdout] | [INFO] [stdout] 42071 | pub struct StridedBufferRegionKHRBuilder { [INFO] [stdout] | ---------------------------------------- similarly named struct `StridedBufferRegionKHRBuilder` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureMemoryRequirementsInfoKHR` in this scope [INFO] [stdout] --> src/vk/extensions.rs:4640:16 [INFO] [stdout] | [INFO] [stdout] 4640 | info: &AccelerationStructureMemoryRequirementsInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureMemoryRequirementsInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | pub struct AccelerationStructureMemoryRequirementsInfoNV { [INFO] [stdout] | -------------------------------------------------------- similarly named struct `AccelerationStructureMemoryRequirementsInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AccelerationStructureVersionKHR` in this scope [INFO] [stdout] --> src/vk/extensions.rs:4659:19 [INFO] [stdout] | [INFO] [stdout] 4659 | version: &AccelerationStructureVersionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `AccelerationStructureVersionInfoKHR` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:333:1 [INFO] [stdout] | [INFO] [stdout] 333 | pub struct AccelerationStructureVersionInfoKHR { [INFO] [stdout] | ---------------------------------------------- similarly named struct `AccelerationStructureVersionInfoKHR` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BindAccelerationStructureMemoryInfoKHR` in this scope [INFO] [stdout] --> src/vk/extensions.rs:6092:42 [INFO] [stdout] | [INFO] [stdout] 6092 | bind_infos: &[impl Cast], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `BindAccelerationStructureMemoryInfoNV` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkanalia-sys-0.2.3/src/structs.rs:743:1 [INFO] [stdout] | [INFO] [stdout] 743 | pub struct BindAccelerationStructureMemoryInfoNV { [INFO] [stdout] | ------------------------------------------------ similarly named struct `BindAccelerationStructureMemoryInfoNV` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `update` on type `vulkanalia_sys::AccelerationStructureBuildGeometryInfoKHR` [INFO] [stdout] --> src/vk/builders.rs:195:20 [INFO] [stdout] | [INFO] [stdout] 195 | self.value.update = update as Bool32; [INFO] [stdout] | ^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `s_type`, `next`, `type_`, `flags`, `mode` ... and 6 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `geometry_array_of_pointers` on type `vulkanalia_sys::AccelerationStructureBuildGeometryInfoKHR` [INFO] [stdout] --> src/vk/builders.rs:219:20 [INFO] [stdout] | [INFO] [stdout] 219 | self.value.geometry_array_of_pointers = geometry_array_of_pointers as Bool32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `s_type`, `next`, `type_`, `flags`, `mode` ... and 6 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vk/builders.rs:292:5 [INFO] [stdout] | [INFO] [stdout] 292 | value: AccelerationStructureBuildOffsetInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] = note: required by `std::default::Default::default` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vk/builders.rs:368:5 [INFO] [stdout] | [INFO] [stdout] 368 | value: AccelerationStructureCreateGeometryTypeInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] = note: required by `std::default::Default::default` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `compacted_size` on type `vulkanalia_sys::AccelerationStructureCreateInfoKHR` [INFO] [stdout] --> src/vk/builders.rs:463:20 [INFO] [stdout] | [INFO] [stdout] 463 | self.value.compacted_size = compacted_size; [INFO] [stdout] | ^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `s_type`, `next`, `create_flags`, `buffer`, `offset` ... and 3 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `flags` on type `vulkanalia_sys::AccelerationStructureCreateInfoKHR` [INFO] [stdout] --> src/vk/builders.rs:475:20 [INFO] [stdout] | [INFO] [stdout] 475 | self.value.flags = flags; [INFO] [stdout] | ^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `s_type`, `next`, `create_flags`, `buffer`, `offset` ... and 3 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `max_geometry_count` on type `vulkanalia_sys::AccelerationStructureCreateInfoKHR` [INFO] [stdout] --> src/vk/builders.rs:484:20 [INFO] [stdout] | [INFO] [stdout] 484 | self.value.max_geometry_count = geometry_infos.len() as u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `s_type`, `next`, `create_flags`, `buffer`, `offset` ... and 3 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `geometry_infos` on type `vulkanalia_sys::AccelerationStructureCreateInfoKHR` [INFO] [stdout] --> src/vk/builders.rs:485:20 [INFO] [stdout] | [INFO] [stdout] 485 | self.value.geometry_infos = geometry_infos.as_ptr().cast(); [INFO] [stdout] | ^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `s_type`, `next`, `create_flags`, `buffer`, `offset` ... and 3 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vk/builders.rs:1128:5 [INFO] [stdout] | [INFO] [stdout] 1128 | value: AccelerationStructureMemoryRequirementsInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] = note: required by `std::default::Default::default` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vk/builders.rs:1268:5 [INFO] [stdout] | [INFO] [stdout] 1268 | value: AccelerationStructureVersionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] = note: required by `std::default::Default::default` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vk/builders.rs:2644:5 [INFO] [stdout] | [INFO] [stdout] 2644 | value: BindAccelerationStructureMemoryInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] = note: required by `std::default::Default::default` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vk/builders.rs:7413:5 [INFO] [stdout] | [INFO] [stdout] 7413 | value: DeferredOperationInfoKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] = note: required by `std::default::Default::default` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vk/builders.rs:28799:5 [INFO] [stdout] | [INFO] [stdout] 28799 | value: PhysicalDeviceRayTracingFeaturesKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] = note: required by `std::default::Default::default` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vk/builders.rs:28929:5 [INFO] [stdout] | [INFO] [stdout] 28929 | value: PhysicalDeviceRayTracingPropertiesKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] = note: required by `std::default::Default::default` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `max_recursion_depth` on type `vulkanalia_sys::RayTracingPipelineCreateInfoKHR` [INFO] [stdout] --> src/vk/builders.rs:38125:20 [INFO] [stdout] | [INFO] [stdout] 38125 | self.value.max_recursion_depth = max_recursion_depth; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `s_type`, `next`, `flags`, `stage_count`, `stages` ... and 9 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `libraries` on type `vulkanalia_sys::RayTracingPipelineCreateInfoKHR` [INFO] [stdout] --> src/vk/builders.rs:38134:20 [INFO] [stdout] | [INFO] [stdout] 38134 | self.value.libraries = libraries.into(); [INFO] [stdout] | ^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `s_type`, `next`, `flags`, `stage_count`, `stages` ... and 9 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `max_payload_size` on type `vulkanalia_sys::RayTracingPipelineInterfaceCreateInfoKHR` [INFO] [stdout] --> src/vk/builders.rs:38337:20 [INFO] [stdout] | [INFO] [stdout] 38337 | self.value.max_payload_size = max_payload_size; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `s_type`, `next`, `max_pipeline_ray_payload_size`, `max_pipeline_ray_hit_attribute_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `max_attribute_size` on type `vulkanalia_sys::RayTracingPipelineInterfaceCreateInfoKHR` [INFO] [stdout] --> src/vk/builders.rs:38343:20 [INFO] [stdout] | [INFO] [stdout] 38343 | self.value.max_attribute_size = max_attribute_size; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `s_type`, `next`, `max_pipeline_ray_payload_size`, `max_pipeline_ray_hit_attribute_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `max_callable_size` on type `vulkanalia_sys::RayTracingPipelineInterfaceCreateInfoKHR` [INFO] [stdout] --> src/vk/builders.rs:38349:20 [INFO] [stdout] | [INFO] [stdout] 38349 | self.value.max_callable_size = max_callable_size; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `s_type`, `next`, `max_pipeline_ray_payload_size`, `max_pipeline_ray_hit_attribute_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vk/builders.rs:42072:5 [INFO] [stdout] | [INFO] [stdout] 42072 | value: StridedBufferRegionKHR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] = note: required by `std::default::Default::default` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/commands.rs:4072:21 [INFO] [stdout] | [INFO] [stdout] 4072 | fallback [INFO] [stdout] | ^^^^^^^^ expected struct `vulkanalia_sys::AccelerationStructureNV`, found struct `vulkanalia_sys::AccelerationStructureKHR` [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `extern "system" fn(vulkanalia_sys::CommandBuffer, vulkanalia_sys::AccelerationStructureNV, vulkanalia_sys::AccelerationStructureNV, vulkanalia_sys::CopyAccelerationStructureModeKHR)` [INFO] [stdout] found fn item `extern "system" fn(vulkanalia_sys::CommandBuffer, vulkanalia_sys::AccelerationStructureKHR, vulkanalia_sys::AccelerationStructureKHR, vulkanalia_sys::CopyAccelerationStructureModeKHR) {commands::DeviceCommands::load::fallback}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/commands.rs:4100:21 [INFO] [stdout] | [INFO] [stdout] 4100 | fallback [INFO] [stdout] | ^^^^^^^^ incorrect number of function parameters [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `extern "system" fn(vulkanalia_sys::Device, vulkanalia_sys::DeferredOperationKHR, *const vulkanalia_sys::CopyAccelerationStructureInfoKHR) -> vulkanalia_sys::Result` [INFO] [stdout] found fn item `extern "system" fn(vulkanalia_sys::Device, *const vulkanalia_sys::CopyAccelerationStructureInfoKHR) -> vulkanalia_sys::Result {commands::DeviceCommands::load::fallback}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/commands.rs:4132:21 [INFO] [stdout] | [INFO] [stdout] 4132 | fallback [INFO] [stdout] | ^^^^^^^^ incorrect number of function parameters [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `extern "system" fn(vulkanalia_sys::Device, vulkanalia_sys::DeferredOperationKHR, *const vulkanalia_sys::CopyAccelerationStructureToMemoryInfoKHR) -> vulkanalia_sys::Result` [INFO] [stdout] found fn item `extern "system" fn(vulkanalia_sys::Device, *const vulkanalia_sys::CopyAccelerationStructureToMemoryInfoKHR) -> vulkanalia_sys::Result {commands::DeviceCommands::load::fallback}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/commands.rs:4164:21 [INFO] [stdout] | [INFO] [stdout] 4164 | fallback [INFO] [stdout] | ^^^^^^^^ incorrect number of function parameters [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `extern "system" fn(vulkanalia_sys::Device, vulkanalia_sys::DeferredOperationKHR, *const vulkanalia_sys::CopyMemoryToAccelerationStructureInfoKHR) -> vulkanalia_sys::Result` [INFO] [stdout] found fn item `extern "system" fn(vulkanalia_sys::Device, *const vulkanalia_sys::CopyMemoryToAccelerationStructureInfoKHR) -> vulkanalia_sys::Result {commands::DeviceCommands::load::fallback}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/commands.rs:4207:21 [INFO] [stdout] | [INFO] [stdout] 4207 | fallback [INFO] [stdout] | ^^^^^^^^ expected struct `vulkanalia_sys::AccelerationStructureNV`, found struct `vulkanalia_sys::AccelerationStructureKHR` [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `extern "system" fn(vulkanalia_sys::CommandBuffer, _, vulkanalia_sys::Buffer, _, _, vulkanalia_sys::AccelerationStructureNV, vulkanalia_sys::AccelerationStructureNV, vulkanalia_sys::Buffer, _)` [INFO] [stdout] found fn item `extern "system" fn(vulkanalia_sys::CommandBuffer, _, vulkanalia_sys::Buffer, _, _, vulkanalia_sys::AccelerationStructureKHR, vulkanalia_sys::AccelerationStructureKHR, vulkanalia_sys::Buffer, _) {commands::DeviceCommands::load::fallback}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/commands.rs:4333:21 [INFO] [stdout] | [INFO] [stdout] 4333 | fallback [INFO] [stdout] | ^^^^^^^^ expected struct `vulkanalia_sys::AccelerationStructureNV`, found struct `vulkanalia_sys::AccelerationStructureKHR` [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `extern "system" fn(vulkanalia_sys::Device, vulkanalia_sys::AccelerationStructureNV, _, _) -> vulkanalia_sys::Result` [INFO] [stdout] found fn item `extern "system" fn(vulkanalia_sys::Device, vulkanalia_sys::AccelerationStructureKHR, _, _) -> vulkanalia_sys::Result {commands::DeviceCommands::load::fallback}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/commands.rs:4369:21 [INFO] [stdout] | [INFO] [stdout] 4369 | fallback [INFO] [stdout] | ^^^^^^^^ incorrect number of function parameters [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `extern "system" fn(vulkanalia_sys::Device, vulkanalia_sys::DeferredOperationKHR, vulkanalia_sys::PipelineCache, u32, *const vulkanalia_sys::RayTracingPipelineCreateInfoKHR, *const vulkanalia_sys::AllocationCallbacks, *mut vulkanalia_sys::Pipeline) -> vulkanalia_sys::Result` [INFO] [stdout] found fn item `extern "system" fn(vulkanalia_sys::Device, vulkanalia_sys::PipelineCache, u32, *const vulkanalia_sys::RayTracingPipelineCreateInfoKHR, *const vulkanalia_sys::AllocationCallbacks, *mut vulkanalia_sys::Pipeline) -> vulkanalia_sys::Result {commands::DeviceCommands::load::fallback}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/commands.rs:4407:21 [INFO] [stdout] | [INFO] [stdout] 4407 | fallback [INFO] [stdout] | ^^^^^^^^ incorrect number of function parameters [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `extern "system" fn(vulkanalia_sys::CommandBuffer, *const StridedDeviceAddressRegionKHR, *const StridedDeviceAddressRegionKHR, *const StridedDeviceAddressRegionKHR, *const StridedDeviceAddressRegionKHR, u64)` [INFO] [stdout] found fn item `extern "system" fn(vulkanalia_sys::CommandBuffer, *const [type error], *const [type error], *const [type error], *const [type error], vulkanalia_sys::Buffer, u64) {commands::DeviceCommands::load::fallback}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/commands.rs:4425:21 [INFO] [stdout] | [INFO] [stdout] 4425 | fallback [INFO] [stdout] | ^^^^^^^^ incorrect number of function parameters [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `extern "system" fn(vulkanalia_sys::Device, *const AccelerationStructureVersionInfoKHR, *mut AccelerationStructureCompatibilityKHR)` [INFO] [stdout] found fn item `extern "system" fn(vulkanalia_sys::Device, *const [type error]) -> vulkanalia_sys::Result {commands::DeviceCommands::load::fallback}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/commands.rs:5847:21 [INFO] [stdout] | [INFO] [stdout] 5847 | fallback [INFO] [stdout] | ^^^^^^^^ expected struct `vulkanalia_sys::AccelerationStructureNV`, found struct `vulkanalia_sys::AccelerationStructureKHR` [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `extern "system" fn(vulkanalia_sys::Device, vulkanalia_sys::AccelerationStructureNV, _)` [INFO] [stdout] found fn item `extern "system" fn(vulkanalia_sys::Device, vulkanalia_sys::AccelerationStructureKHR, _) {commands::DeviceCommands::load::fallback}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/commands.rs:5884:21 [INFO] [stdout] | [INFO] [stdout] 5884 | fallback [INFO] [stdout] | ^^^^^^^^ expected struct `vulkanalia_sys::AccelerationStructureNV`, found struct `vulkanalia_sys::AccelerationStructureKHR` [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `extern "system" fn(vulkanalia_sys::CommandBuffer, _, *const vulkanalia_sys::AccelerationStructureNV, vulkanalia_sys::QueryType, vulkanalia_sys::QueryPool, _)` [INFO] [stdout] found fn item `extern "system" fn(vulkanalia_sys::CommandBuffer, _, *const vulkanalia_sys::AccelerationStructureKHR, vulkanalia_sys::QueryType, vulkanalia_sys::QueryPool, _) {commands::DeviceCommands::load::fallback}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied [INFO] [stdout] --> src/vk/extensions.rs:4456:24 [INFO] [stdout] | [INFO] [stdout] 4456 | let __result = (self.commands().cmd_trace_rays_indirect_khr)( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 arguments [INFO] [stdout] 4457 | command_buffer, [INFO] [stdout] | -------------- [INFO] [stdout] 4458 | raygen_shader_binding_table, [INFO] [stdout] | --------------------------- [INFO] [stdout] 4459 | miss_shader_binding_table, [INFO] [stdout] | ------------------------- [INFO] [stdout] 4460 | hit_shader_binding_table, [INFO] [stdout] | ------------------------ [INFO] [stdout] 4461 | callable_shader_binding_table, [INFO] [stdout] | ----------------------------- [INFO] [stdout] 4462 | buffer, [INFO] [stdout] | ------ [INFO] [stdout] 4463 | offset, [INFO] [stdout] | ------ supplied 7 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/vk/extensions.rs:4520:24 [INFO] [stdout] | [INFO] [stdout] 4520 | let __result = (self.commands().copy_acceleration_structure_khr)(self.handle(), info); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/vk/extensions.rs:4536:13 [INFO] [stdout] | [INFO] [stdout] 4536 | (self.commands().copy_acceleration_structure_to_memory_khr)(self.handle(), info); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/vk/extensions.rs:4552:13 [INFO] [stdout] | [INFO] [stdout] 4552 | (self.commands().copy_memory_to_acceleration_structure_khr)(self.handle(), info); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 7 arguments but 6 arguments were supplied [INFO] [stdout] --> src/vk/extensions.rs:4594:24 [INFO] [stdout] | [INFO] [stdout] 4594 | let __result = (self.commands().create_ray_tracing_pipelines_khr)( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 7 arguments [INFO] [stdout] 4595 | self.handle(), [INFO] [stdout] | ------------- [INFO] [stdout] 4596 | pipeline_cache, [INFO] [stdout] | -------------- [INFO] [stdout] 4597 | create_infos.len() as u32, [INFO] [stdout] | ------------------------- [INFO] [stdout] 4598 | create_infos.as_ptr().cast(), [INFO] [stdout] | ---------------------------- [INFO] [stdout] 4599 | allocator.map_or(ptr::null(), |v| v), [INFO] [stdout] | ------------------------------------ [INFO] [stdout] 4600 | pipelines.as_mut_ptr(), [INFO] [stdout] | ---------------------- supplied 6 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/vk/extensions.rs:4661:24 [INFO] [stdout] | [INFO] [stdout] 4661 | let __result = (self [INFO] [stdout] | ________________________^ [INFO] [stdout] 4662 | | .commands() [INFO] [stdout] 4663 | | .get_device_acceleration_structure_compatibility_khr)( [INFO] [stdout] | |_________________________________________________________________^ expected 3 arguments [INFO] [stdout] 4664 | self.handle(), version [INFO] [stdout] | ------------- ------- supplied 2 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/extensions.rs:4667:24 [INFO] [stdout] | [INFO] [stdout] 4667 | if __result == Result::SUCCESS { [INFO] [stdout] | ^^^^^^^^^^^^^^^ expected `()`, found struct `vulkanalia_sys::Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `enums::ErrorCode: From<()>` is not satisfied [INFO] [stdout] --> src/vk/extensions.rs:4670:17 [INFO] [stdout] | [INFO] [stdout] 4670 | Err(__result.into()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `From<()>` is not implemented for `enums::ErrorCode` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/extensions.rs:6127:13 [INFO] [stdout] | [INFO] [stdout] 6127 | dst, [INFO] [stdout] | ^^^ expected struct `vulkanalia_sys::AccelerationStructureNV`, found struct `vulkanalia_sys::AccelerationStructureKHR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/extensions.rs:6128:13 [INFO] [stdout] | [INFO] [stdout] 6128 | src, [INFO] [stdout] | ^^^ expected struct `vulkanalia_sys::AccelerationStructureNV`, found struct `vulkanalia_sys::AccelerationStructureKHR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/extensions.rs:6144:82 [INFO] [stdout] | [INFO] [stdout] 6144 | (self.commands().cmd_copy_acceleration_structure_nv)(command_buffer, dst, src, mode); [INFO] [stdout] | ^^^ expected struct `vulkanalia_sys::AccelerationStructureNV`, found struct `vulkanalia_sys::AccelerationStructureKHR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/extensions.rs:6144:87 [INFO] [stdout] | [INFO] [stdout] 6144 | (self.commands().cmd_copy_acceleration_structure_nv)(command_buffer, dst, src, mode); [INFO] [stdout] | ^^^ expected struct `vulkanalia_sys::AccelerationStructureNV`, found struct `vulkanalia_sys::AccelerationStructureKHR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/extensions.rs:6201:13 [INFO] [stdout] | [INFO] [stdout] 6201 | acceleration_structures.as_ptr(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `vulkanalia_sys::AccelerationStructureNV`, found struct `vulkanalia_sys::AccelerationStructureKHR` [INFO] [stdout] | [INFO] [stdout] = note: expected raw pointer `*const vulkanalia_sys::AccelerationStructureNV` [INFO] [stdout] found raw pointer `*const vulkanalia_sys::AccelerationStructureKHR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/extensions.rs:6278:13 [INFO] [stdout] | [INFO] [stdout] 6278 | acceleration_structure, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `vulkanalia_sys::AccelerationStructureNV`, found struct `vulkanalia_sys::AccelerationStructureKHR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/vk/extensions.rs:6292:13 [INFO] [stdout] | [INFO] [stdout] 6292 | acceleration_structure, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `vulkanalia_sys::AccelerationStructureNV`, found struct `vulkanalia_sys::AccelerationStructureKHR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 154 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277, E0283, E0308, E0412, E0609. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vulkanalia` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "9ed4bc4ca287f9e02608ceaa1fd6948b56f8e07ebd6b7d8e21e44170b39f5ce0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ed4bc4ca287f9e02608ceaa1fd6948b56f8e07ebd6b7d8e21e44170b39f5ce0", kill_on_drop: false }` [INFO] [stdout] 9ed4bc4ca287f9e02608ceaa1fd6948b56f8e07ebd6b7d8e21e44170b39f5ce0