[INFO] fetching crate dacite 0.7.0... [INFO] testing dacite-0.7.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate dacite 0.7.0 into /workspace/builds/worker-53/source [INFO] validating manifest of crates.io crate dacite 0.7.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dacite 0.7.0 [INFO] finished tweaking crates.io crate dacite 0.7.0 [INFO] tweaked toml for crates.io crate dacite 0.7.0 written to /workspace/builds/worker-53/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 12901f69f616447ad268e5bff8a6c59444b5d6a2b7965af1c157117a33e4a9bb [INFO] running `Command { std: "docker" "start" "-a" "12901f69f616447ad268e5bff8a6c59444b5d6a2b7965af1c157117a33e4a9bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "12901f69f616447ad268e5bff8a6c59444b5d6a2b7965af1c157117a33e4a9bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12901f69f616447ad268e5bff8a6c59444b5d6a2b7965af1c157117a33e4a9bb", kill_on_drop: false }` [INFO] [stdout] 12901f69f616447ad268e5bff8a6c59444b5d6a2b7965af1c157117a33e4a9bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eb172927d1d9b8395247c48388494b9192f32413f3ba46e465f8a5e51c3af9fa [INFO] running `Command { std: "docker" "start" "-a" "eb172927d1d9b8395247c48388494b9192f32413f3ba46e465f8a5e51c3af9fa", kill_on_drop: false }` [INFO] [stderr] Compiling vks v0.20.0 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling dacite v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/core/mod.rs:1122:46 [INFO] [stdout] | [INFO] [stdout] 1122 | write!(f, "{}", ::std::error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/mod.rs:3898:95 [INFO] [stdout] | [INFO] [stdout] 3898 | let mut device_name: [c_char; vks::core::VK_MAX_PHYSICAL_DEVICE_NAME_SIZE] = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/mod.rs:4032:40 [INFO] [stdout] | [INFO] [stdout] 4032 | memoryTypes: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/mod.rs:4034:40 [INFO] [stdout] | [INFO] [stdout] 4034 | memoryHeaps: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/buffer.rs:130:41 [INFO] [stdout] | [INFO] [stdout] 130 | let mut requirements = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/device_memory.rs:204:35 [INFO] [stdout] | [INFO] [stdout] 204 | let mut handle = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/image.rs:136:41 [INFO] [stdout] | [INFO] [stdout] 136 | let mut requirements = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/image.rs:165:35 [INFO] [stdout] | [INFO] [stdout] 165 | let mut layout = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:121:39 [INFO] [stdout] | [INFO] [stdout] 121 | let mut properties = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:130:37 [INFO] [stdout] | [INFO] [stdout] 130 | let mut features = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:188:44 [INFO] [stdout] | [INFO] [stdout] 188 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:199:44 [INFO] [stdout] | [INFO] [stdout] 199 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:251:44 [INFO] [stdout] | [INFO] [stdout] 251 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:307:41 [INFO] [stdout] | [INFO] [stdout] 307 | let mut capabilities = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:622:44 [INFO] [stdout] | [INFO] [stdout] 622 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/render_pass.rs:116:40 [INFO] [stdout] | [INFO] [stdout] 116 | let mut granularity = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/khr_display/display_mode.rs:114:41 [INFO] [stdout] | [INFO] [stdout] 114 | let mut capabilities = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - pub allocator: Option>, [INFO] [stdout] 66 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer_view.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/command_pool.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_pool.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_set_layout.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device_memory.rs:72:31 [INFO] [stdout] | [INFO] [stdout] 72 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 72 - pub allocator: Option>, [INFO] [stdout] 72 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/event.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/fence.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - pub allocator: Option>, [INFO] [stdout] 66 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/framebuffer.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image.rs:72:31 [INFO] [stdout] | [INFO] [stdout] 72 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 72 - pub allocator: Option>, [INFO] [stdout] 72 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image_view.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_cache.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - pub allocator: Option>, [INFO] [stdout] 66 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_layout.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_pool.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 67 - pub allocator: Option>, [INFO] [stdout] 67 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/render_pass.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - pub allocator: Option>, [INFO] [stdout] 66 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/sampler.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/semaphore.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/shader_module.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/callback_helper.rs:47:23 [INFO] [stdout] | [INFO] [stdout] 47 | callback: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - callback: Arc>, [INFO] [stdout] 47 + callback: Arc>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/debug_report_callback.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - pub allocator: Option>, [INFO] [stdout] 66 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_surface/surface.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_swapchain/swapchain.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - pub allocator: Option>, [INFO] [stdout] 66 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:474:39 [INFO] [stdout] | [INFO] [stdout] 474 | debug_report_callback: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 474 - debug_report_callback: Option>, [INFO] [stdout] 474 + debug_report_callback: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:48:24 [INFO] [stdout] | [INFO] [stdout] 48 | allocator: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 48 - allocator: Arc>, [INFO] [stdout] 48 + allocator: Arc>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/mod.rs:176:23 [INFO] [stdout] | [INFO] [stdout] 176 | pub callback: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 - pub callback: Arc, [INFO] [stdout] 176 + pub callback: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 71 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer_view.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/command_pool.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_pool.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_set_layout.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:117:104 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn create_command_pool(&self, create_info: &core::CommandPoolCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 117 - pub fn create_command_pool(&self, create_info: &core::CommandPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 117 + pub fn create_command_pool(&self, create_info: &core::CommandPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:137:91 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn create_fence(&self, create_info: &core::FenceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 137 - pub fn create_fence(&self, create_info: &core::FenceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 137 + pub fn create_fence(&self, create_info: &core::FenceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:157:99 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn create_semaphore(&self, create_info: &core::SemaphoreCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 157 - pub fn create_semaphore(&self, create_info: &core::SemaphoreCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 157 + pub fn create_semaphore(&self, create_info: &core::SemaphoreCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:177:91 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn create_event(&self, create_info: &core::EventCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 177 - pub fn create_event(&self, create_info: &core::EventCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 177 + pub fn create_event(&self, create_info: &core::EventCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:197:100 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn create_query_pool(&self, create_info: &core::QueryPoolCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 197 - pub fn create_query_pool(&self, create_info: &core::QueryPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 197 + pub fn create_query_pool(&self, create_info: &core::QueryPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:217:93 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn create_buffer(&self, create_info: &core::BufferCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 217 - pub fn create_buffer(&self, create_info: &core::BufferCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 217 + pub fn create_buffer(&self, create_info: &core::BufferCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:237:91 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn create_image(&self, create_info: &core::ImageCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 237 - pub fn create_image(&self, create_info: &core::ImageCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 237 + pub fn create_image(&self, create_info: &core::ImageCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:257:102 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn create_buffer_view(&self, create_info: &core::BufferViewCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 257 - pub fn create_buffer_view(&self, create_info: &core::BufferViewCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 257 + pub fn create_buffer_view(&self, create_info: &core::BufferViewCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:277:100 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn create_image_view(&self, create_info: &core::ImageViewCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 277 - pub fn create_image_view(&self, create_info: &core::ImageViewCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 277 + pub fn create_image_view(&self, create_info: &core::ImageViewCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:297:106 [INFO] [stdout] | [INFO] [stdout] 297 | pub fn create_shader_module(&self, create_info: &core::ShaderModuleCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 297 - pub fn create_shader_module(&self, create_info: &core::ShaderModuleCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 297 + pub fn create_shader_module(&self, create_info: &core::ShaderModuleCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:317:108 [INFO] [stdout] | [INFO] [stdout] 317 | pub fn create_pipeline_cache(&self, create_info: &core::PipelineCacheCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 317 - pub fn create_pipeline_cache(&self, create_info: &core::PipelineCacheCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 317 + pub fn create_pipeline_cache(&self, create_info: &core::PipelineCacheCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:337:95 [INFO] [stdout] | [INFO] [stdout] 337 | pub fn create_sampler(&self, create_info: &core::SamplerCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 337 - pub fn create_sampler(&self, create_info: &core::SamplerCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 337 + pub fn create_sampler(&self, create_info: &core::SamplerCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:357:110 [INFO] [stdout] | [INFO] [stdout] 357 | pub fn create_descriptor_pool(&self, create_info: &core::DescriptorPoolCreateInfo, allocator: Option>) -> Result... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 357 - pub fn create_descriptor_pool(&self, create_info: &core::DescriptorPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 357 + pub fn create_descriptor_pool(&self, create_info: &core::DescriptorPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:377:121 [INFO] [stdout] | [INFO] [stdout] 377 | ...core::DescriptorSetLayoutCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 377 - pub fn create_descriptor_set_layout(&self, create_info: &core::DescriptorSetLayoutCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 377 + pub fn create_descriptor_set_layout(&self, create_info: &core::DescriptorSetLayoutCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:397:99 [INFO] [stdout] | [INFO] [stdout] 397 | pub fn allocate_memory(&self, allocate_info: &core::MemoryAllocateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 397 - pub fn allocate_memory(&self, allocate_info: &core::MemoryAllocateInfo, allocator: Option>) -> Result { [INFO] [stdout] 397 + pub fn allocate_memory(&self, allocate_info: &core::MemoryAllocateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:417:157 [INFO] [stdout] | [INFO] [stdout] 417 | ...&[core::GraphicsPipelineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 417 - pub fn create_graphics_pipelines(&self, pipeline_cache: Option, create_infos: &[core::GraphicsPipelineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec>)> { [INFO] [stdout] 417 + pub fn create_graphics_pipelines(&self, pipeline_cache: Option, create_infos: &[core::GraphicsPipelineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec>)> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:452:155 [INFO] [stdout] | [INFO] [stdout] 452 | ... &[core::ComputePipelineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 452 - pub fn create_compute_pipelines(&self, pipeline_cache: Option, create_infos: &[core::ComputePipelineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec>)> { [INFO] [stdout] 452 + pub fn create_compute_pipelines(&self, pipeline_cache: Option, create_infos: &[core::ComputePipelineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec>)> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:487:110 [INFO] [stdout] | [INFO] [stdout] 487 | pub fn create_pipeline_layout(&self, create_info: &core::PipelineLayoutCreateInfo, allocator: Option>) -> Result... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 487 - pub fn create_pipeline_layout(&self, create_info: &core::PipelineLayoutCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 487 + pub fn create_pipeline_layout(&self, create_info: &core::PipelineLayoutCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:507:103 [INFO] [stdout] | [INFO] [stdout] 507 | pub fn create_framebuffer(&self, create_info: &core::FramebufferCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 507 - pub fn create_framebuffer(&self, create_info: &core::FramebufferCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 507 + pub fn create_framebuffer(&self, create_info: &core::FramebufferCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:527:102 [INFO] [stdout] | [INFO] [stdout] 527 | pub fn create_render_pass(&self, create_info: &core::RenderPassCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 527 - pub fn create_render_pass(&self, create_info: &core::RenderPassCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 527 + pub fn create_render_pass(&self, create_info: &core::RenderPassCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:562:115 [INFO] [stdout] | [INFO] [stdout] 562 | pub fn create_swapchain_khr(&self, create_info: &khr_swapchain::SwapchainCreateInfoKhr, allocator: Option>) -> R... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 562 - pub fn create_swapchain_khr(&self, create_info: &khr_swapchain::SwapchainCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 562 + pub fn create_swapchain_khr(&self, create_info: &khr_swapchain::SwapchainCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:582:126 [INFO] [stdout] | [INFO] [stdout] 582 | ..._swapchain::SwapchainCreateInfoKhr], allocator: Option>) -> Result, core::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 582 - pub fn create_shared_swapchains_khr(&self, create_infos: &[khr_swapchain::SwapchainCreateInfoKhr], allocator: Option>) -> Result, core::Error> { [INFO] [stdout] 582 + pub fn create_shared_swapchains_khr(&self, create_infos: &[khr_swapchain::SwapchainCreateInfoKhr], allocator: Option>) -> Result, core::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device_memory.rs:77:78 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn new(owned: bool, device: Device, size: u64, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 77 - pub fn new(owned: bool, device: Device, size: u64, allocator: Option>) -> Self { [INFO] [stdout] 77 + pub fn new(owned: bool, device: Device, size: u64, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/event.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/fence.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 71 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/framebuffer.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image.rs:77:67 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 77 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 77 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image_view.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:130:81 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn create(create_info: &core::InstanceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 130 - pub fn create(create_info: &core::InstanceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 130 + pub fn create(create_info: &core::InstanceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:287:140 [INFO] [stdout] | [INFO] [stdout] 287 | ...t::DebugReportCallbackCreateInfoExt, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 287 - pub fn create_debug_report_callback_ext(&self, create_info: &ext_debug_report::DebugReportCallbackCreateInfoExt, allocator: Option>) -> Result { [INFO] [stdout] 287 + pub fn create_debug_report_callback_ext(&self, create_info: &ext_debug_report::DebugReportCallbackCreateInfoExt, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:322:130 [INFO] [stdout] | [INFO] [stdout] 322 | ...isplay::DisplaySurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 322 - pub fn create_display_plane_surface_khr(&self, create_info: &khr_display::DisplaySurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 322 + pub fn create_display_plane_surface_khr(&self, create_info: &khr_display::DisplaySurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:343:123 [INFO] [stdout] | [INFO] [stdout] 343 | ...b_surface::XlibSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 343 - pub fn create_xlib_surface_khr(&self, create_info: &khr_xlib_surface::XlibSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 343 + pub fn create_xlib_surface_khr(&self, create_info: &khr_xlib_surface::XlibSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:364:132 [INFO] [stdout] | [INFO] [stdout] 364 | ...urface::WaylandSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 364 - pub fn create_wayland_surface_khr(&self, create_info: &khr_wayland_surface::WaylandSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 364 + pub fn create_wayland_surface_khr(&self, create_info: &khr_wayland_surface::WaylandSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:385:120 [INFO] [stdout] | [INFO] [stdout] 385 | pub fn create_xcb_surface_khr(&self, create_info: &khr_xcb_surface::XcbSurfaceCreateInfoKhr, allocator: Option>)... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 385 - pub fn create_xcb_surface_khr(&self, create_info: &khr_xcb_surface::XcbSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 385 + pub fn create_xcb_surface_khr(&self, create_info: &khr_xcb_surface::XcbSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:406:120 [INFO] [stdout] | [INFO] [stdout] 406 | pub fn create_mir_surface_khr(&self, create_info: &khr_mir_surface::MirSurfaceCreateInfoKhr, allocator: Option>)... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 406 - pub fn create_mir_surface_khr(&self, create_info: &khr_mir_surface::MirSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 406 + pub fn create_mir_surface_khr(&self, create_info: &khr_mir_surface::MirSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:427:132 [INFO] [stdout] | [INFO] [stdout] 427 | ...urface::AndroidSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 427 - pub fn create_android_surface_khr(&self, create_info: &khr_android_surface::AndroidSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 427 + pub fn create_android_surface_khr(&self, create_info: &khr_android_surface::AndroidSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:448:126 [INFO] [stdout] | [INFO] [stdout] 448 | ..._surface::Win32SurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 448 - pub fn create_win32_surface_khr(&self, create_info: &khr_win32_surface::Win32SurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 448 + pub fn create_win32_surface_khr(&self, create_info: &khr_win32_surface::Win32SurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/physical_device.rs:261:93 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn create_device(&self, create_info: &core::DeviceCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 261 - pub fn create_device(&self, create_info: &core::DeviceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 261 + pub fn create_device(&self, create_info: &core::DeviceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_cache.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 71 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_layout.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_pool.rs:72:67 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 72 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 72 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/render_pass.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 71 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/sampler.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/semaphore.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/shader_module.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:52:31 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn new(allocator: Box) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 52 - pub fn new(allocator: Box) -> Self { [INFO] [stdout] 52 + pub fn new(allocator: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/callback_helper.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(callback: Arc) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn new(callback: Arc) -> Self { [INFO] [stdout] 71 + pub fn new(callback: Arc) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/debug_report_callback.rs:71:71 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] 71 + pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_display/display.rs:143:118 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn create_display_mode_khr(&self, create_info: &khr_display::DisplayModeCreateInfoKhr, allocator: Option>) -... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 143 - pub fn create_display_mode_khr(&self, create_info: &khr_display::DisplayModeCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 143 + pub fn create_display_mode_khr(&self, create_info: &khr_display::DisplayModeCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_surface/surface.rs:70:71 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_swapchain/swapchain.rs:71:73 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: core::Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn new(owned: bool, device: core::Device, allocator: Option>) -> Self { [INFO] [stdout] 71 + pub fn new(owned: bool, device: core::Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/vulkan_object.rs:66:39 [INFO] [stdout] | [INFO] [stdout] 66 | _ => write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/core/instance.rs:77:57 [INFO] [stdout] | [INFO] [stdout] 77 | EarlyInstanceError::VulkanError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:21:45 [INFO] [stdout] | [INFO] [stdout] 21 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - let allocator = user_data as *const Box; [INFO] [stdout] 21 + let allocator = user_data as *const Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:26:45 [INFO] [stdout] | [INFO] [stdout] 26 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 26 - let allocator = user_data as *const Box; [INFO] [stdout] 26 + let allocator = user_data as *const Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:31:45 [INFO] [stdout] | [INFO] [stdout] 31 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 31 - let allocator = user_data as *const Box; [INFO] [stdout] 31 + let allocator = user_data as *const Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:36:45 [INFO] [stdout] | [INFO] [stdout] 36 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 - let allocator = user_data as *const Box; [INFO] [stdout] 36 + let allocator = user_data as *const Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:41:45 [INFO] [stdout] | [INFO] [stdout] 41 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - let allocator = user_data as *const Box; [INFO] [stdout] 41 + let allocator = user_data as *const Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/callback_helper.rs:24:44 [INFO] [stdout] | [INFO] [stdout] 24 | let callback = user_data as *const Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - let callback = user_data as *const Arc; [INFO] [stdout] 24 + let callback = user_data as *const Arc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `application_name_cstr` [INFO] [stdout] --> src/core/mod.rs:2713:5 [INFO] [stdout] | [INFO] [stdout] 2713 | application_name_cstr: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `VkApplicationInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2710:10 [INFO] [stdout] | [INFO] [stdout] 2710 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `engine_name_cstr` [INFO] [stdout] --> src/core/mod.rs:2714:5 [INFO] [stdout] | [INFO] [stdout] 2714 | engine_name_cstr: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkApplicationInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2710:10 [INFO] [stdout] | [INFO] [stdout] 2710 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:2715:5 [INFO] [stdout] | [INFO] [stdout] 2715 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkApplicationInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2710:10 [INFO] [stdout] | [INFO] [stdout] 2710 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `debug_report_callback_create_info_ext` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:2741:1 [INFO] [stdout] | [INFO] [stdout] 2741 | / gen_chain_struct! { [INFO] [stdout] 2742 | | name: InstanceCreateInfoChain [InstanceCreateInfoChainWrapper], [INFO] [stdout] 2743 | | query: InstanceCreateInfoChainQuery [InstanceCreateInfoChainQueryWrapper], [INFO] [stdout] 2744 | | vks: vks::core::VkInstanceCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 2764 | | } [INFO] [stdout] 2765 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `InstanceCreateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:2741:1 [INFO] [stdout] | [INFO] [stdout] 2741 | / gen_chain_struct! { [INFO] [stdout] 2742 | | name: InstanceCreateInfoChain [InstanceCreateInfoChainWrapper], [INFO] [stdout] 2743 | | query: InstanceCreateInfoChainQuery [InstanceCreateInfoChainQueryWrapper], [INFO] [stdout] 2744 | | vks: vks::core::VkInstanceCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 2764 | | } [INFO] [stdout] 2765 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `validation_flags_ext` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:2741:1 [INFO] [stdout] | [INFO] [stdout] 2741 | / gen_chain_struct! { [INFO] [stdout] 2742 | | name: InstanceCreateInfoChain [InstanceCreateInfoChainWrapper], [INFO] [stdout] 2743 | | query: InstanceCreateInfoChainQuery [InstanceCreateInfoChainQueryWrapper], [INFO] [stdout] 2744 | | vks: vks::core::VkInstanceCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 2764 | | } [INFO] [stdout] 2765 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `InstanceCreateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:2741:1 [INFO] [stdout] | [INFO] [stdout] 2741 | / gen_chain_struct! { [INFO] [stdout] 2742 | | name: InstanceCreateInfoChain [InstanceCreateInfoChainWrapper], [INFO] [stdout] 2743 | | query: InstanceCreateInfoChainQuery [InstanceCreateInfoChainQueryWrapper], [INFO] [stdout] 2744 | | vks: vks::core::VkInstanceCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 2764 | | } [INFO] [stdout] 2765 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `application_info` [INFO] [stdout] --> src/core/mod.rs:2780:5 [INFO] [stdout] | [INFO] [stdout] 2780 | application_info: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkInstanceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2777:10 [INFO] [stdout] | [INFO] [stdout] 2777 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_layers` [INFO] [stdout] --> src/core/mod.rs:2781:5 [INFO] [stdout] | [INFO] [stdout] 2781 | enabled_layers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkInstanceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2777:10 [INFO] [stdout] | [INFO] [stdout] 2777 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_layers_ptrs` [INFO] [stdout] --> src/core/mod.rs:2782:5 [INFO] [stdout] | [INFO] [stdout] 2782 | enabled_layers_ptrs: Vec<*const c_char>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkInstanceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2777:10 [INFO] [stdout] | [INFO] [stdout] 2777 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_extensions` [INFO] [stdout] --> src/core/mod.rs:2783:5 [INFO] [stdout] | [INFO] [stdout] 2783 | enabled_extensions: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkInstanceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2777:10 [INFO] [stdout] | [INFO] [stdout] 2777 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_extensions_ptrs` [INFO] [stdout] --> src/core/mod.rs:2784:5 [INFO] [stdout] | [INFO] [stdout] 2784 | enabled_extensions_ptrs: Vec<*const c_char>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkInstanceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2777:10 [INFO] [stdout] | [INFO] [stdout] 2777 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:2785:5 [INFO] [stdout] | [INFO] [stdout] 2785 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkInstanceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2777:10 [INFO] [stdout] | [INFO] [stdout] 2777 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `queue_priorities` [INFO] [stdout] --> src/core/mod.rs:4069:5 [INFO] [stdout] | [INFO] [stdout] 4069 | queue_priorities: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceQueueCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4066:10 [INFO] [stdout] | [INFO] [stdout] 4066 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:4070:5 [INFO] [stdout] | [INFO] [stdout] 4070 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceQueueCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4066:10 [INFO] [stdout] | [INFO] [stdout] 4066 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `physical_device_features2_khr` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4093:1 [INFO] [stdout] | [INFO] [stdout] 4093 | / gen_chain_struct! { [INFO] [stdout] 4094 | | name: DeviceCreateInfoChain [DeviceCreateInfoChainWrapper], [INFO] [stdout] 4095 | | query: DeviceCreateInfoChainQuery [DeviceCreateInfoChainQueryWrapper], [INFO] [stdout] 4096 | | vks: vks::core::VkDeviceCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4107 | | } [INFO] [stdout] 4108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `DeviceCreateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4093:1 [INFO] [stdout] | [INFO] [stdout] 4093 | / gen_chain_struct! { [INFO] [stdout] 4094 | | name: DeviceCreateInfoChain [DeviceCreateInfoChainWrapper], [INFO] [stdout] 4095 | | query: DeviceCreateInfoChainQuery [DeviceCreateInfoChainQueryWrapper], [INFO] [stdout] 4096 | | vks: vks::core::VkDeviceCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4107 | | } [INFO] [stdout] 4108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `queue_create_infos_wrappers` [INFO] [stdout] --> src/core/mod.rs:4124:5 [INFO] [stdout] | [INFO] [stdout] 4124 | queue_create_infos_wrappers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `queue_create_infos` [INFO] [stdout] --> src/core/mod.rs:4125:5 [INFO] [stdout] | [INFO] [stdout] 4125 | queue_create_infos: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_layers` [INFO] [stdout] --> src/core/mod.rs:4126:5 [INFO] [stdout] | [INFO] [stdout] 4126 | enabled_layers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_layers_ptrs` [INFO] [stdout] --> src/core/mod.rs:4127:5 [INFO] [stdout] | [INFO] [stdout] 4127 | enabled_layers_ptrs: Vec<*const c_char>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_extensions` [INFO] [stdout] --> src/core/mod.rs:4128:5 [INFO] [stdout] | [INFO] [stdout] 4128 | enabled_extensions: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_extensions_ptrs` [INFO] [stdout] --> src/core/mod.rs:4129:5 [INFO] [stdout] | [INFO] [stdout] 4129 | enabled_extensions_ptrs: Vec<*const c_char>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_features` [INFO] [stdout] --> src/core/mod.rs:4130:5 [INFO] [stdout] | [INFO] [stdout] 4130 | enabled_features: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:4131:5 [INFO] [stdout] | [INFO] [stdout] 4131 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `win32_keyed_mutex_acquire_release_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4467:1 [INFO] [stdout] | [INFO] [stdout] 4467 | / gen_chain_struct! { [INFO] [stdout] 4468 | | name: SubmitInfoChain [SubmitInfoChainWrapper], [INFO] [stdout] 4469 | | query: SubmitInfoChainQuery [SubmitInfoChainQueryWrapper], [INFO] [stdout] 4470 | | vks: vks::core::VkSubmitInfo, [INFO] [stdout] ... | [INFO] [stdout] 4481 | | } [INFO] [stdout] 4482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `SubmitInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4467:1 [INFO] [stdout] | [INFO] [stdout] 4467 | / gen_chain_struct! { [INFO] [stdout] 4468 | | name: SubmitInfoChain [SubmitInfoChainWrapper], [INFO] [stdout] 4469 | | query: SubmitInfoChainQuery [SubmitInfoChainQueryWrapper], [INFO] [stdout] 4470 | | vks: vks::core::VkSubmitInfo, [INFO] [stdout] ... | [INFO] [stdout] 4481 | | } [INFO] [stdout] 4482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `wait_semaphores` [INFO] [stdout] --> src/core/mod.rs:4497:5 [INFO] [stdout] | [INFO] [stdout] 4497 | wait_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `wait_vk_semaphores` [INFO] [stdout] --> src/core/mod.rs:4498:5 [INFO] [stdout] | [INFO] [stdout] 4498 | wait_vk_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `wait_dst_stage_mask` [INFO] [stdout] --> src/core/mod.rs:4499:5 [INFO] [stdout] | [INFO] [stdout] 4499 | wait_dst_stage_mask: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `command_buffers` [INFO] [stdout] --> src/core/mod.rs:4500:5 [INFO] [stdout] | [INFO] [stdout] 4500 | command_buffers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_command_buffers` [INFO] [stdout] --> src/core/mod.rs:4501:5 [INFO] [stdout] | [INFO] [stdout] 4501 | vk_command_buffers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `signal_semaphores` [INFO] [stdout] --> src/core/mod.rs:4502:5 [INFO] [stdout] | [INFO] [stdout] 4502 | signal_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `signal_vk_semaphores` [INFO] [stdout] --> src/core/mod.rs:4503:5 [INFO] [stdout] | [INFO] [stdout] 4503 | signal_vk_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:4504:5 [INFO] [stdout] | [INFO] [stdout] 4504 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dedicated_allocation_memory_allocate_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `MemoryAllocateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `export_memory_allocate_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `MemoryAllocateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `import_memory_win32_handle_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `MemoryAllocateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `export_memory_win32_handle_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `MemoryAllocateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:4619:5 [INFO] [stdout] | [INFO] [stdout] 4619 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkMemoryAllocateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4616:10 [INFO] [stdout] | [INFO] [stdout] 4616 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `memory` [INFO] [stdout] --> src/core/mod.rs:4658:5 [INFO] [stdout] | [INFO] [stdout] 4658 | memory: DeviceMemory, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkMappedMemoryRangeWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4655:10 [INFO] [stdout] | [INFO] [stdout] 4655 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:4659:5 [INFO] [stdout] | [INFO] [stdout] 4659 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkMappedMemoryRangeWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4655:10 [INFO] [stdout] | [INFO] [stdout] 4655 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `memory` [INFO] [stdout] --> src/core/mod.rs:4761:5 [INFO] [stdout] | [INFO] [stdout] 4761 | memory: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseMemoryBindWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4758:10 [INFO] [stdout] | [INFO] [stdout] 4758 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/core/mod.rs:4794:5 [INFO] [stdout] | [INFO] [stdout] 4794 | buffer: Buffer, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseBufferMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4791:10 [INFO] [stdout] | [INFO] [stdout] 4791 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `binds` [INFO] [stdout] --> src/core/mod.rs:4795:5 [INFO] [stdout] | [INFO] [stdout] 4795 | binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseBufferMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4791:10 [INFO] [stdout] | [INFO] [stdout] 4791 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `binds_vk` [INFO] [stdout] --> src/core/mod.rs:4796:5 [INFO] [stdout] | [INFO] [stdout] 4796 | binds_vk: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseBufferMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4791:10 [INFO] [stdout] | [INFO] [stdout] 4791 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image` [INFO] [stdout] --> src/core/mod.rs:4827:5 [INFO] [stdout] | [INFO] [stdout] 4827 | image: Image, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseImageOpaqueMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4824:10 [INFO] [stdout] | [INFO] [stdout] 4824 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `binds` [INFO] [stdout] --> src/core/mod.rs:4828:5 [INFO] [stdout] | [INFO] [stdout] 4828 | binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseImageOpaqueMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4824:10 [INFO] [stdout] | [INFO] [stdout] 4824 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `binds_vk` [INFO] [stdout] --> src/core/mod.rs:4829:5 [INFO] [stdout] | [INFO] [stdout] 4829 | binds_vk: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseImageOpaqueMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4824:10 [INFO] [stdout] | [INFO] [stdout] 4824 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `memory` [INFO] [stdout] --> src/core/mod.rs:4932:5 [INFO] [stdout] | [INFO] [stdout] 4932 | memory: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseImageMemoryBindWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4929:10 [INFO] [stdout] | [INFO] [stdout] 4929 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image` [INFO] [stdout] --> src/core/mod.rs:4966:5 [INFO] [stdout] | [INFO] [stdout] 4966 | image: Image, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseImageMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4963:10 [INFO] [stdout] | [INFO] [stdout] 4963 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `binds` [INFO] [stdout] --> src/core/mod.rs:4967:5 [INFO] [stdout] | [INFO] [stdout] 4967 | binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseImageMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4963:10 [INFO] [stdout] | [INFO] [stdout] 4963 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `binds_vk` [INFO] [stdout] --> src/core/mod.rs:4968:5 [INFO] [stdout] | [INFO] [stdout] 4968 | binds_vk: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseImageMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4963:10 [INFO] [stdout] | [INFO] [stdout] 4963 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `wait_semaphores` [INFO] [stdout] --> src/core/mod.rs:5011:5 [INFO] [stdout] | [INFO] [stdout] 5011 | wait_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `wait_vk_semaphores` [INFO] [stdout] --> src/core/mod.rs:5012:5 [INFO] [stdout] | [INFO] [stdout] 5012 | wait_vk_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer_binds` [INFO] [stdout] --> src/core/mod.rs:5013:5 [INFO] [stdout] | [INFO] [stdout] 5013 | buffer_binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_buffer_binds` [INFO] [stdout] --> src/core/mod.rs:5014:5 [INFO] [stdout] | [INFO] [stdout] 5014 | vk_buffer_binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image_opaque_binds` [INFO] [stdout] --> src/core/mod.rs:5015:5 [INFO] [stdout] | [INFO] [stdout] 5015 | image_opaque_binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_image_opaque_binds` [INFO] [stdout] --> src/core/mod.rs:5016:5 [INFO] [stdout] | [INFO] [stdout] 5016 | vk_image_opaque_binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image_binds` [INFO] [stdout] --> src/core/mod.rs:5017:5 [INFO] [stdout] | [INFO] [stdout] 5017 | image_binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_image_binds` [INFO] [stdout] --> src/core/mod.rs:5018:5 [INFO] [stdout] | [INFO] [stdout] 5018 | vk_image_binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `signal_semaphores` [INFO] [stdout] --> src/core/mod.rs:5019:5 [INFO] [stdout] | [INFO] [stdout] 5019 | signal_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `signal_vk_semaphores` [INFO] [stdout] --> src/core/mod.rs:5020:5 [INFO] [stdout] | [INFO] [stdout] 5020 | signal_vk_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5021:5 [INFO] [stdout] | [INFO] [stdout] 5021 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5121:5 [INFO] [stdout] | [INFO] [stdout] 5121 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkFenceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5118:10 [INFO] [stdout] | [INFO] [stdout] 5118 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5157:5 [INFO] [stdout] | [INFO] [stdout] 5157 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSemaphoreCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5154:10 [INFO] [stdout] | [INFO] [stdout] 5154 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5193:5 [INFO] [stdout] | [INFO] [stdout] 5193 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkEventCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5190:10 [INFO] [stdout] | [INFO] [stdout] 5190 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5232:5 [INFO] [stdout] | [INFO] [stdout] 5232 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkQueryPoolCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5229:10 [INFO] [stdout] | [INFO] [stdout] 5229 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dedicated_allocation_buffer_create_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:5253:1 [INFO] [stdout] | [INFO] [stdout] 5253 | / gen_chain_struct! { [INFO] [stdout] 5254 | | name: BufferCreateInfoChain [BufferCreateInfoChainWrapper], [INFO] [stdout] 5255 | | query: BufferCreateInfoChainQuery [BufferCreateInfoChainQueryWrapper], [INFO] [stdout] 5256 | | vks: vks::core::VkBufferCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 5267 | | } [INFO] [stdout] 5268 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `BufferCreateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:5253:1 [INFO] [stdout] | [INFO] [stdout] 5253 | / gen_chain_struct! { [INFO] [stdout] 5254 | | name: BufferCreateInfoChain [BufferCreateInfoChainWrapper], [INFO] [stdout] 5255 | | query: BufferCreateInfoChainQuery [BufferCreateInfoChainQueryWrapper], [INFO] [stdout] 5256 | | vks: vks::core::VkBufferCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 5267 | | } [INFO] [stdout] 5268 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `queue_family_indices` [INFO] [stdout] --> src/core/mod.rs:5284:5 [INFO] [stdout] | [INFO] [stdout] 5284 | queue_family_indices: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBufferCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5281:10 [INFO] [stdout] | [INFO] [stdout] 5281 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5285:5 [INFO] [stdout] | [INFO] [stdout] 5285 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBufferCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5281:10 [INFO] [stdout] | [INFO] [stdout] 5281 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/core/mod.rs:5339:5 [INFO] [stdout] | [INFO] [stdout] 5339 | buffer: Buffer, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBufferViewCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5336:10 [INFO] [stdout] | [INFO] [stdout] 5336 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5340:5 [INFO] [stdout] | [INFO] [stdout] 5340 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBufferViewCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5336:10 [INFO] [stdout] | [INFO] [stdout] 5336 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dedicated_allocation_image_create_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:5363:1 [INFO] [stdout] | [INFO] [stdout] 5363 | / gen_chain_struct! { [INFO] [stdout] 5364 | | name: ImageCreateInfoChain [ImageCreateInfoChainWrapper], [INFO] [stdout] 5365 | | query: ImageCreateInfoChainQuery [ImageCreateInfoChainQueryWrapper], [INFO] [stdout] 5366 | | vks: vks::core::VkImageCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 5386 | | } [INFO] [stdout] 5387 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `ImageCreateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:5363:1 [INFO] [stdout] | [INFO] [stdout] 5363 | / gen_chain_struct! { [INFO] [stdout] 5364 | | name: ImageCreateInfoChain [ImageCreateInfoChainWrapper], [INFO] [stdout] 5365 | | query: ImageCreateInfoChainQuery [ImageCreateInfoChainQueryWrapper], [INFO] [stdout] 5366 | | vks: vks::core::VkImageCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 5386 | | } [INFO] [stdout] 5387 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `external_memory_image_create_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:5363:1 [INFO] [stdout] | [INFO] [stdout] 5363 | / gen_chain_struct! { [INFO] [stdout] 5364 | | name: ImageCreateInfoChain [ImageCreateInfoChainWrapper], [INFO] [stdout] 5365 | | query: ImageCreateInfoChainQuery [ImageCreateInfoChainQueryWrapper], [INFO] [stdout] 5366 | | vks: vks::core::VkImageCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 5386 | | } [INFO] [stdout] 5387 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `ImageCreateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:5363:1 [INFO] [stdout] | [INFO] [stdout] 5363 | / gen_chain_struct! { [INFO] [stdout] 5364 | | name: ImageCreateInfoChain [ImageCreateInfoChainWrapper], [INFO] [stdout] 5365 | | query: ImageCreateInfoChainQuery [ImageCreateInfoChainQueryWrapper], [INFO] [stdout] 5366 | | vks: vks::core::VkImageCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 5386 | | } [INFO] [stdout] 5387 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `queue_family_indices` [INFO] [stdout] --> src/core/mod.rs:5410:5 [INFO] [stdout] | [INFO] [stdout] 5410 | queue_family_indices: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkImageCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5407:10 [INFO] [stdout] | [INFO] [stdout] 5407 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5411:5 [INFO] [stdout] | [INFO] [stdout] 5411 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkImageCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5407:10 [INFO] [stdout] | [INFO] [stdout] 5407 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image` [INFO] [stdout] --> src/core/mod.rs:5551:5 [INFO] [stdout] | [INFO] [stdout] 5551 | image: Image, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkImageViewCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5548:10 [INFO] [stdout] | [INFO] [stdout] 5548 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5552:5 [INFO] [stdout] | [INFO] [stdout] 5552 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkImageViewCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5548:10 [INFO] [stdout] | [INFO] [stdout] 5548 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `code` [INFO] [stdout] --> src/core/mod.rs:5595:5 [INFO] [stdout] | [INFO] [stdout] 5595 | code: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkShaderModuleCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5592:10 [INFO] [stdout] | [INFO] [stdout] 5592 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5596:5 [INFO] [stdout] | [INFO] [stdout] 5596 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkShaderModuleCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5592:10 [INFO] [stdout] | [INFO] [stdout] 5592 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `initial_data` [INFO] [stdout] --> src/core/mod.rs:5649:5 [INFO] [stdout] | [INFO] [stdout] 5649 | initial_data: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineCacheCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5646:10 [INFO] [stdout] | [INFO] [stdout] 5646 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5650:5 [INFO] [stdout] | [INFO] [stdout] 5650 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineCacheCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5646:10 [INFO] [stdout] | [INFO] [stdout] 5646 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `map_entries` [INFO] [stdout] --> src/core/mod.rs:5732:5 [INFO] [stdout] | [INFO] [stdout] 5732 | map_entries: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSpecializationInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5729:10 [INFO] [stdout] | [INFO] [stdout] 5729 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/core/mod.rs:5733:5 [INFO] [stdout] | [INFO] [stdout] 5733 | data: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSpecializationInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5729:10 [INFO] [stdout] | [INFO] [stdout] 5729 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `module` [INFO] [stdout] --> src/core/mod.rs:5789:5 [INFO] [stdout] | [INFO] [stdout] 5789 | module: ShaderModule, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineShaderStageCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5786:10 [INFO] [stdout] | [INFO] [stdout] 5786 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/core/mod.rs:5790:5 [INFO] [stdout] | [INFO] [stdout] 5790 | name: CString, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineShaderStageCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5786:10 [INFO] [stdout] | [INFO] [stdout] 5786 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `specialization_info` [INFO] [stdout] --> src/core/mod.rs:5791:5 [INFO] [stdout] | [INFO] [stdout] 5791 | specialization_info: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineShaderStageCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5786:10 [INFO] [stdout] | [INFO] [stdout] 5786 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5792:5 [INFO] [stdout] | [INFO] [stdout] 5792 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineShaderStageCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5786:10 [INFO] [stdout] | [INFO] [stdout] 5786 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vertex_binding_descriptions` [INFO] [stdout] --> src/core/mod.rs:5886:5 [INFO] [stdout] | [INFO] [stdout] 5886 | vertex_binding_descriptions: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineVertexInputStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5883:10 [INFO] [stdout] | [INFO] [stdout] 5883 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vertex_attribute_descriptions` [INFO] [stdout] --> src/core/mod.rs:5887:5 [INFO] [stdout] | [INFO] [stdout] 5887 | vertex_attribute_descriptions: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineVertexInputStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5883:10 [INFO] [stdout] | [INFO] [stdout] 5883 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5888:5 [INFO] [stdout] | [INFO] [stdout] 5888 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineVertexInputStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5883:10 [INFO] [stdout] | [INFO] [stdout] 5883 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5948:5 [INFO] [stdout] | [INFO] [stdout] 5948 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineInputAssemblyStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5945:10 [INFO] [stdout] | [INFO] [stdout] 5945 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5987:5 [INFO] [stdout] | [INFO] [stdout] 5987 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineTessellationStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5984:10 [INFO] [stdout] | [INFO] [stdout] 5984 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `viewports` [INFO] [stdout] --> src/core/mod.rs:6185:5 [INFO] [stdout] | [INFO] [stdout] 6185 | viewports: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineViewportStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6182:10 [INFO] [stdout] | [INFO] [stdout] 6182 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `scissors` [INFO] [stdout] --> src/core/mod.rs:6186:5 [INFO] [stdout] | [INFO] [stdout] 6186 | scissors: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineViewportStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6182:10 [INFO] [stdout] | [INFO] [stdout] 6182 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6187:5 [INFO] [stdout] | [INFO] [stdout] 6187 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineViewportStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6182:10 [INFO] [stdout] | [INFO] [stdout] 6182 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pipeline_rasterization_state_rasterization_order_amd` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:6213:1 [INFO] [stdout] | [INFO] [stdout] 6213 | / gen_chain_struct! { [INFO] [stdout] 6214 | | name: PipelineRasterizationStateCreateInfoChain [PipelineRasterizationStateCreateInfoChainWrapper], [INFO] [stdout] 6215 | | query: PipelineRasterizationStateCreateInfoChainQuery [PipelineRasterizationStateCreateInfoChainQueryWrapper], [INFO] [stdout] 6216 | | vks: vks::core::VkPipelineRasterizationStateCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 6227 | | } [INFO] [stdout] 6228 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `PipelineRasterizationStateCreateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:6213:1 [INFO] [stdout] | [INFO] [stdout] 6213 | / gen_chain_struct! { [INFO] [stdout] 6214 | | name: PipelineRasterizationStateCreateInfoChain [PipelineRasterizationStateCreateInfoChainWrapper], [INFO] [stdout] 6215 | | query: PipelineRasterizationStateCreateInfoChainQuery [PipelineRasterizationStateCreateInfoChainQueryWrapper], [INFO] [stdout] 6216 | | vks: vks::core::VkPipelineRasterizationStateCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 6227 | | } [INFO] [stdout] 6228 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6250:5 [INFO] [stdout] | [INFO] [stdout] 6250 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineRasterizationStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6247:10 [INFO] [stdout] | [INFO] [stdout] 6247 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sample_mask` [INFO] [stdout] --> src/core/mod.rs:6302:5 [INFO] [stdout] | [INFO] [stdout] 6302 | sample_mask: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineMultisampleStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6299:10 [INFO] [stdout] | [INFO] [stdout] 6299 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6303:5 [INFO] [stdout] | [INFO] [stdout] 6303 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineMultisampleStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6299:10 [INFO] [stdout] | [INFO] [stdout] 6299 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6389:5 [INFO] [stdout] | [INFO] [stdout] 6389 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineDepthStencilStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6386:10 [INFO] [stdout] | [INFO] [stdout] 6386 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attachments` [INFO] [stdout] --> src/core/mod.rs:6466:5 [INFO] [stdout] | [INFO] [stdout] 6466 | attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineColorBlendStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6463:10 [INFO] [stdout] | [INFO] [stdout] 6463 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6467:5 [INFO] [stdout] | [INFO] [stdout] 6467 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineColorBlendStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6463:10 [INFO] [stdout] | [INFO] [stdout] 6463 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dynamic_states` [INFO] [stdout] --> src/core/mod.rs:6518:5 [INFO] [stdout] | [INFO] [stdout] 6518 | dynamic_states: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineDynamicStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6515:10 [INFO] [stdout] | [INFO] [stdout] 6515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6519:5 [INFO] [stdout] | [INFO] [stdout] 6519 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineDynamicStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6515:10 [INFO] [stdout] | [INFO] [stdout] 6515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `stages` [INFO] [stdout] --> src/core/mod.rs:6579:5 [INFO] [stdout] | [INFO] [stdout] 6579 | stages: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_stages` [INFO] [stdout] --> src/core/mod.rs:6580:5 [INFO] [stdout] | [INFO] [stdout] 6580 | vk_stages: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vertex_input_state` [INFO] [stdout] --> src/core/mod.rs:6581:5 [INFO] [stdout] | [INFO] [stdout] 6581 | vertex_input_state: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `input_assembly_state` [INFO] [stdout] --> src/core/mod.rs:6582:5 [INFO] [stdout] | [INFO] [stdout] 6582 | input_assembly_state: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tessellation_state` [INFO] [stdout] --> src/core/mod.rs:6583:5 [INFO] [stdout] | [INFO] [stdout] 6583 | tessellation_state: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `viewport_state` [INFO] [stdout] --> src/core/mod.rs:6584:5 [INFO] [stdout] | [INFO] [stdout] 6584 | viewport_state: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `rasterization_state` [INFO] [stdout] --> src/core/mod.rs:6585:5 [INFO] [stdout] | [INFO] [stdout] 6585 | rasterization_state: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `multisample_state` [INFO] [stdout] --> src/core/mod.rs:6586:5 [INFO] [stdout] | [INFO] [stdout] 6586 | multisample_state: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `depth_stencil_state` [INFO] [stdout] --> src/core/mod.rs:6587:5 [INFO] [stdout] | [INFO] [stdout] 6587 | depth_stencil_state: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `color_blend_state` [INFO] [stdout] --> src/core/mod.rs:6588:5 [INFO] [stdout] | [INFO] [stdout] 6588 | color_blend_state: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dynamic_state` [INFO] [stdout] --> src/core/mod.rs:6589:5 [INFO] [stdout] | [INFO] [stdout] 6589 | dynamic_state: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `layout` [INFO] [stdout] --> src/core/mod.rs:6590:5 [INFO] [stdout] | [INFO] [stdout] 6590 | layout: PipelineLayout, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `render_pass` [INFO] [stdout] --> src/core/mod.rs:6591:5 [INFO] [stdout] | [INFO] [stdout] 6591 | render_pass: RenderPass, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `base_pipeline` [INFO] [stdout] --> src/core/mod.rs:6592:5 [INFO] [stdout] | [INFO] [stdout] 6592 | base_pipeline: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6593:5 [INFO] [stdout] | [INFO] [stdout] 6593 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `stage` [INFO] [stdout] --> src/core/mod.rs:6734:5 [INFO] [stdout] | [INFO] [stdout] 6734 | stage: VkPipelineShaderStageCreateInfoWrapper, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkComputePipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6731:10 [INFO] [stdout] | [INFO] [stdout] 6731 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `layout` [INFO] [stdout] --> src/core/mod.rs:6735:5 [INFO] [stdout] | [INFO] [stdout] 6735 | layout: PipelineLayout, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkComputePipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6731:10 [INFO] [stdout] | [INFO] [stdout] 6731 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `base_pipeline` [INFO] [stdout] --> src/core/mod.rs:6736:5 [INFO] [stdout] | [INFO] [stdout] 6736 | base_pipeline: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkComputePipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6731:10 [INFO] [stdout] | [INFO] [stdout] 6731 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6737:5 [INFO] [stdout] | [INFO] [stdout] 6737 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkComputePipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6731:10 [INFO] [stdout] | [INFO] [stdout] 6731 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `set_layouts` [INFO] [stdout] --> src/core/mod.rs:6812:5 [INFO] [stdout] | [INFO] [stdout] 6812 | set_layouts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineLayoutCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6809:10 [INFO] [stdout] | [INFO] [stdout] 6809 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_set_layouts` [INFO] [stdout] --> src/core/mod.rs:6813:5 [INFO] [stdout] | [INFO] [stdout] 6813 | vk_set_layouts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineLayoutCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6809:10 [INFO] [stdout] | [INFO] [stdout] 6809 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `push_constant_ranges` [INFO] [stdout] --> src/core/mod.rs:6814:5 [INFO] [stdout] | [INFO] [stdout] 6814 | push_constant_ranges: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineLayoutCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6809:10 [INFO] [stdout] | [INFO] [stdout] 6809 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6815:5 [INFO] [stdout] | [INFO] [stdout] 6815 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineLayoutCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6809:10 [INFO] [stdout] | [INFO] [stdout] 6809 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6890:5 [INFO] [stdout] | [INFO] [stdout] 6890 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSamplerCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6887:10 [INFO] [stdout] | [INFO] [stdout] 6887 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `immutable_samplers` [INFO] [stdout] --> src/core/mod.rs:6936:5 [INFO] [stdout] | [INFO] [stdout] 6936 | immutable_samplers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetLayoutBindingWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6933:10 [INFO] [stdout] | [INFO] [stdout] 6933 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `immutable_vk_samplers` [INFO] [stdout] --> src/core/mod.rs:6937:5 [INFO] [stdout] | [INFO] [stdout] 6937 | immutable_vk_samplers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetLayoutBindingWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6933:10 [INFO] [stdout] | [INFO] [stdout] 6933 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bindings` [INFO] [stdout] --> src/core/mod.rs:6984:5 [INFO] [stdout] | [INFO] [stdout] 6984 | bindings: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetLayoutCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6981:10 [INFO] [stdout] | [INFO] [stdout] 6981 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_bindings` [INFO] [stdout] --> src/core/mod.rs:6985:5 [INFO] [stdout] | [INFO] [stdout] 6985 | vk_bindings: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetLayoutCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6981:10 [INFO] [stdout] | [INFO] [stdout] 6981 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6986:5 [INFO] [stdout] | [INFO] [stdout] 6986 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetLayoutCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6981:10 [INFO] [stdout] | [INFO] [stdout] 6981 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pool_sizes` [INFO] [stdout] --> src/core/mod.rs:7053:5 [INFO] [stdout] | [INFO] [stdout] 7053 | pool_sizes: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorPoolCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7050:10 [INFO] [stdout] | [INFO] [stdout] 7050 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7054:5 [INFO] [stdout] | [INFO] [stdout] 7054 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorPoolCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7050:10 [INFO] [stdout] | [INFO] [stdout] 7050 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `descriptor_pool` [INFO] [stdout] --> src/core/mod.rs:7100:5 [INFO] [stdout] | [INFO] [stdout] 7100 | descriptor_pool: DescriptorPool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetAllocateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7097:10 [INFO] [stdout] | [INFO] [stdout] 7097 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `set_layouts` [INFO] [stdout] --> src/core/mod.rs:7101:5 [INFO] [stdout] | [INFO] [stdout] 7101 | set_layouts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetAllocateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7097:10 [INFO] [stdout] | [INFO] [stdout] 7097 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_set_layouts` [INFO] [stdout] --> src/core/mod.rs:7102:5 [INFO] [stdout] | [INFO] [stdout] 7102 | vk_set_layouts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetAllocateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7097:10 [INFO] [stdout] | [INFO] [stdout] 7097 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7103:5 [INFO] [stdout] | [INFO] [stdout] 7103 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetAllocateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7097:10 [INFO] [stdout] | [INFO] [stdout] 7097 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sampler` [INFO] [stdout] --> src/core/mod.rs:7138:5 [INFO] [stdout] | [INFO] [stdout] 7138 | sampler: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorImageInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7135:10 [INFO] [stdout] | [INFO] [stdout] 7135 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image_view` [INFO] [stdout] --> src/core/mod.rs:7139:5 [INFO] [stdout] | [INFO] [stdout] 7139 | image_view: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorImageInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7135:10 [INFO] [stdout] | [INFO] [stdout] 7135 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/core/mod.rs:7177:5 [INFO] [stdout] | [INFO] [stdout] 7177 | buffer: Buffer, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorBufferInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7174:10 [INFO] [stdout] | [INFO] [stdout] 7174 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dst_set` [INFO] [stdout] --> src/core/mod.rs:7223:5 [INFO] [stdout] | [INFO] [stdout] 7223 | dst_set: DescriptorSet, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image_info` [INFO] [stdout] --> src/core/mod.rs:7224:5 [INFO] [stdout] | [INFO] [stdout] 7224 | image_info: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_image_info` [INFO] [stdout] --> src/core/mod.rs:7225:5 [INFO] [stdout] | [INFO] [stdout] 7225 | vk_image_info: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer_info` [INFO] [stdout] --> src/core/mod.rs:7226:5 [INFO] [stdout] | [INFO] [stdout] 7226 | buffer_info: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_buffer_info` [INFO] [stdout] --> src/core/mod.rs:7227:5 [INFO] [stdout] | [INFO] [stdout] 7227 | vk_buffer_info: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `texel_buffer_view` [INFO] [stdout] --> src/core/mod.rs:7228:5 [INFO] [stdout] | [INFO] [stdout] 7228 | texel_buffer_view: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_texel_buffer_view` [INFO] [stdout] --> src/core/mod.rs:7229:5 [INFO] [stdout] | [INFO] [stdout] 7229 | vk_texel_buffer_view: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7230:5 [INFO] [stdout] | [INFO] [stdout] 7230 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `src_set` [INFO] [stdout] --> src/core/mod.rs:7315:5 [INFO] [stdout] | [INFO] [stdout] 7315 | src_set: DescriptorSet, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCopyDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7312:10 [INFO] [stdout] | [INFO] [stdout] 7312 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dst_set` [INFO] [stdout] --> src/core/mod.rs:7316:5 [INFO] [stdout] | [INFO] [stdout] 7316 | dst_set: DescriptorSet, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCopyDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7312:10 [INFO] [stdout] | [INFO] [stdout] 7312 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7317:5 [INFO] [stdout] | [INFO] [stdout] 7317 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCopyDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7312:10 [INFO] [stdout] | [INFO] [stdout] 7312 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `render_pass` [INFO] [stdout] --> src/core/mod.rs:7366:5 [INFO] [stdout] | [INFO] [stdout] 7366 | render_pass: RenderPass, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkFramebufferCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7363:10 [INFO] [stdout] | [INFO] [stdout] 7363 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attachments` [INFO] [stdout] --> src/core/mod.rs:7367:5 [INFO] [stdout] | [INFO] [stdout] 7367 | attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkFramebufferCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7363:10 [INFO] [stdout] | [INFO] [stdout] 7363 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_attachments` [INFO] [stdout] --> src/core/mod.rs:7368:5 [INFO] [stdout] | [INFO] [stdout] 7368 | vk_attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkFramebufferCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7363:10 [INFO] [stdout] | [INFO] [stdout] 7363 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7369:5 [INFO] [stdout] | [INFO] [stdout] 7369 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkFramebufferCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7363:10 [INFO] [stdout] | [INFO] [stdout] 7363 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `input_attachments` [INFO] [stdout] --> src/core/mod.rs:7543:5 [INFO] [stdout] | [INFO] [stdout] 7543 | input_attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubpassDescriptionWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7540:10 [INFO] [stdout] | [INFO] [stdout] 7540 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `color_attachments` [INFO] [stdout] --> src/core/mod.rs:7544:5 [INFO] [stdout] | [INFO] [stdout] 7544 | color_attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubpassDescriptionWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7540:10 [INFO] [stdout] | [INFO] [stdout] 7540 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `resolve_attachments` [INFO] [stdout] --> src/core/mod.rs:7545:5 [INFO] [stdout] | [INFO] [stdout] 7545 | resolve_attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubpassDescriptionWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7540:10 [INFO] [stdout] | [INFO] [stdout] 7540 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `depth_stencil_attachment` [INFO] [stdout] --> src/core/mod.rs:7546:5 [INFO] [stdout] | [INFO] [stdout] 7546 | depth_stencil_attachment: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubpassDescriptionWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7540:10 [INFO] [stdout] | [INFO] [stdout] 7540 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `preserve_attachments` [INFO] [stdout] --> src/core/mod.rs:7547:5 [INFO] [stdout] | [INFO] [stdout] 7547 | preserve_attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubpassDescriptionWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7540:10 [INFO] [stdout] | [INFO] [stdout] 7540 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attachments` [INFO] [stdout] --> src/core/mod.rs:7676:5 [INFO] [stdout] | [INFO] [stdout] 7676 | attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7673:10 [INFO] [stdout] | [INFO] [stdout] 7673 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `subpasses` [INFO] [stdout] --> src/core/mod.rs:7677:5 [INFO] [stdout] | [INFO] [stdout] 7677 | subpasses: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7673:10 [INFO] [stdout] | [INFO] [stdout] 7673 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_subpasses` [INFO] [stdout] --> src/core/mod.rs:7678:5 [INFO] [stdout] | [INFO] [stdout] 7678 | vk_subpasses: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7673:10 [INFO] [stdout] | [INFO] [stdout] 7673 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dependencies` [INFO] [stdout] --> src/core/mod.rs:7679:5 [INFO] [stdout] | [INFO] [stdout] 7679 | dependencies: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7673:10 [INFO] [stdout] | [INFO] [stdout] 7673 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7680:5 [INFO] [stdout] | [INFO] [stdout] 7680 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7673:10 [INFO] [stdout] | [INFO] [stdout] 7673 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7746:5 [INFO] [stdout] | [INFO] [stdout] 7746 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandPoolCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7743:10 [INFO] [stdout] | [INFO] [stdout] 7743 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `command_pool` [INFO] [stdout] --> src/core/mod.rs:7785:5 [INFO] [stdout] | [INFO] [stdout] 7785 | command_pool: CommandPool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandBufferAllocateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7782:10 [INFO] [stdout] | [INFO] [stdout] 7782 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7786:5 [INFO] [stdout] | [INFO] [stdout] 7786 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandBufferAllocateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7782:10 [INFO] [stdout] | [INFO] [stdout] 7782 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `render_pass` [INFO] [stdout] --> src/core/mod.rs:7830:5 [INFO] [stdout] | [INFO] [stdout] 7830 | render_pass: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandBufferInheritanceInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7827:10 [INFO] [stdout] | [INFO] [stdout] 7827 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `framebuffer` [INFO] [stdout] --> src/core/mod.rs:7831:5 [INFO] [stdout] | [INFO] [stdout] 7831 | framebuffer: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandBufferInheritanceInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7827:10 [INFO] [stdout] | [INFO] [stdout] 7827 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7832:5 [INFO] [stdout] | [INFO] [stdout] 7832 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandBufferInheritanceInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7827:10 [INFO] [stdout] | [INFO] [stdout] 7827 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `inheritance_info` [INFO] [stdout] --> src/core/mod.rs:7886:5 [INFO] [stdout] | [INFO] [stdout] 7886 | inheritance_info: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandBufferBeginInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7883:10 [INFO] [stdout] | [INFO] [stdout] 7883 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7887:5 [INFO] [stdout] | [INFO] [stdout] 7887 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandBufferBeginInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7883:10 [INFO] [stdout] | [INFO] [stdout] 7883 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:8150:5 [INFO] [stdout] | [INFO] [stdout] 8150 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkMemoryBarrierWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8147:10 [INFO] [stdout] | [INFO] [stdout] 8147 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/core/mod.rs:8193:5 [INFO] [stdout] | [INFO] [stdout] 8193 | buffer: Buffer, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBufferMemoryBarrierWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8190:10 [INFO] [stdout] | [INFO] [stdout] 8190 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:8194:5 [INFO] [stdout] | [INFO] [stdout] 8194 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBufferMemoryBarrierWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8190:10 [INFO] [stdout] | [INFO] [stdout] 8190 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image` [INFO] [stdout] --> src/core/mod.rs:8244:5 [INFO] [stdout] | [INFO] [stdout] 8244 | image: Image, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkImageMemoryBarrierWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8241:10 [INFO] [stdout] | [INFO] [stdout] 8241 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:8245:5 [INFO] [stdout] | [INFO] [stdout] 8245 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkImageMemoryBarrierWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8241:10 [INFO] [stdout] | [INFO] [stdout] 8241 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `render_pass` [INFO] [stdout] --> src/core/mod.rs:8292:5 [INFO] [stdout] | [INFO] [stdout] 8292 | render_pass: RenderPass, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassBeginInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8289:10 [INFO] [stdout] | [INFO] [stdout] 8289 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `framebuffer` [INFO] [stdout] --> src/core/mod.rs:8293:5 [INFO] [stdout] | [INFO] [stdout] 8293 | framebuffer: Framebuffer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassBeginInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8289:10 [INFO] [stdout] | [INFO] [stdout] 8289 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `clear_values` [INFO] [stdout] --> src/core/mod.rs:8294:5 [INFO] [stdout] | [INFO] [stdout] 8294 | clear_values: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassBeginInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8289:10 [INFO] [stdout] | [INFO] [stdout] 8289 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:8295:5 [INFO] [stdout] | [INFO] [stdout] 8295 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassBeginInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8289:10 [INFO] [stdout] | [INFO] [stdout] 8289 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/amd_rasterization_order.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineRasterizationStateRasterizationOrderAMDWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/amd_rasterization_order.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `object_name` [INFO] [stdout] --> src/ext_debug_marker.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | object_name: CString, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDebugMarkerObjectNameInfoEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_debug_marker.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/ext_debug_marker.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDebugMarkerObjectNameInfoEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_debug_marker.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tag` [INFO] [stdout] --> src/ext_debug_marker.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | tag: Vec, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDebugMarkerObjectTagInfoEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_debug_marker.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/ext_debug_marker.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDebugMarkerObjectTagInfoEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_debug_marker.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `marker_name` [INFO] [stdout] --> src/ext_debug_marker.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | marker_name: CString, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDebugMarkerMarkerInfoEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_debug_marker.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/ext_debug_marker.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDebugMarkerMarkerInfoEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_debug_marker.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/ext_debug_report/mod.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDebugReportCallbackCreateInfoEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_debug_report/mod.rs:188:10 [INFO] [stdout] | [INFO] [stdout] 188 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_disabled_validation_checks` [INFO] [stdout] --> src/ext_validation_flags.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | vk_disabled_validation_checks: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkValidationFlagsEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_validation_flags.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/ext_validation_flags.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkValidationFlagsEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_validation_flags.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_android_surface.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkAndroidSurfaceCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_android_surface.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_display/mod.rs:150:5 [INFO] [stdout] | [INFO] [stdout] 150 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDisplayModeCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_display/mod.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_display/mod.rs:247:5 [INFO] [stdout] | [INFO] [stdout] 247 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDisplaySurfaceCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_display/mod.rs:244:10 [INFO] [stdout] | [INFO] [stdout] 244 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_display_swapchain.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDisplayPresentInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_display_swapchain.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_get_physical_device_properties2.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPhysicalDeviceFeatures2KHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_get_physical_device_properties2.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_get_physical_device_properties2.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 159 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPhysicalDeviceImageFormatInfo2KHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_get_physical_device_properties2.rs:156:10 [INFO] [stdout] | [INFO] [stdout] 156 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_get_physical_device_properties2.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPhysicalDeviceSparseImageFormatInfo2KHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_get_physical_device_properties2.rs:272:10 [INFO] [stdout] | [INFO] [stdout] 272 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_mir_surface.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkMirSurfaceCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_mir_surface.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `surface` [INFO] [stdout] --> src/khr_swapchain/mod.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | surface: khr_surface::SurfaceKhr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSwapchainCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `queue_family_indices` [INFO] [stdout] --> src/khr_swapchain/mod.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | queue_family_indices: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSwapchainCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `old_swapchain` [INFO] [stdout] --> src/khr_swapchain/mod.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | old_swapchain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSwapchainCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_swapchain/mod.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSwapchainCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `display_present_info_khr` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/khr_swapchain/mod.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 134 | / gen_chain_struct! { [INFO] [stdout] 135 | | name: PresentInfoChainKhr [PresentInfoChainKhrWrapper], [INFO] [stdout] 136 | | query: PresentInfoChainQueryKhr [PresentInfoChainQueryKhrWrapper], [INFO] [stdout] 137 | | vks: vks::khr_swapchain::VkPresentInfoKHR, [INFO] [stdout] ... | [INFO] [stdout] 148 | | } [INFO] [stdout] 149 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `PresentInfoChainKhrWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/khr_swapchain/mod.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 134 | / gen_chain_struct! { [INFO] [stdout] 135 | | name: PresentInfoChainKhr [PresentInfoChainKhrWrapper], [INFO] [stdout] 136 | | query: PresentInfoChainQueryKhr [PresentInfoChainQueryKhrWrapper], [INFO] [stdout] 137 | | vks: vks::khr_swapchain::VkPresentInfoKHR, [INFO] [stdout] ... | [INFO] [stdout] 148 | | } [INFO] [stdout] 149 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `wait_semaphores` [INFO] [stdout] --> src/khr_swapchain/mod.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | wait_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPresentInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_wait_semaphores` [INFO] [stdout] --> src/khr_swapchain/mod.rs:166:5 [INFO] [stdout] | [INFO] [stdout] 166 | vk_wait_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPresentInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `swapchains` [INFO] [stdout] --> src/khr_swapchain/mod.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | swapchains: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPresentInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_swapchains` [INFO] [stdout] --> src/khr_swapchain/mod.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | vk_swapchains: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPresentInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image_indices` [INFO] [stdout] --> src/khr_swapchain/mod.rs:169:5 [INFO] [stdout] | [INFO] [stdout] 169 | image_indices: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPresentInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_swapchain/mod.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 170 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPresentInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_wayland_surface.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWaylandSurfaceCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_wayland_surface.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_win32_surface.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWin32SurfaceCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_win32_surface.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_xcb_surface.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkXcbSurfaceCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_xcb_surface.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_xlib_surface.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkXlibSurfaceCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_xlib_surface.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/nv_dedicated_allocation.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDedicatedAllocationImageCreateInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_dedicated_allocation.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/nv_dedicated_allocation.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDedicatedAllocationBufferCreateInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_dedicated_allocation.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image` [INFO] [stdout] --> src/nv_dedicated_allocation.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | image: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDedicatedAllocationMemoryAllocateInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_dedicated_allocation.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/nv_dedicated_allocation.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | buffer: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDedicatedAllocationMemoryAllocateInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_dedicated_allocation.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/nv_dedicated_allocation.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 114 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDedicatedAllocationMemoryAllocateInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_dedicated_allocation.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/nv_external_memory.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkExternalMemoryImageCreateInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_external_memory.rs:35:10 [INFO] [stdout] | [INFO] [stdout] 35 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/nv_external_memory.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkExportMemoryAllocateInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_external_memory.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/nv_external_memory_win32.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkImportMemoryWin32HandleInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_external_memory_win32.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/nv_external_memory_win32.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkExportMemoryWin32HandleInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_external_memory_win32.rs:75:10 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `acquire_syncs` [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | acquire_syncs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWin32KeyedMutexAcquireReleaseInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_acquire_syncs` [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | vk_acquire_syncs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWin32KeyedMutexAcquireReleaseInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `acquire_keys` [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | acquire_keys: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWin32KeyedMutexAcquireReleaseInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `acquire_timeout_milliseconds` [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | acquire_timeout_milliseconds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWin32KeyedMutexAcquireReleaseInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `release_syncs` [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | release_syncs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWin32KeyedMutexAcquireReleaseInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_release_syncs` [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | vk_release_syncs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWin32KeyedMutexAcquireReleaseInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `release_keys` [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | release_keys: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWin32KeyedMutexAcquireReleaseInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWin32KeyedMutexAcquireReleaseInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `library` [INFO] [stdout] --> src/core/instance.rs:472:5 [INFO] [stdout] | [INFO] [stdout] 472 | library: libloading::Library, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Inner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/instance.rs:467:10 [INFO] [stdout] | [INFO] [stdout] 467 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `debug_report_callback` [INFO] [stdout] --> src/core/instance.rs:474:5 [INFO] [stdout] | [INFO] [stdout] 474 | debug_report_callback: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Inner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/instance.rs:467:10 [INFO] [stdout] | [INFO] [stdout] 467 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `allocator` [INFO] [stdout] --> src/core/allocator_helper.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | allocator: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AllocatorHelper` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/allocator_helper.rs:45:10 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `callback_helper` [INFO] [stdout] --> src/ext_debug_report/debug_report_callback.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | callback_helper: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Inner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_debug_report/debug_report_callback.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 344 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.03s [INFO] running `Command { std: "docker" "inspect" "eb172927d1d9b8395247c48388494b9192f32413f3ba46e465f8a5e51c3af9fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb172927d1d9b8395247c48388494b9192f32413f3ba46e465f8a5e51c3af9fa", kill_on_drop: false }` [INFO] [stdout] eb172927d1d9b8395247c48388494b9192f32413f3ba46e465f8a5e51c3af9fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0a602d6d45feb8a16c3a6306280e7aafe3e85074cd96f59f60ee76260bcaab52 [INFO] running `Command { std: "docker" "start" "-a" "0a602d6d45feb8a16c3a6306280e7aafe3e85074cd96f59f60ee76260bcaab52", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/core/mod.rs:1122:46 [INFO] [stdout] | [INFO] [stdout] 1122 | write!(f, "{}", ::std::error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/mod.rs:3898:95 [INFO] [stdout] | [INFO] [stdout] 3898 | let mut device_name: [c_char; vks::core::VK_MAX_PHYSICAL_DEVICE_NAME_SIZE] = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/mod.rs:4032:40 [INFO] [stdout] | [INFO] [stdout] 4032 | memoryTypes: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/mod.rs:4034:40 [INFO] [stdout] | [INFO] [stdout] 4034 | memoryHeaps: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/buffer.rs:130:41 [INFO] [stdout] | [INFO] [stdout] 130 | let mut requirements = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/device_memory.rs:204:35 [INFO] [stdout] | [INFO] [stdout] 204 | let mut handle = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/image.rs:136:41 [INFO] [stdout] | [INFO] [stdout] 136 | let mut requirements = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/image.rs:165:35 [INFO] [stdout] | [INFO] [stdout] 165 | let mut layout = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:121:39 [INFO] [stdout] | [INFO] [stdout] 121 | let mut properties = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:130:37 [INFO] [stdout] | [INFO] [stdout] 130 | let mut features = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:188:44 [INFO] [stdout] | [INFO] [stdout] 188 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:199:44 [INFO] [stdout] | [INFO] [stdout] 199 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:251:44 [INFO] [stdout] | [INFO] [stdout] 251 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:307:41 [INFO] [stdout] | [INFO] [stdout] 307 | let mut capabilities = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:622:44 [INFO] [stdout] | [INFO] [stdout] 622 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/render_pass.rs:116:40 [INFO] [stdout] | [INFO] [stdout] 116 | let mut granularity = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/khr_display/display_mode.rs:114:41 [INFO] [stdout] | [INFO] [stdout] 114 | let mut capabilities = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - pub allocator: Option>, [INFO] [stdout] 66 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer_view.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/command_pool.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_pool.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_set_layout.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device_memory.rs:72:31 [INFO] [stdout] | [INFO] [stdout] 72 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 72 - pub allocator: Option>, [INFO] [stdout] 72 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/event.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/fence.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - pub allocator: Option>, [INFO] [stdout] 66 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/framebuffer.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image.rs:72:31 [INFO] [stdout] | [INFO] [stdout] 72 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 72 - pub allocator: Option>, [INFO] [stdout] 72 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image_view.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_cache.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - pub allocator: Option>, [INFO] [stdout] 66 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_layout.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_pool.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 67 - pub allocator: Option>, [INFO] [stdout] 67 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/render_pass.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - pub allocator: Option>, [INFO] [stdout] 66 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/sampler.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/semaphore.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/shader_module.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/callback_helper.rs:47:23 [INFO] [stdout] | [INFO] [stdout] 47 | callback: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - callback: Arc>, [INFO] [stdout] 47 + callback: Arc>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/debug_report_callback.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - pub allocator: Option>, [INFO] [stdout] 66 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_surface/surface.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - pub allocator: Option>, [INFO] [stdout] 65 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_swapchain/swapchain.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - pub allocator: Option>, [INFO] [stdout] 66 + pub allocator: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:474:39 [INFO] [stdout] | [INFO] [stdout] 474 | debug_report_callback: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 474 - debug_report_callback: Option>, [INFO] [stdout] 474 + debug_report_callback: Option>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:48:24 [INFO] [stdout] | [INFO] [stdout] 48 | allocator: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 48 - allocator: Arc>, [INFO] [stdout] 48 + allocator: Arc>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/mod.rs:176:23 [INFO] [stdout] | [INFO] [stdout] 176 | pub callback: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 - pub callback: Arc, [INFO] [stdout] 176 + pub callback: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 71 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer_view.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/command_pool.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_pool.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_set_layout.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:117:104 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn create_command_pool(&self, create_info: &core::CommandPoolCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 117 - pub fn create_command_pool(&self, create_info: &core::CommandPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 117 + pub fn create_command_pool(&self, create_info: &core::CommandPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:137:91 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn create_fence(&self, create_info: &core::FenceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 137 - pub fn create_fence(&self, create_info: &core::FenceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 137 + pub fn create_fence(&self, create_info: &core::FenceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:157:99 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn create_semaphore(&self, create_info: &core::SemaphoreCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 157 - pub fn create_semaphore(&self, create_info: &core::SemaphoreCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 157 + pub fn create_semaphore(&self, create_info: &core::SemaphoreCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:177:91 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn create_event(&self, create_info: &core::EventCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 177 - pub fn create_event(&self, create_info: &core::EventCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 177 + pub fn create_event(&self, create_info: &core::EventCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:197:100 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn create_query_pool(&self, create_info: &core::QueryPoolCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 197 - pub fn create_query_pool(&self, create_info: &core::QueryPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 197 + pub fn create_query_pool(&self, create_info: &core::QueryPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:217:93 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn create_buffer(&self, create_info: &core::BufferCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 217 - pub fn create_buffer(&self, create_info: &core::BufferCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 217 + pub fn create_buffer(&self, create_info: &core::BufferCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:237:91 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn create_image(&self, create_info: &core::ImageCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 237 - pub fn create_image(&self, create_info: &core::ImageCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 237 + pub fn create_image(&self, create_info: &core::ImageCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:257:102 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn create_buffer_view(&self, create_info: &core::BufferViewCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 257 - pub fn create_buffer_view(&self, create_info: &core::BufferViewCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 257 + pub fn create_buffer_view(&self, create_info: &core::BufferViewCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:277:100 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn create_image_view(&self, create_info: &core::ImageViewCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 277 - pub fn create_image_view(&self, create_info: &core::ImageViewCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 277 + pub fn create_image_view(&self, create_info: &core::ImageViewCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:297:106 [INFO] [stdout] | [INFO] [stdout] 297 | pub fn create_shader_module(&self, create_info: &core::ShaderModuleCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 297 - pub fn create_shader_module(&self, create_info: &core::ShaderModuleCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 297 + pub fn create_shader_module(&self, create_info: &core::ShaderModuleCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:317:108 [INFO] [stdout] | [INFO] [stdout] 317 | pub fn create_pipeline_cache(&self, create_info: &core::PipelineCacheCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 317 - pub fn create_pipeline_cache(&self, create_info: &core::PipelineCacheCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 317 + pub fn create_pipeline_cache(&self, create_info: &core::PipelineCacheCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:337:95 [INFO] [stdout] | [INFO] [stdout] 337 | pub fn create_sampler(&self, create_info: &core::SamplerCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 337 - pub fn create_sampler(&self, create_info: &core::SamplerCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 337 + pub fn create_sampler(&self, create_info: &core::SamplerCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:357:110 [INFO] [stdout] | [INFO] [stdout] 357 | pub fn create_descriptor_pool(&self, create_info: &core::DescriptorPoolCreateInfo, allocator: Option>) -> Result... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 357 - pub fn create_descriptor_pool(&self, create_info: &core::DescriptorPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 357 + pub fn create_descriptor_pool(&self, create_info: &core::DescriptorPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:377:121 [INFO] [stdout] | [INFO] [stdout] 377 | ...core::DescriptorSetLayoutCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 377 - pub fn create_descriptor_set_layout(&self, create_info: &core::DescriptorSetLayoutCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 377 + pub fn create_descriptor_set_layout(&self, create_info: &core::DescriptorSetLayoutCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:397:99 [INFO] [stdout] | [INFO] [stdout] 397 | pub fn allocate_memory(&self, allocate_info: &core::MemoryAllocateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 397 - pub fn allocate_memory(&self, allocate_info: &core::MemoryAllocateInfo, allocator: Option>) -> Result { [INFO] [stdout] 397 + pub fn allocate_memory(&self, allocate_info: &core::MemoryAllocateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:417:157 [INFO] [stdout] | [INFO] [stdout] 417 | ...&[core::GraphicsPipelineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 417 - pub fn create_graphics_pipelines(&self, pipeline_cache: Option, create_infos: &[core::GraphicsPipelineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec>)> { [INFO] [stdout] 417 + pub fn create_graphics_pipelines(&self, pipeline_cache: Option, create_infos: &[core::GraphicsPipelineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec>)> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:452:155 [INFO] [stdout] | [INFO] [stdout] 452 | ... &[core::ComputePipelineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 452 - pub fn create_compute_pipelines(&self, pipeline_cache: Option, create_infos: &[core::ComputePipelineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec>)> { [INFO] [stdout] 452 + pub fn create_compute_pipelines(&self, pipeline_cache: Option, create_infos: &[core::ComputePipelineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec>)> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:487:110 [INFO] [stdout] | [INFO] [stdout] 487 | pub fn create_pipeline_layout(&self, create_info: &core::PipelineLayoutCreateInfo, allocator: Option>) -> Result... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 487 - pub fn create_pipeline_layout(&self, create_info: &core::PipelineLayoutCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 487 + pub fn create_pipeline_layout(&self, create_info: &core::PipelineLayoutCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:507:103 [INFO] [stdout] | [INFO] [stdout] 507 | pub fn create_framebuffer(&self, create_info: &core::FramebufferCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 507 - pub fn create_framebuffer(&self, create_info: &core::FramebufferCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 507 + pub fn create_framebuffer(&self, create_info: &core::FramebufferCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:527:102 [INFO] [stdout] | [INFO] [stdout] 527 | pub fn create_render_pass(&self, create_info: &core::RenderPassCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 527 - pub fn create_render_pass(&self, create_info: &core::RenderPassCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 527 + pub fn create_render_pass(&self, create_info: &core::RenderPassCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:562:115 [INFO] [stdout] | [INFO] [stdout] 562 | pub fn create_swapchain_khr(&self, create_info: &khr_swapchain::SwapchainCreateInfoKhr, allocator: Option>) -> R... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 562 - pub fn create_swapchain_khr(&self, create_info: &khr_swapchain::SwapchainCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 562 + pub fn create_swapchain_khr(&self, create_info: &khr_swapchain::SwapchainCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:582:126 [INFO] [stdout] | [INFO] [stdout] 582 | ..._swapchain::SwapchainCreateInfoKhr], allocator: Option>) -> Result, core::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 582 - pub fn create_shared_swapchains_khr(&self, create_infos: &[khr_swapchain::SwapchainCreateInfoKhr], allocator: Option>) -> Result, core::Error> { [INFO] [stdout] 582 + pub fn create_shared_swapchains_khr(&self, create_infos: &[khr_swapchain::SwapchainCreateInfoKhr], allocator: Option>) -> Result, core::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device_memory.rs:77:78 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn new(owned: bool, device: Device, size: u64, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 77 - pub fn new(owned: bool, device: Device, size: u64, allocator: Option>) -> Self { [INFO] [stdout] 77 + pub fn new(owned: bool, device: Device, size: u64, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/event.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/fence.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 71 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/framebuffer.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image.rs:77:67 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 77 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 77 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image_view.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:130:81 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn create(create_info: &core::InstanceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 130 - pub fn create(create_info: &core::InstanceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 130 + pub fn create(create_info: &core::InstanceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:287:140 [INFO] [stdout] | [INFO] [stdout] 287 | ...t::DebugReportCallbackCreateInfoExt, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 287 - pub fn create_debug_report_callback_ext(&self, create_info: &ext_debug_report::DebugReportCallbackCreateInfoExt, allocator: Option>) -> Result { [INFO] [stdout] 287 + pub fn create_debug_report_callback_ext(&self, create_info: &ext_debug_report::DebugReportCallbackCreateInfoExt, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:322:130 [INFO] [stdout] | [INFO] [stdout] 322 | ...isplay::DisplaySurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 322 - pub fn create_display_plane_surface_khr(&self, create_info: &khr_display::DisplaySurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 322 + pub fn create_display_plane_surface_khr(&self, create_info: &khr_display::DisplaySurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:343:123 [INFO] [stdout] | [INFO] [stdout] 343 | ...b_surface::XlibSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 343 - pub fn create_xlib_surface_khr(&self, create_info: &khr_xlib_surface::XlibSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 343 + pub fn create_xlib_surface_khr(&self, create_info: &khr_xlib_surface::XlibSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:364:132 [INFO] [stdout] | [INFO] [stdout] 364 | ...urface::WaylandSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 364 - pub fn create_wayland_surface_khr(&self, create_info: &khr_wayland_surface::WaylandSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 364 + pub fn create_wayland_surface_khr(&self, create_info: &khr_wayland_surface::WaylandSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:385:120 [INFO] [stdout] | [INFO] [stdout] 385 | pub fn create_xcb_surface_khr(&self, create_info: &khr_xcb_surface::XcbSurfaceCreateInfoKhr, allocator: Option>)... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 385 - pub fn create_xcb_surface_khr(&self, create_info: &khr_xcb_surface::XcbSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 385 + pub fn create_xcb_surface_khr(&self, create_info: &khr_xcb_surface::XcbSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:406:120 [INFO] [stdout] | [INFO] [stdout] 406 | pub fn create_mir_surface_khr(&self, create_info: &khr_mir_surface::MirSurfaceCreateInfoKhr, allocator: Option>)... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 406 - pub fn create_mir_surface_khr(&self, create_info: &khr_mir_surface::MirSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 406 + pub fn create_mir_surface_khr(&self, create_info: &khr_mir_surface::MirSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:427:132 [INFO] [stdout] | [INFO] [stdout] 427 | ...urface::AndroidSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 427 - pub fn create_android_surface_khr(&self, create_info: &khr_android_surface::AndroidSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 427 + pub fn create_android_surface_khr(&self, create_info: &khr_android_surface::AndroidSurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:448:126 [INFO] [stdout] | [INFO] [stdout] 448 | ..._surface::Win32SurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 448 - pub fn create_win32_surface_khr(&self, create_info: &khr_win32_surface::Win32SurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 448 + pub fn create_win32_surface_khr(&self, create_info: &khr_win32_surface::Win32SurfaceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/physical_device.rs:261:93 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn create_device(&self, create_info: &core::DeviceCreateInfo, allocator: Option>) -> Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 261 - pub fn create_device(&self, create_info: &core::DeviceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] 261 + pub fn create_device(&self, create_info: &core::DeviceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_cache.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 71 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_layout.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_pool.rs:72:67 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 72 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 72 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/render_pass.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 71 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/sampler.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/semaphore.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/shader_module.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:52:31 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn new(allocator: Box) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 52 - pub fn new(allocator: Box) -> Self { [INFO] [stdout] 52 + pub fn new(allocator: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/callback_helper.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(callback: Arc) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn new(callback: Arc) -> Self { [INFO] [stdout] 71 + pub fn new(callback: Arc) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/debug_report_callback.rs:71:71 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] 71 + pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_display/display.rs:143:118 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn create_display_mode_khr(&self, create_info: &khr_display::DisplayModeCreateInfoKhr, allocator: Option>) -... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 143 - pub fn create_display_mode_khr(&self, create_info: &khr_display::DisplayModeCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] 143 + pub fn create_display_mode_khr(&self, create_info: &khr_display::DisplayModeCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_surface/surface.rs:70:71 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] 70 + pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_swapchain/swapchain.rs:71:73 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: core::Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn new(owned: bool, device: core::Device, allocator: Option>) -> Self { [INFO] [stdout] 71 + pub fn new(owned: bool, device: core::Device, allocator: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/vulkan_object.rs:66:39 [INFO] [stdout] | [INFO] [stdout] 66 | _ => write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/core/instance.rs:77:57 [INFO] [stdout] | [INFO] [stdout] 77 | EarlyInstanceError::VulkanError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:21:45 [INFO] [stdout] | [INFO] [stdout] 21 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - let allocator = user_data as *const Box; [INFO] [stdout] 21 + let allocator = user_data as *const Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:26:45 [INFO] [stdout] | [INFO] [stdout] 26 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 26 - let allocator = user_data as *const Box; [INFO] [stdout] 26 + let allocator = user_data as *const Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:31:45 [INFO] [stdout] | [INFO] [stdout] 31 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 31 - let allocator = user_data as *const Box; [INFO] [stdout] 31 + let allocator = user_data as *const Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:36:45 [INFO] [stdout] | [INFO] [stdout] 36 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 - let allocator = user_data as *const Box; [INFO] [stdout] 36 + let allocator = user_data as *const Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:41:45 [INFO] [stdout] | [INFO] [stdout] 41 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - let allocator = user_data as *const Box; [INFO] [stdout] 41 + let allocator = user_data as *const Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/callback_helper.rs:24:44 [INFO] [stdout] | [INFO] [stdout] 24 | let callback = user_data as *const Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - let callback = user_data as *const Arc; [INFO] [stdout] 24 + let callback = user_data as *const Arc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `application_name_cstr` [INFO] [stdout] --> src/core/mod.rs:2713:5 [INFO] [stdout] | [INFO] [stdout] 2713 | application_name_cstr: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `VkApplicationInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2710:10 [INFO] [stdout] | [INFO] [stdout] 2710 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `engine_name_cstr` [INFO] [stdout] --> src/core/mod.rs:2714:5 [INFO] [stdout] | [INFO] [stdout] 2714 | engine_name_cstr: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkApplicationInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2710:10 [INFO] [stdout] | [INFO] [stdout] 2710 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:2715:5 [INFO] [stdout] | [INFO] [stdout] 2715 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkApplicationInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2710:10 [INFO] [stdout] | [INFO] [stdout] 2710 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `debug_report_callback_create_info_ext` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:2741:1 [INFO] [stdout] | [INFO] [stdout] 2741 | / gen_chain_struct! { [INFO] [stdout] 2742 | | name: InstanceCreateInfoChain [InstanceCreateInfoChainWrapper], [INFO] [stdout] 2743 | | query: InstanceCreateInfoChainQuery [InstanceCreateInfoChainQueryWrapper], [INFO] [stdout] 2744 | | vks: vks::core::VkInstanceCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 2764 | | } [INFO] [stdout] 2765 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `InstanceCreateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:2741:1 [INFO] [stdout] | [INFO] [stdout] 2741 | / gen_chain_struct! { [INFO] [stdout] 2742 | | name: InstanceCreateInfoChain [InstanceCreateInfoChainWrapper], [INFO] [stdout] 2743 | | query: InstanceCreateInfoChainQuery [InstanceCreateInfoChainQueryWrapper], [INFO] [stdout] 2744 | | vks: vks::core::VkInstanceCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 2764 | | } [INFO] [stdout] 2765 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `validation_flags_ext` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:2741:1 [INFO] [stdout] | [INFO] [stdout] 2741 | / gen_chain_struct! { [INFO] [stdout] 2742 | | name: InstanceCreateInfoChain [InstanceCreateInfoChainWrapper], [INFO] [stdout] 2743 | | query: InstanceCreateInfoChainQuery [InstanceCreateInfoChainQueryWrapper], [INFO] [stdout] 2744 | | vks: vks::core::VkInstanceCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 2764 | | } [INFO] [stdout] 2765 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `InstanceCreateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:2741:1 [INFO] [stdout] | [INFO] [stdout] 2741 | / gen_chain_struct! { [INFO] [stdout] 2742 | | name: InstanceCreateInfoChain [InstanceCreateInfoChainWrapper], [INFO] [stdout] 2743 | | query: InstanceCreateInfoChainQuery [InstanceCreateInfoChainQueryWrapper], [INFO] [stdout] 2744 | | vks: vks::core::VkInstanceCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 2764 | | } [INFO] [stdout] 2765 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `application_info` [INFO] [stdout] --> src/core/mod.rs:2780:5 [INFO] [stdout] | [INFO] [stdout] 2780 | application_info: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkInstanceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2777:10 [INFO] [stdout] | [INFO] [stdout] 2777 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_layers` [INFO] [stdout] --> src/core/mod.rs:2781:5 [INFO] [stdout] | [INFO] [stdout] 2781 | enabled_layers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkInstanceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2777:10 [INFO] [stdout] | [INFO] [stdout] 2777 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_layers_ptrs` [INFO] [stdout] --> src/core/mod.rs:2782:5 [INFO] [stdout] | [INFO] [stdout] 2782 | enabled_layers_ptrs: Vec<*const c_char>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkInstanceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2777:10 [INFO] [stdout] | [INFO] [stdout] 2777 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_extensions` [INFO] [stdout] --> src/core/mod.rs:2783:5 [INFO] [stdout] | [INFO] [stdout] 2783 | enabled_extensions: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkInstanceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2777:10 [INFO] [stdout] | [INFO] [stdout] 2777 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_extensions_ptrs` [INFO] [stdout] --> src/core/mod.rs:2784:5 [INFO] [stdout] | [INFO] [stdout] 2784 | enabled_extensions_ptrs: Vec<*const c_char>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkInstanceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2777:10 [INFO] [stdout] | [INFO] [stdout] 2777 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:2785:5 [INFO] [stdout] | [INFO] [stdout] 2785 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkInstanceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:2777:10 [INFO] [stdout] | [INFO] [stdout] 2777 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `queue_priorities` [INFO] [stdout] --> src/core/mod.rs:4069:5 [INFO] [stdout] | [INFO] [stdout] 4069 | queue_priorities: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceQueueCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4066:10 [INFO] [stdout] | [INFO] [stdout] 4066 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:4070:5 [INFO] [stdout] | [INFO] [stdout] 4070 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceQueueCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4066:10 [INFO] [stdout] | [INFO] [stdout] 4066 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `physical_device_features2_khr` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4093:1 [INFO] [stdout] | [INFO] [stdout] 4093 | / gen_chain_struct! { [INFO] [stdout] 4094 | | name: DeviceCreateInfoChain [DeviceCreateInfoChainWrapper], [INFO] [stdout] 4095 | | query: DeviceCreateInfoChainQuery [DeviceCreateInfoChainQueryWrapper], [INFO] [stdout] 4096 | | vks: vks::core::VkDeviceCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4107 | | } [INFO] [stdout] 4108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `DeviceCreateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4093:1 [INFO] [stdout] | [INFO] [stdout] 4093 | / gen_chain_struct! { [INFO] [stdout] 4094 | | name: DeviceCreateInfoChain [DeviceCreateInfoChainWrapper], [INFO] [stdout] 4095 | | query: DeviceCreateInfoChainQuery [DeviceCreateInfoChainQueryWrapper], [INFO] [stdout] 4096 | | vks: vks::core::VkDeviceCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4107 | | } [INFO] [stdout] 4108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `queue_create_infos_wrappers` [INFO] [stdout] --> src/core/mod.rs:4124:5 [INFO] [stdout] | [INFO] [stdout] 4124 | queue_create_infos_wrappers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `queue_create_infos` [INFO] [stdout] --> src/core/mod.rs:4125:5 [INFO] [stdout] | [INFO] [stdout] 4125 | queue_create_infos: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_layers` [INFO] [stdout] --> src/core/mod.rs:4126:5 [INFO] [stdout] | [INFO] [stdout] 4126 | enabled_layers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_layers_ptrs` [INFO] [stdout] --> src/core/mod.rs:4127:5 [INFO] [stdout] | [INFO] [stdout] 4127 | enabled_layers_ptrs: Vec<*const c_char>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_extensions` [INFO] [stdout] --> src/core/mod.rs:4128:5 [INFO] [stdout] | [INFO] [stdout] 4128 | enabled_extensions: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_extensions_ptrs` [INFO] [stdout] --> src/core/mod.rs:4129:5 [INFO] [stdout] | [INFO] [stdout] 4129 | enabled_extensions_ptrs: Vec<*const c_char>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enabled_features` [INFO] [stdout] --> src/core/mod.rs:4130:5 [INFO] [stdout] | [INFO] [stdout] 4130 | enabled_features: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:4131:5 [INFO] [stdout] | [INFO] [stdout] 4131 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDeviceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4121:10 [INFO] [stdout] | [INFO] [stdout] 4121 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `win32_keyed_mutex_acquire_release_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4467:1 [INFO] [stdout] | [INFO] [stdout] 4467 | / gen_chain_struct! { [INFO] [stdout] 4468 | | name: SubmitInfoChain [SubmitInfoChainWrapper], [INFO] [stdout] 4469 | | query: SubmitInfoChainQuery [SubmitInfoChainQueryWrapper], [INFO] [stdout] 4470 | | vks: vks::core::VkSubmitInfo, [INFO] [stdout] ... | [INFO] [stdout] 4481 | | } [INFO] [stdout] 4482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `SubmitInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4467:1 [INFO] [stdout] | [INFO] [stdout] 4467 | / gen_chain_struct! { [INFO] [stdout] 4468 | | name: SubmitInfoChain [SubmitInfoChainWrapper], [INFO] [stdout] 4469 | | query: SubmitInfoChainQuery [SubmitInfoChainQueryWrapper], [INFO] [stdout] 4470 | | vks: vks::core::VkSubmitInfo, [INFO] [stdout] ... | [INFO] [stdout] 4481 | | } [INFO] [stdout] 4482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `wait_semaphores` [INFO] [stdout] --> src/core/mod.rs:4497:5 [INFO] [stdout] | [INFO] [stdout] 4497 | wait_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `wait_vk_semaphores` [INFO] [stdout] --> src/core/mod.rs:4498:5 [INFO] [stdout] | [INFO] [stdout] 4498 | wait_vk_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `wait_dst_stage_mask` [INFO] [stdout] --> src/core/mod.rs:4499:5 [INFO] [stdout] | [INFO] [stdout] 4499 | wait_dst_stage_mask: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `command_buffers` [INFO] [stdout] --> src/core/mod.rs:4500:5 [INFO] [stdout] | [INFO] [stdout] 4500 | command_buffers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_command_buffers` [INFO] [stdout] --> src/core/mod.rs:4501:5 [INFO] [stdout] | [INFO] [stdout] 4501 | vk_command_buffers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `signal_semaphores` [INFO] [stdout] --> src/core/mod.rs:4502:5 [INFO] [stdout] | [INFO] [stdout] 4502 | signal_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `signal_vk_semaphores` [INFO] [stdout] --> src/core/mod.rs:4503:5 [INFO] [stdout] | [INFO] [stdout] 4503 | signal_vk_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:4504:5 [INFO] [stdout] | [INFO] [stdout] 4504 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubmitInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4494:10 [INFO] [stdout] | [INFO] [stdout] 4494 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dedicated_allocation_memory_allocate_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `MemoryAllocateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `export_memory_allocate_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `MemoryAllocateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `import_memory_win32_handle_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `MemoryAllocateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `export_memory_win32_handle_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `MemoryAllocateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:4564:1 [INFO] [stdout] | [INFO] [stdout] 4564 | / gen_chain_struct! { [INFO] [stdout] 4565 | | name: MemoryAllocateInfoChain [MemoryAllocateInfoChainWrapper], [INFO] [stdout] 4566 | | query: MemoryAllocateInfoChainQuery [MemoryAllocateInfoChainQueryWrapper], [INFO] [stdout] 4567 | | vks: vks::core::VkMemoryAllocateInfo, [INFO] [stdout] ... | [INFO] [stdout] 4605 | | } [INFO] [stdout] 4606 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:4619:5 [INFO] [stdout] | [INFO] [stdout] 4619 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkMemoryAllocateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4616:10 [INFO] [stdout] | [INFO] [stdout] 4616 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `memory` [INFO] [stdout] --> src/core/mod.rs:4658:5 [INFO] [stdout] | [INFO] [stdout] 4658 | memory: DeviceMemory, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkMappedMemoryRangeWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4655:10 [INFO] [stdout] | [INFO] [stdout] 4655 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:4659:5 [INFO] [stdout] | [INFO] [stdout] 4659 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkMappedMemoryRangeWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4655:10 [INFO] [stdout] | [INFO] [stdout] 4655 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `memory` [INFO] [stdout] --> src/core/mod.rs:4761:5 [INFO] [stdout] | [INFO] [stdout] 4761 | memory: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseMemoryBindWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4758:10 [INFO] [stdout] | [INFO] [stdout] 4758 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/core/mod.rs:4794:5 [INFO] [stdout] | [INFO] [stdout] 4794 | buffer: Buffer, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseBufferMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4791:10 [INFO] [stdout] | [INFO] [stdout] 4791 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `binds` [INFO] [stdout] --> src/core/mod.rs:4795:5 [INFO] [stdout] | [INFO] [stdout] 4795 | binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseBufferMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4791:10 [INFO] [stdout] | [INFO] [stdout] 4791 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `binds_vk` [INFO] [stdout] --> src/core/mod.rs:4796:5 [INFO] [stdout] | [INFO] [stdout] 4796 | binds_vk: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseBufferMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4791:10 [INFO] [stdout] | [INFO] [stdout] 4791 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image` [INFO] [stdout] --> src/core/mod.rs:4827:5 [INFO] [stdout] | [INFO] [stdout] 4827 | image: Image, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseImageOpaqueMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4824:10 [INFO] [stdout] | [INFO] [stdout] 4824 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `binds` [INFO] [stdout] --> src/core/mod.rs:4828:5 [INFO] [stdout] | [INFO] [stdout] 4828 | binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseImageOpaqueMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4824:10 [INFO] [stdout] | [INFO] [stdout] 4824 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `binds_vk` [INFO] [stdout] --> src/core/mod.rs:4829:5 [INFO] [stdout] | [INFO] [stdout] 4829 | binds_vk: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseImageOpaqueMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4824:10 [INFO] [stdout] | [INFO] [stdout] 4824 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `memory` [INFO] [stdout] --> src/core/mod.rs:4932:5 [INFO] [stdout] | [INFO] [stdout] 4932 | memory: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseImageMemoryBindWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4929:10 [INFO] [stdout] | [INFO] [stdout] 4929 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image` [INFO] [stdout] --> src/core/mod.rs:4966:5 [INFO] [stdout] | [INFO] [stdout] 4966 | image: Image, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseImageMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4963:10 [INFO] [stdout] | [INFO] [stdout] 4963 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `binds` [INFO] [stdout] --> src/core/mod.rs:4967:5 [INFO] [stdout] | [INFO] [stdout] 4967 | binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseImageMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4963:10 [INFO] [stdout] | [INFO] [stdout] 4963 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `binds_vk` [INFO] [stdout] --> src/core/mod.rs:4968:5 [INFO] [stdout] | [INFO] [stdout] 4968 | binds_vk: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSparseImageMemoryBindInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:4963:10 [INFO] [stdout] | [INFO] [stdout] 4963 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `wait_semaphores` [INFO] [stdout] --> src/core/mod.rs:5011:5 [INFO] [stdout] | [INFO] [stdout] 5011 | wait_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `wait_vk_semaphores` [INFO] [stdout] --> src/core/mod.rs:5012:5 [INFO] [stdout] | [INFO] [stdout] 5012 | wait_vk_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer_binds` [INFO] [stdout] --> src/core/mod.rs:5013:5 [INFO] [stdout] | [INFO] [stdout] 5013 | buffer_binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_buffer_binds` [INFO] [stdout] --> src/core/mod.rs:5014:5 [INFO] [stdout] | [INFO] [stdout] 5014 | vk_buffer_binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image_opaque_binds` [INFO] [stdout] --> src/core/mod.rs:5015:5 [INFO] [stdout] | [INFO] [stdout] 5015 | image_opaque_binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_image_opaque_binds` [INFO] [stdout] --> src/core/mod.rs:5016:5 [INFO] [stdout] | [INFO] [stdout] 5016 | vk_image_opaque_binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image_binds` [INFO] [stdout] --> src/core/mod.rs:5017:5 [INFO] [stdout] | [INFO] [stdout] 5017 | image_binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_image_binds` [INFO] [stdout] --> src/core/mod.rs:5018:5 [INFO] [stdout] | [INFO] [stdout] 5018 | vk_image_binds: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `signal_semaphores` [INFO] [stdout] --> src/core/mod.rs:5019:5 [INFO] [stdout] | [INFO] [stdout] 5019 | signal_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `signal_vk_semaphores` [INFO] [stdout] --> src/core/mod.rs:5020:5 [INFO] [stdout] | [INFO] [stdout] 5020 | signal_vk_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5021:5 [INFO] [stdout] | [INFO] [stdout] 5021 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBindSparseInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5008:10 [INFO] [stdout] | [INFO] [stdout] 5008 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5121:5 [INFO] [stdout] | [INFO] [stdout] 5121 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkFenceCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5118:10 [INFO] [stdout] | [INFO] [stdout] 5118 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5157:5 [INFO] [stdout] | [INFO] [stdout] 5157 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSemaphoreCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5154:10 [INFO] [stdout] | [INFO] [stdout] 5154 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5193:5 [INFO] [stdout] | [INFO] [stdout] 5193 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkEventCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5190:10 [INFO] [stdout] | [INFO] [stdout] 5190 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5232:5 [INFO] [stdout] | [INFO] [stdout] 5232 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkQueryPoolCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5229:10 [INFO] [stdout] | [INFO] [stdout] 5229 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dedicated_allocation_buffer_create_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:5253:1 [INFO] [stdout] | [INFO] [stdout] 5253 | / gen_chain_struct! { [INFO] [stdout] 5254 | | name: BufferCreateInfoChain [BufferCreateInfoChainWrapper], [INFO] [stdout] 5255 | | query: BufferCreateInfoChainQuery [BufferCreateInfoChainQueryWrapper], [INFO] [stdout] 5256 | | vks: vks::core::VkBufferCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 5267 | | } [INFO] [stdout] 5268 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `BufferCreateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:5253:1 [INFO] [stdout] | [INFO] [stdout] 5253 | / gen_chain_struct! { [INFO] [stdout] 5254 | | name: BufferCreateInfoChain [BufferCreateInfoChainWrapper], [INFO] [stdout] 5255 | | query: BufferCreateInfoChainQuery [BufferCreateInfoChainQueryWrapper], [INFO] [stdout] 5256 | | vks: vks::core::VkBufferCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 5267 | | } [INFO] [stdout] 5268 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `queue_family_indices` [INFO] [stdout] --> src/core/mod.rs:5284:5 [INFO] [stdout] | [INFO] [stdout] 5284 | queue_family_indices: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBufferCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5281:10 [INFO] [stdout] | [INFO] [stdout] 5281 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5285:5 [INFO] [stdout] | [INFO] [stdout] 5285 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBufferCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5281:10 [INFO] [stdout] | [INFO] [stdout] 5281 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/core/mod.rs:5339:5 [INFO] [stdout] | [INFO] [stdout] 5339 | buffer: Buffer, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBufferViewCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5336:10 [INFO] [stdout] | [INFO] [stdout] 5336 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5340:5 [INFO] [stdout] | [INFO] [stdout] 5340 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBufferViewCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5336:10 [INFO] [stdout] | [INFO] [stdout] 5336 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dedicated_allocation_image_create_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:5363:1 [INFO] [stdout] | [INFO] [stdout] 5363 | / gen_chain_struct! { [INFO] [stdout] 5364 | | name: ImageCreateInfoChain [ImageCreateInfoChainWrapper], [INFO] [stdout] 5365 | | query: ImageCreateInfoChainQuery [ImageCreateInfoChainQueryWrapper], [INFO] [stdout] 5366 | | vks: vks::core::VkImageCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 5386 | | } [INFO] [stdout] 5387 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `ImageCreateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:5363:1 [INFO] [stdout] | [INFO] [stdout] 5363 | / gen_chain_struct! { [INFO] [stdout] 5364 | | name: ImageCreateInfoChain [ImageCreateInfoChainWrapper], [INFO] [stdout] 5365 | | query: ImageCreateInfoChainQuery [ImageCreateInfoChainQueryWrapper], [INFO] [stdout] 5366 | | vks: vks::core::VkImageCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 5386 | | } [INFO] [stdout] 5387 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `external_memory_image_create_info_nv` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:5363:1 [INFO] [stdout] | [INFO] [stdout] 5363 | / gen_chain_struct! { [INFO] [stdout] 5364 | | name: ImageCreateInfoChain [ImageCreateInfoChainWrapper], [INFO] [stdout] 5365 | | query: ImageCreateInfoChainQuery [ImageCreateInfoChainQueryWrapper], [INFO] [stdout] 5366 | | vks: vks::core::VkImageCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 5386 | | } [INFO] [stdout] 5387 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `ImageCreateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:5363:1 [INFO] [stdout] | [INFO] [stdout] 5363 | / gen_chain_struct! { [INFO] [stdout] 5364 | | name: ImageCreateInfoChain [ImageCreateInfoChainWrapper], [INFO] [stdout] 5365 | | query: ImageCreateInfoChainQuery [ImageCreateInfoChainQueryWrapper], [INFO] [stdout] 5366 | | vks: vks::core::VkImageCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 5386 | | } [INFO] [stdout] 5387 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `queue_family_indices` [INFO] [stdout] --> src/core/mod.rs:5410:5 [INFO] [stdout] | [INFO] [stdout] 5410 | queue_family_indices: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkImageCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5407:10 [INFO] [stdout] | [INFO] [stdout] 5407 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5411:5 [INFO] [stdout] | [INFO] [stdout] 5411 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkImageCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5407:10 [INFO] [stdout] | [INFO] [stdout] 5407 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image` [INFO] [stdout] --> src/core/mod.rs:5551:5 [INFO] [stdout] | [INFO] [stdout] 5551 | image: Image, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkImageViewCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5548:10 [INFO] [stdout] | [INFO] [stdout] 5548 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5552:5 [INFO] [stdout] | [INFO] [stdout] 5552 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkImageViewCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5548:10 [INFO] [stdout] | [INFO] [stdout] 5548 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `code` [INFO] [stdout] --> src/core/mod.rs:5595:5 [INFO] [stdout] | [INFO] [stdout] 5595 | code: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkShaderModuleCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5592:10 [INFO] [stdout] | [INFO] [stdout] 5592 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5596:5 [INFO] [stdout] | [INFO] [stdout] 5596 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkShaderModuleCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5592:10 [INFO] [stdout] | [INFO] [stdout] 5592 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `initial_data` [INFO] [stdout] --> src/core/mod.rs:5649:5 [INFO] [stdout] | [INFO] [stdout] 5649 | initial_data: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineCacheCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5646:10 [INFO] [stdout] | [INFO] [stdout] 5646 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5650:5 [INFO] [stdout] | [INFO] [stdout] 5650 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineCacheCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5646:10 [INFO] [stdout] | [INFO] [stdout] 5646 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `map_entries` [INFO] [stdout] --> src/core/mod.rs:5732:5 [INFO] [stdout] | [INFO] [stdout] 5732 | map_entries: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSpecializationInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5729:10 [INFO] [stdout] | [INFO] [stdout] 5729 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/core/mod.rs:5733:5 [INFO] [stdout] | [INFO] [stdout] 5733 | data: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSpecializationInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5729:10 [INFO] [stdout] | [INFO] [stdout] 5729 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `module` [INFO] [stdout] --> src/core/mod.rs:5789:5 [INFO] [stdout] | [INFO] [stdout] 5789 | module: ShaderModule, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineShaderStageCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5786:10 [INFO] [stdout] | [INFO] [stdout] 5786 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/core/mod.rs:5790:5 [INFO] [stdout] | [INFO] [stdout] 5790 | name: CString, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineShaderStageCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5786:10 [INFO] [stdout] | [INFO] [stdout] 5786 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `specialization_info` [INFO] [stdout] --> src/core/mod.rs:5791:5 [INFO] [stdout] | [INFO] [stdout] 5791 | specialization_info: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineShaderStageCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5786:10 [INFO] [stdout] | [INFO] [stdout] 5786 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5792:5 [INFO] [stdout] | [INFO] [stdout] 5792 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineShaderStageCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5786:10 [INFO] [stdout] | [INFO] [stdout] 5786 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vertex_binding_descriptions` [INFO] [stdout] --> src/core/mod.rs:5886:5 [INFO] [stdout] | [INFO] [stdout] 5886 | vertex_binding_descriptions: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineVertexInputStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5883:10 [INFO] [stdout] | [INFO] [stdout] 5883 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vertex_attribute_descriptions` [INFO] [stdout] --> src/core/mod.rs:5887:5 [INFO] [stdout] | [INFO] [stdout] 5887 | vertex_attribute_descriptions: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineVertexInputStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5883:10 [INFO] [stdout] | [INFO] [stdout] 5883 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5888:5 [INFO] [stdout] | [INFO] [stdout] 5888 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineVertexInputStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5883:10 [INFO] [stdout] | [INFO] [stdout] 5883 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5948:5 [INFO] [stdout] | [INFO] [stdout] 5948 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineInputAssemblyStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5945:10 [INFO] [stdout] | [INFO] [stdout] 5945 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:5987:5 [INFO] [stdout] | [INFO] [stdout] 5987 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineTessellationStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:5984:10 [INFO] [stdout] | [INFO] [stdout] 5984 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `viewports` [INFO] [stdout] --> src/core/mod.rs:6185:5 [INFO] [stdout] | [INFO] [stdout] 6185 | viewports: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineViewportStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6182:10 [INFO] [stdout] | [INFO] [stdout] 6182 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `scissors` [INFO] [stdout] --> src/core/mod.rs:6186:5 [INFO] [stdout] | [INFO] [stdout] 6186 | scissors: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineViewportStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6182:10 [INFO] [stdout] | [INFO] [stdout] 6182 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6187:5 [INFO] [stdout] | [INFO] [stdout] 6187 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineViewportStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6182:10 [INFO] [stdout] | [INFO] [stdout] 6182 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pipeline_rasterization_state_rasterization_order_amd` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:6213:1 [INFO] [stdout] | [INFO] [stdout] 6213 | / gen_chain_struct! { [INFO] [stdout] 6214 | | name: PipelineRasterizationStateCreateInfoChain [PipelineRasterizationStateCreateInfoChainWrapper], [INFO] [stdout] 6215 | | query: PipelineRasterizationStateCreateInfoChainQuery [PipelineRasterizationStateCreateInfoChainQueryWrapper], [INFO] [stdout] 6216 | | vks: vks::core::VkPipelineRasterizationStateCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 6227 | | } [INFO] [stdout] 6228 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `PipelineRasterizationStateCreateInfoChainWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/core/mod.rs:6213:1 [INFO] [stdout] | [INFO] [stdout] 6213 | / gen_chain_struct! { [INFO] [stdout] 6214 | | name: PipelineRasterizationStateCreateInfoChain [PipelineRasterizationStateCreateInfoChainWrapper], [INFO] [stdout] 6215 | | query: PipelineRasterizationStateCreateInfoChainQuery [PipelineRasterizationStateCreateInfoChainQueryWrapper], [INFO] [stdout] 6216 | | vks: vks::core::VkPipelineRasterizationStateCreateInfo, [INFO] [stdout] ... | [INFO] [stdout] 6227 | | } [INFO] [stdout] 6228 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6250:5 [INFO] [stdout] | [INFO] [stdout] 6250 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineRasterizationStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6247:10 [INFO] [stdout] | [INFO] [stdout] 6247 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sample_mask` [INFO] [stdout] --> src/core/mod.rs:6302:5 [INFO] [stdout] | [INFO] [stdout] 6302 | sample_mask: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineMultisampleStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6299:10 [INFO] [stdout] | [INFO] [stdout] 6299 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6303:5 [INFO] [stdout] | [INFO] [stdout] 6303 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineMultisampleStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6299:10 [INFO] [stdout] | [INFO] [stdout] 6299 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6389:5 [INFO] [stdout] | [INFO] [stdout] 6389 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineDepthStencilStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6386:10 [INFO] [stdout] | [INFO] [stdout] 6386 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attachments` [INFO] [stdout] --> src/core/mod.rs:6466:5 [INFO] [stdout] | [INFO] [stdout] 6466 | attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineColorBlendStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6463:10 [INFO] [stdout] | [INFO] [stdout] 6463 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6467:5 [INFO] [stdout] | [INFO] [stdout] 6467 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineColorBlendStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6463:10 [INFO] [stdout] | [INFO] [stdout] 6463 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dynamic_states` [INFO] [stdout] --> src/core/mod.rs:6518:5 [INFO] [stdout] | [INFO] [stdout] 6518 | dynamic_states: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineDynamicStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6515:10 [INFO] [stdout] | [INFO] [stdout] 6515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6519:5 [INFO] [stdout] | [INFO] [stdout] 6519 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineDynamicStateCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6515:10 [INFO] [stdout] | [INFO] [stdout] 6515 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `stages` [INFO] [stdout] --> src/core/mod.rs:6579:5 [INFO] [stdout] | [INFO] [stdout] 6579 | stages: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_stages` [INFO] [stdout] --> src/core/mod.rs:6580:5 [INFO] [stdout] | [INFO] [stdout] 6580 | vk_stages: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vertex_input_state` [INFO] [stdout] --> src/core/mod.rs:6581:5 [INFO] [stdout] | [INFO] [stdout] 6581 | vertex_input_state: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `input_assembly_state` [INFO] [stdout] --> src/core/mod.rs:6582:5 [INFO] [stdout] | [INFO] [stdout] 6582 | input_assembly_state: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tessellation_state` [INFO] [stdout] --> src/core/mod.rs:6583:5 [INFO] [stdout] | [INFO] [stdout] 6583 | tessellation_state: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `viewport_state` [INFO] [stdout] --> src/core/mod.rs:6584:5 [INFO] [stdout] | [INFO] [stdout] 6584 | viewport_state: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `rasterization_state` [INFO] [stdout] --> src/core/mod.rs:6585:5 [INFO] [stdout] | [INFO] [stdout] 6585 | rasterization_state: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `multisample_state` [INFO] [stdout] --> src/core/mod.rs:6586:5 [INFO] [stdout] | [INFO] [stdout] 6586 | multisample_state: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `depth_stencil_state` [INFO] [stdout] --> src/core/mod.rs:6587:5 [INFO] [stdout] | [INFO] [stdout] 6587 | depth_stencil_state: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `color_blend_state` [INFO] [stdout] --> src/core/mod.rs:6588:5 [INFO] [stdout] | [INFO] [stdout] 6588 | color_blend_state: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dynamic_state` [INFO] [stdout] --> src/core/mod.rs:6589:5 [INFO] [stdout] | [INFO] [stdout] 6589 | dynamic_state: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `layout` [INFO] [stdout] --> src/core/mod.rs:6590:5 [INFO] [stdout] | [INFO] [stdout] 6590 | layout: PipelineLayout, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `render_pass` [INFO] [stdout] --> src/core/mod.rs:6591:5 [INFO] [stdout] | [INFO] [stdout] 6591 | render_pass: RenderPass, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `base_pipeline` [INFO] [stdout] --> src/core/mod.rs:6592:5 [INFO] [stdout] | [INFO] [stdout] 6592 | base_pipeline: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6593:5 [INFO] [stdout] | [INFO] [stdout] 6593 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkGraphicsPipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6576:10 [INFO] [stdout] | [INFO] [stdout] 6576 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `stage` [INFO] [stdout] --> src/core/mod.rs:6734:5 [INFO] [stdout] | [INFO] [stdout] 6734 | stage: VkPipelineShaderStageCreateInfoWrapper, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkComputePipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6731:10 [INFO] [stdout] | [INFO] [stdout] 6731 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `layout` [INFO] [stdout] --> src/core/mod.rs:6735:5 [INFO] [stdout] | [INFO] [stdout] 6735 | layout: PipelineLayout, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkComputePipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6731:10 [INFO] [stdout] | [INFO] [stdout] 6731 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `base_pipeline` [INFO] [stdout] --> src/core/mod.rs:6736:5 [INFO] [stdout] | [INFO] [stdout] 6736 | base_pipeline: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkComputePipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6731:10 [INFO] [stdout] | [INFO] [stdout] 6731 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6737:5 [INFO] [stdout] | [INFO] [stdout] 6737 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkComputePipelineCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6731:10 [INFO] [stdout] | [INFO] [stdout] 6731 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `set_layouts` [INFO] [stdout] --> src/core/mod.rs:6812:5 [INFO] [stdout] | [INFO] [stdout] 6812 | set_layouts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineLayoutCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6809:10 [INFO] [stdout] | [INFO] [stdout] 6809 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_set_layouts` [INFO] [stdout] --> src/core/mod.rs:6813:5 [INFO] [stdout] | [INFO] [stdout] 6813 | vk_set_layouts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineLayoutCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6809:10 [INFO] [stdout] | [INFO] [stdout] 6809 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `push_constant_ranges` [INFO] [stdout] --> src/core/mod.rs:6814:5 [INFO] [stdout] | [INFO] [stdout] 6814 | push_constant_ranges: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineLayoutCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6809:10 [INFO] [stdout] | [INFO] [stdout] 6809 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6815:5 [INFO] [stdout] | [INFO] [stdout] 6815 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineLayoutCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6809:10 [INFO] [stdout] | [INFO] [stdout] 6809 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6890:5 [INFO] [stdout] | [INFO] [stdout] 6890 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSamplerCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6887:10 [INFO] [stdout] | [INFO] [stdout] 6887 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `immutable_samplers` [INFO] [stdout] --> src/core/mod.rs:6936:5 [INFO] [stdout] | [INFO] [stdout] 6936 | immutable_samplers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetLayoutBindingWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6933:10 [INFO] [stdout] | [INFO] [stdout] 6933 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `immutable_vk_samplers` [INFO] [stdout] --> src/core/mod.rs:6937:5 [INFO] [stdout] | [INFO] [stdout] 6937 | immutable_vk_samplers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetLayoutBindingWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6933:10 [INFO] [stdout] | [INFO] [stdout] 6933 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bindings` [INFO] [stdout] --> src/core/mod.rs:6984:5 [INFO] [stdout] | [INFO] [stdout] 6984 | bindings: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetLayoutCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6981:10 [INFO] [stdout] | [INFO] [stdout] 6981 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_bindings` [INFO] [stdout] --> src/core/mod.rs:6985:5 [INFO] [stdout] | [INFO] [stdout] 6985 | vk_bindings: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetLayoutCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6981:10 [INFO] [stdout] | [INFO] [stdout] 6981 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:6986:5 [INFO] [stdout] | [INFO] [stdout] 6986 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetLayoutCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:6981:10 [INFO] [stdout] | [INFO] [stdout] 6981 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pool_sizes` [INFO] [stdout] --> src/core/mod.rs:7053:5 [INFO] [stdout] | [INFO] [stdout] 7053 | pool_sizes: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorPoolCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7050:10 [INFO] [stdout] | [INFO] [stdout] 7050 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7054:5 [INFO] [stdout] | [INFO] [stdout] 7054 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorPoolCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7050:10 [INFO] [stdout] | [INFO] [stdout] 7050 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `descriptor_pool` [INFO] [stdout] --> src/core/mod.rs:7100:5 [INFO] [stdout] | [INFO] [stdout] 7100 | descriptor_pool: DescriptorPool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetAllocateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7097:10 [INFO] [stdout] | [INFO] [stdout] 7097 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `set_layouts` [INFO] [stdout] --> src/core/mod.rs:7101:5 [INFO] [stdout] | [INFO] [stdout] 7101 | set_layouts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetAllocateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7097:10 [INFO] [stdout] | [INFO] [stdout] 7097 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_set_layouts` [INFO] [stdout] --> src/core/mod.rs:7102:5 [INFO] [stdout] | [INFO] [stdout] 7102 | vk_set_layouts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetAllocateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7097:10 [INFO] [stdout] | [INFO] [stdout] 7097 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7103:5 [INFO] [stdout] | [INFO] [stdout] 7103 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorSetAllocateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7097:10 [INFO] [stdout] | [INFO] [stdout] 7097 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sampler` [INFO] [stdout] --> src/core/mod.rs:7138:5 [INFO] [stdout] | [INFO] [stdout] 7138 | sampler: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorImageInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7135:10 [INFO] [stdout] | [INFO] [stdout] 7135 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image_view` [INFO] [stdout] --> src/core/mod.rs:7139:5 [INFO] [stdout] | [INFO] [stdout] 7139 | image_view: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorImageInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7135:10 [INFO] [stdout] | [INFO] [stdout] 7135 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/core/mod.rs:7177:5 [INFO] [stdout] | [INFO] [stdout] 7177 | buffer: Buffer, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDescriptorBufferInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7174:10 [INFO] [stdout] | [INFO] [stdout] 7174 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dst_set` [INFO] [stdout] --> src/core/mod.rs:7223:5 [INFO] [stdout] | [INFO] [stdout] 7223 | dst_set: DescriptorSet, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image_info` [INFO] [stdout] --> src/core/mod.rs:7224:5 [INFO] [stdout] | [INFO] [stdout] 7224 | image_info: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_image_info` [INFO] [stdout] --> src/core/mod.rs:7225:5 [INFO] [stdout] | [INFO] [stdout] 7225 | vk_image_info: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer_info` [INFO] [stdout] --> src/core/mod.rs:7226:5 [INFO] [stdout] | [INFO] [stdout] 7226 | buffer_info: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_buffer_info` [INFO] [stdout] --> src/core/mod.rs:7227:5 [INFO] [stdout] | [INFO] [stdout] 7227 | vk_buffer_info: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `texel_buffer_view` [INFO] [stdout] --> src/core/mod.rs:7228:5 [INFO] [stdout] | [INFO] [stdout] 7228 | texel_buffer_view: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_texel_buffer_view` [INFO] [stdout] --> src/core/mod.rs:7229:5 [INFO] [stdout] | [INFO] [stdout] 7229 | vk_texel_buffer_view: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7230:5 [INFO] [stdout] | [INFO] [stdout] 7230 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWriteDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7220:10 [INFO] [stdout] | [INFO] [stdout] 7220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `src_set` [INFO] [stdout] --> src/core/mod.rs:7315:5 [INFO] [stdout] | [INFO] [stdout] 7315 | src_set: DescriptorSet, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCopyDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7312:10 [INFO] [stdout] | [INFO] [stdout] 7312 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dst_set` [INFO] [stdout] --> src/core/mod.rs:7316:5 [INFO] [stdout] | [INFO] [stdout] 7316 | dst_set: DescriptorSet, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCopyDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7312:10 [INFO] [stdout] | [INFO] [stdout] 7312 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7317:5 [INFO] [stdout] | [INFO] [stdout] 7317 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCopyDescriptorSetWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7312:10 [INFO] [stdout] | [INFO] [stdout] 7312 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `render_pass` [INFO] [stdout] --> src/core/mod.rs:7366:5 [INFO] [stdout] | [INFO] [stdout] 7366 | render_pass: RenderPass, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkFramebufferCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7363:10 [INFO] [stdout] | [INFO] [stdout] 7363 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attachments` [INFO] [stdout] --> src/core/mod.rs:7367:5 [INFO] [stdout] | [INFO] [stdout] 7367 | attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkFramebufferCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7363:10 [INFO] [stdout] | [INFO] [stdout] 7363 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_attachments` [INFO] [stdout] --> src/core/mod.rs:7368:5 [INFO] [stdout] | [INFO] [stdout] 7368 | vk_attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkFramebufferCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7363:10 [INFO] [stdout] | [INFO] [stdout] 7363 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7369:5 [INFO] [stdout] | [INFO] [stdout] 7369 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkFramebufferCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7363:10 [INFO] [stdout] | [INFO] [stdout] 7363 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `input_attachments` [INFO] [stdout] --> src/core/mod.rs:7543:5 [INFO] [stdout] | [INFO] [stdout] 7543 | input_attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubpassDescriptionWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7540:10 [INFO] [stdout] | [INFO] [stdout] 7540 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `color_attachments` [INFO] [stdout] --> src/core/mod.rs:7544:5 [INFO] [stdout] | [INFO] [stdout] 7544 | color_attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubpassDescriptionWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7540:10 [INFO] [stdout] | [INFO] [stdout] 7540 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `resolve_attachments` [INFO] [stdout] --> src/core/mod.rs:7545:5 [INFO] [stdout] | [INFO] [stdout] 7545 | resolve_attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubpassDescriptionWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7540:10 [INFO] [stdout] | [INFO] [stdout] 7540 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `depth_stencil_attachment` [INFO] [stdout] --> src/core/mod.rs:7546:5 [INFO] [stdout] | [INFO] [stdout] 7546 | depth_stencil_attachment: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubpassDescriptionWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7540:10 [INFO] [stdout] | [INFO] [stdout] 7540 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `preserve_attachments` [INFO] [stdout] --> src/core/mod.rs:7547:5 [INFO] [stdout] | [INFO] [stdout] 7547 | preserve_attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSubpassDescriptionWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7540:10 [INFO] [stdout] | [INFO] [stdout] 7540 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attachments` [INFO] [stdout] --> src/core/mod.rs:7676:5 [INFO] [stdout] | [INFO] [stdout] 7676 | attachments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7673:10 [INFO] [stdout] | [INFO] [stdout] 7673 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `subpasses` [INFO] [stdout] --> src/core/mod.rs:7677:5 [INFO] [stdout] | [INFO] [stdout] 7677 | subpasses: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7673:10 [INFO] [stdout] | [INFO] [stdout] 7673 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_subpasses` [INFO] [stdout] --> src/core/mod.rs:7678:5 [INFO] [stdout] | [INFO] [stdout] 7678 | vk_subpasses: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7673:10 [INFO] [stdout] | [INFO] [stdout] 7673 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dependencies` [INFO] [stdout] --> src/core/mod.rs:7679:5 [INFO] [stdout] | [INFO] [stdout] 7679 | dependencies: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7673:10 [INFO] [stdout] | [INFO] [stdout] 7673 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7680:5 [INFO] [stdout] | [INFO] [stdout] 7680 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7673:10 [INFO] [stdout] | [INFO] [stdout] 7673 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7746:5 [INFO] [stdout] | [INFO] [stdout] 7746 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandPoolCreateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7743:10 [INFO] [stdout] | [INFO] [stdout] 7743 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `command_pool` [INFO] [stdout] --> src/core/mod.rs:7785:5 [INFO] [stdout] | [INFO] [stdout] 7785 | command_pool: CommandPool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandBufferAllocateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7782:10 [INFO] [stdout] | [INFO] [stdout] 7782 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7786:5 [INFO] [stdout] | [INFO] [stdout] 7786 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandBufferAllocateInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7782:10 [INFO] [stdout] | [INFO] [stdout] 7782 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `render_pass` [INFO] [stdout] --> src/core/mod.rs:7830:5 [INFO] [stdout] | [INFO] [stdout] 7830 | render_pass: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandBufferInheritanceInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7827:10 [INFO] [stdout] | [INFO] [stdout] 7827 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `framebuffer` [INFO] [stdout] --> src/core/mod.rs:7831:5 [INFO] [stdout] | [INFO] [stdout] 7831 | framebuffer: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandBufferInheritanceInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7827:10 [INFO] [stdout] | [INFO] [stdout] 7827 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7832:5 [INFO] [stdout] | [INFO] [stdout] 7832 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandBufferInheritanceInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7827:10 [INFO] [stdout] | [INFO] [stdout] 7827 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `inheritance_info` [INFO] [stdout] --> src/core/mod.rs:7886:5 [INFO] [stdout] | [INFO] [stdout] 7886 | inheritance_info: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandBufferBeginInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7883:10 [INFO] [stdout] | [INFO] [stdout] 7883 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:7887:5 [INFO] [stdout] | [INFO] [stdout] 7887 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkCommandBufferBeginInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:7883:10 [INFO] [stdout] | [INFO] [stdout] 7883 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:8150:5 [INFO] [stdout] | [INFO] [stdout] 8150 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkMemoryBarrierWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8147:10 [INFO] [stdout] | [INFO] [stdout] 8147 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/core/mod.rs:8193:5 [INFO] [stdout] | [INFO] [stdout] 8193 | buffer: Buffer, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBufferMemoryBarrierWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8190:10 [INFO] [stdout] | [INFO] [stdout] 8190 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:8194:5 [INFO] [stdout] | [INFO] [stdout] 8194 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkBufferMemoryBarrierWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8190:10 [INFO] [stdout] | [INFO] [stdout] 8190 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image` [INFO] [stdout] --> src/core/mod.rs:8244:5 [INFO] [stdout] | [INFO] [stdout] 8244 | image: Image, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkImageMemoryBarrierWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8241:10 [INFO] [stdout] | [INFO] [stdout] 8241 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:8245:5 [INFO] [stdout] | [INFO] [stdout] 8245 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkImageMemoryBarrierWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8241:10 [INFO] [stdout] | [INFO] [stdout] 8241 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `render_pass` [INFO] [stdout] --> src/core/mod.rs:8292:5 [INFO] [stdout] | [INFO] [stdout] 8292 | render_pass: RenderPass, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassBeginInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8289:10 [INFO] [stdout] | [INFO] [stdout] 8289 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `framebuffer` [INFO] [stdout] --> src/core/mod.rs:8293:5 [INFO] [stdout] | [INFO] [stdout] 8293 | framebuffer: Framebuffer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassBeginInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8289:10 [INFO] [stdout] | [INFO] [stdout] 8289 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `clear_values` [INFO] [stdout] --> src/core/mod.rs:8294:5 [INFO] [stdout] | [INFO] [stdout] 8294 | clear_values: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassBeginInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8289:10 [INFO] [stdout] | [INFO] [stdout] 8289 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/core/mod.rs:8295:5 [INFO] [stdout] | [INFO] [stdout] 8295 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkRenderPassBeginInfoWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/core/mod.rs:8289:10 [INFO] [stdout] | [INFO] [stdout] 8289 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/amd_rasterization_order.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPipelineRasterizationStateRasterizationOrderAMDWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/amd_rasterization_order.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `object_name` [INFO] [stdout] --> src/ext_debug_marker.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | object_name: CString, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDebugMarkerObjectNameInfoEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_debug_marker.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/ext_debug_marker.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDebugMarkerObjectNameInfoEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_debug_marker.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tag` [INFO] [stdout] --> src/ext_debug_marker.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | tag: Vec, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDebugMarkerObjectTagInfoEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_debug_marker.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/ext_debug_marker.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDebugMarkerObjectTagInfoEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_debug_marker.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `marker_name` [INFO] [stdout] --> src/ext_debug_marker.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | marker_name: CString, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDebugMarkerMarkerInfoEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_debug_marker.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/ext_debug_marker.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDebugMarkerMarkerInfoEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_debug_marker.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/ext_debug_report/mod.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDebugReportCallbackCreateInfoEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_debug_report/mod.rs:188:10 [INFO] [stdout] | [INFO] [stdout] 188 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_disabled_validation_checks` [INFO] [stdout] --> src/ext_validation_flags.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | vk_disabled_validation_checks: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkValidationFlagsEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_validation_flags.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/ext_validation_flags.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkValidationFlagsEXTWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ext_validation_flags.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_android_surface.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkAndroidSurfaceCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_android_surface.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_display/mod.rs:150:5 [INFO] [stdout] | [INFO] [stdout] 150 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDisplayModeCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_display/mod.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_display/mod.rs:247:5 [INFO] [stdout] | [INFO] [stdout] 247 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDisplaySurfaceCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_display/mod.rs:244:10 [INFO] [stdout] | [INFO] [stdout] 244 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_display_swapchain.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDisplayPresentInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_display_swapchain.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_get_physical_device_properties2.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPhysicalDeviceFeatures2KHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_get_physical_device_properties2.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_get_physical_device_properties2.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 159 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPhysicalDeviceImageFormatInfo2KHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_get_physical_device_properties2.rs:156:10 [INFO] [stdout] | [INFO] [stdout] 156 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_get_physical_device_properties2.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPhysicalDeviceSparseImageFormatInfo2KHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_get_physical_device_properties2.rs:272:10 [INFO] [stdout] | [INFO] [stdout] 272 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling dacite v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_mir_surface.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkMirSurfaceCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_mir_surface.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `surface` [INFO] [stdout] --> src/khr_swapchain/mod.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | surface: khr_surface::SurfaceKhr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSwapchainCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `queue_family_indices` [INFO] [stdout] --> src/khr_swapchain/mod.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | queue_family_indices: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSwapchainCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `old_swapchain` [INFO] [stdout] --> src/khr_swapchain/mod.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | old_swapchain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSwapchainCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_swapchain/mod.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkSwapchainCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `display_present_info_khr` [INFO] [stdout] --> src/chain.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | $( $field_name: Option>, )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/khr_swapchain/mod.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 134 | / gen_chain_struct! { [INFO] [stdout] 135 | | name: PresentInfoChainKhr [PresentInfoChainKhrWrapper], [INFO] [stdout] 136 | | query: PresentInfoChainQueryKhr [PresentInfoChainQueryKhrWrapper], [INFO] [stdout] 137 | | vks: vks::khr_swapchain::VkPresentInfoKHR, [INFO] [stdout] ... | [INFO] [stdout] 148 | | } [INFO] [stdout] 149 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `PresentInfoChainKhrWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/chain.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/khr_swapchain/mod.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 134 | / gen_chain_struct! { [INFO] [stdout] 135 | | name: PresentInfoChainKhr [PresentInfoChainKhrWrapper], [INFO] [stdout] 136 | | query: PresentInfoChainQueryKhr [PresentInfoChainQueryKhrWrapper], [INFO] [stdout] 137 | | vks: vks::khr_swapchain::VkPresentInfoKHR, [INFO] [stdout] ... | [INFO] [stdout] 148 | | } [INFO] [stdout] 149 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `gen_chain_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `wait_semaphores` [INFO] [stdout] --> src/khr_swapchain/mod.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | wait_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPresentInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_wait_semaphores` [INFO] [stdout] --> src/khr_swapchain/mod.rs:166:5 [INFO] [stdout] | [INFO] [stdout] 166 | vk_wait_semaphores: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPresentInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `swapchains` [INFO] [stdout] --> src/khr_swapchain/mod.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | swapchains: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPresentInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vk_swapchains` [INFO] [stdout] --> src/khr_swapchain/mod.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | vk_swapchains: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPresentInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image_indices` [INFO] [stdout] --> src/khr_swapchain/mod.rs:169:5 [INFO] [stdout] | [INFO] [stdout] 169 | image_indices: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPresentInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_swapchain/mod.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 170 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkPresentInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_swapchain/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_wayland_surface.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWaylandSurfaceCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_wayland_surface.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_win32_surface.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWin32SurfaceCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_win32_surface.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_xcb_surface.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkXcbSurfaceCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_xcb_surface.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/khr_xlib_surface.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkXlibSurfaceCreateInfoKHRWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/khr_xlib_surface.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/nv_dedicated_allocation.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDedicatedAllocationImageCreateInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_dedicated_allocation.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/nv_dedicated_allocation.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDedicatedAllocationBufferCreateInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_dedicated_allocation.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image` [INFO] [stdout] --> src/nv_dedicated_allocation.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | image: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDedicatedAllocationMemoryAllocateInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_dedicated_allocation.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/nv_dedicated_allocation.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | buffer: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDedicatedAllocationMemoryAllocateInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_dedicated_allocation.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/nv_dedicated_allocation.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 114 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkDedicatedAllocationMemoryAllocateInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_dedicated_allocation.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/nv_external_memory.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkExternalMemoryImageCreateInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_external_memory.rs:35:10 [INFO] [stdout] | [INFO] [stdout] 35 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/nv_external_memory.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkExportMemoryAllocateInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_external_memory.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/nv_external_memory_win32.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkImportMemoryWin32HandleInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_external_memory_win32.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chain` [INFO] [stdout] --> src/nv_external_memory_win32.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | chain: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkExportMemoryWin32HandleInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_external_memory_win32.rs:75:10 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `acquire_syncs` [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | acquire_syncs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VkWin32KeyedMutexAcquireReleaseInfoNVWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nv_win32_keyed_mutex.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [WARN] too many lines in the log, truncating it