[INFO] fetching crate raw_vulkan_handle 0.1.1... [INFO] checking raw_vulkan_handle-0.1.1 against master#c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3 for pr-141352 [INFO] extracting crate raw_vulkan_handle 0.1.1 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate raw_vulkan_handle 0.1.1 on toolchain c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate raw_vulkan_handle 0.1.1 [INFO] finished tweaking crates.io crate raw_vulkan_handle 0.1.1 [INFO] tweaked toml for crates.io crate raw_vulkan_handle 0.1.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6a8fd837507b8a8961ebcbf59f23a1163e3d2b4175b5bde270af52c0dd6535c2 [INFO] running `Command { std: "docker" "start" "-a" "6a8fd837507b8a8961ebcbf59f23a1163e3d2b4175b5bde270af52c0dd6535c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6a8fd837507b8a8961ebcbf59f23a1163e3d2b4175b5bde270af52c0dd6535c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a8fd837507b8a8961ebcbf59f23a1163e3d2b4175b5bde270af52c0dd6535c2", kill_on_drop: false }` [INFO] [stdout] 6a8fd837507b8a8961ebcbf59f23a1163e3d2b4175b5bde270af52c0dd6535c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 54624a29d3bba590b0e321dac77af91028151eec6264ad1a1a24ce0898dc8373 [INFO] running `Command { std: "docker" "start" "-a" "54624a29d3bba590b0e321dac77af91028151eec6264ad1a1a24ce0898dc8373", kill_on_drop: false }` [INFO] [stderr] Checking raw_vulkan_handle v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | / define_handle!( [INFO] [stdout] 82 | | /// Khronos: [VkCommandBuffer](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkCommandBuffer.html) (handle) [INFO] [stdout] 83 | | /// * Parent: [VkCommandPool] [INFO] [stdout] 84 | | /// * Object Type Enum: `VK_OBJECT_TYPE_COMMAND_BUFFER` [INFO] [stdout] 85 | | VkCommandBuffer [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 87 | / define_handle!( [INFO] [stdout] 88 | | /// Khronos: [VkDevice](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDevice.html) (handle) [INFO] [stdout] 89 | | /// * Parent: [VkPhysicalDevice] [INFO] [stdout] 90 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DEVICE` [INFO] [stdout] 91 | | VkDevice [INFO] [stdout] 92 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | / define_handle!( [INFO] [stdout] 94 | | /// Khronos: [VkInstance](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkInstance.html) (handle) [INFO] [stdout] 95 | | /// * Parent: none. [INFO] [stdout] 96 | | /// * Object Type Enum: `VK_OBJECT_TYPE_INSTANCE` [INFO] [stdout] 97 | | VkInstance [INFO] [stdout] 98 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 99 | / define_handle!( [INFO] [stdout] 100 | | /// Khronos: [VkPhysicalDevice](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPhysicalDevice.html) (handle) [INFO] [stdout] 101 | | /// * Parent: [VkInstance] [INFO] [stdout] 102 | | /// * Object Type Enum: `VK_OBJECT_TYPE_PHYSICAL_DEVICE` [INFO] [stdout] 103 | | VkPhysicalDevice [INFO] [stdout] 104 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 105 | / define_handle!( [INFO] [stdout] 106 | | /// Khronos: [VkQueue](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkQueue.html) (handle) [INFO] [stdout] 107 | | /// * Parent: [VkDevice] [INFO] [stdout] 108 | | /// * Object Type Enum: `VK_OBJECT_TYPE_QUEUE` [INFO] [stdout] 109 | | VkQueue [INFO] [stdout] 110 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | / define_non_dispatchable_handle!( [INFO] [stdout] 117 | | /// Khronos: [VkDeviceMemory](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDeviceMemory.html) (non-dispatchable ... [INFO] [stdout] 118 | | /// * Parent [VkDevice] [INFO] [stdout] 119 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DEVICE_MEMORY` [INFO] [stdout] 120 | | VkDeviceMemory [INFO] [stdout] 121 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 122 | / define_non_dispatchable_handle!( [INFO] [stdout] 123 | | /// Khronos: [VkCommandPool](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkCommandPool.html) (non-dispatchable ha... [INFO] [stdout] 124 | | /// * Parent [VkDevice] [INFO] [stdout] 125 | | /// * Object Type Enum: `VK_OBJECT_TYPE_COMMAND_POOL` [INFO] [stdout] 126 | | VkCommandPool [INFO] [stdout] 127 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 128 | / define_non_dispatchable_handle!( [INFO] [stdout] 129 | | /// Khronos: [VkBuffer](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkBuffer.html) (non-dispatchable handle) [INFO] [stdout] 130 | | /// * Parent [VkDevice] [INFO] [stdout] 131 | | /// * Object Type Enum: `VK_OBJECT_TYPE_BUFFER` [INFO] [stdout] 132 | | VkBuffer [INFO] [stdout] 133 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | / define_non_dispatchable_handle!( [INFO] [stdout] 135 | | /// Khronos: [VkBufferView](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkBufferView.html) (non-dispatchable handle) [INFO] [stdout] 136 | | /// * Parent [VkDevice] [INFO] [stdout] 137 | | /// * Object Type Enum: `VK_OBJECT_TYPE_BUFFER_VIEW` [INFO] [stdout] 138 | | VkBufferView [INFO] [stdout] 139 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | / define_non_dispatchable_handle!( [INFO] [stdout] 141 | | /// Khronos: [VkImage](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkImage.html) (non-dispatchable handle) [INFO] [stdout] 142 | | /// * Parent [VkDevice] [INFO] [stdout] 143 | | /// * Object Type Enum: `VK_OBJECT_TYPE_IMAGE` [INFO] [stdout] 144 | | VkImage [INFO] [stdout] 145 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | / define_non_dispatchable_handle!( [INFO] [stdout] 147 | | /// Khronos: [VkImageView](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkImageView.html) (non-dispatchable handle) [INFO] [stdout] 148 | | /// * Parent [VkDevice] [INFO] [stdout] 149 | | /// * Object Type Enum: `VK_OBJECT_TYPE_IMAGE_VIEW` [INFO] [stdout] 150 | | VkImageView [INFO] [stdout] 151 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 152 | / define_non_dispatchable_handle!( [INFO] [stdout] 153 | | /// Khronos: [VkShaderModule](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkShaderModule.html) (non-dispatchable ... [INFO] [stdout] 154 | | /// * Parent [VkDevice] [INFO] [stdout] 155 | | /// * Object Type Enum: `VK_OBJECT_TYPE_SHADER_MODULE` [INFO] [stdout] 156 | | VkShaderModule [INFO] [stdout] 157 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 158 | / define_non_dispatchable_handle!( [INFO] [stdout] 159 | | /// Khronos: [VkPipeline](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPipeline.html) (non-dispatchable handle) [INFO] [stdout] 160 | | /// * Parent [VkDevice] [INFO] [stdout] 161 | | /// * Object Type Enum: `VK_OBJECT_TYPE_PIPELINE` [INFO] [stdout] 162 | | VkPipeline [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | / define_non_dispatchable_handle!( [INFO] [stdout] 165 | | /// Khronos: [VkPipelineLayout](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPipelineLayout.html) (non-dispatcha... [INFO] [stdout] 166 | | /// * Parent [VkDevice] [INFO] [stdout] 167 | | /// * Object Type Enum: `VK_OBJECT_TYPE_PIPELINE_LAYOUT` [INFO] [stdout] 168 | | VkPipelineLayout [INFO] [stdout] 169 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 170 | / define_non_dispatchable_handle!( [INFO] [stdout] 171 | | /// Khronos: [VkSampler](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSampler.html) (non-dispatchable handle) [INFO] [stdout] 172 | | /// * Parent [VkDevice] [INFO] [stdout] 173 | | /// * Object Type Enum: `VK_OBJECT_TYPE_SAMPLER` [INFO] [stdout] 174 | | VkSampler [INFO] [stdout] 175 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 176 | / define_non_dispatchable_handle!( [INFO] [stdout] 177 | | /// Khronos: [VkDescriptorSet](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDescriptorSet.html) (non-dispatchabl... [INFO] [stdout] 178 | | /// * Parent [VkDescriptorPool] [INFO] [stdout] 179 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DESCRIPTOR_SET` [INFO] [stdout] 180 | | VkDescriptorSet [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 182 | / define_non_dispatchable_handle!( [INFO] [stdout] 183 | | /// Khronos: [VkDescriptorSetLayout](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDescriptorSetLayout.html) (non... [INFO] [stdout] 184 | | /// * Parent [VkDevice] [INFO] [stdout] 185 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DESCRIPTOR_SET_LAYOUT` [INFO] [stdout] 186 | | VkDescriptorSetLayout [INFO] [stdout] 187 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 188 | / define_non_dispatchable_handle!( [INFO] [stdout] 189 | | /// Khronos: [VkDescriptorPool](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDescriptorPool.html) (non-dispatcha... [INFO] [stdout] 190 | | /// * Parent [VkDevice] [INFO] [stdout] 191 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DESCRIPTOR_POOL` [INFO] [stdout] 192 | | VkDescriptorPool [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | / define_non_dispatchable_handle!( [INFO] [stdout] 195 | | /// Khronos: [VkFence](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkFence.html) (non-dispatchable handle) [INFO] [stdout] 196 | | /// * Parent [VkDevice] [INFO] [stdout] 197 | | /// * Object Type Enum: `VK_OBJECT_TYPE_FENCE` [INFO] [stdout] 198 | | VkFence [INFO] [stdout] 199 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 200 | / define_non_dispatchable_handle!( [INFO] [stdout] 201 | | /// Khronos: [VkSemaphore](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSemaphore.html) (non-dispatchable handle) [INFO] [stdout] 202 | | /// * Parent [VkDevice] [INFO] [stdout] 203 | | /// * Object Type Enum: `VK_OBJECT_TYPE_SEMAPHORE` [INFO] [stdout] 204 | | VkSemaphore [INFO] [stdout] 205 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / define_non_dispatchable_handle!( [INFO] [stdout] 207 | | /// Khronos: [VkEvent](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkEvent.html) (non-dispatchable handle) [INFO] [stdout] 208 | | /// * Parent [VkDevice] [INFO] [stdout] 209 | | /// * Object Type Enum: `VK_OBJECT_TYPE_EVENT` [INFO] [stdout] 210 | | VkEvent [INFO] [stdout] 211 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | / define_non_dispatchable_handle!( [INFO] [stdout] 213 | | /// Khronos: [VkQueryPool](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkQueryPool.html) (non-dispatchable handle) [INFO] [stdout] 214 | | /// * Parent [VkDevice] [INFO] [stdout] 215 | | /// * Object Type Enum: `VK_OBJECT_TYPE_QUERY_POOL` [INFO] [stdout] 216 | | VkQueryPool [INFO] [stdout] 217 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 218 | / define_non_dispatchable_handle!( [INFO] [stdout] 219 | | /// Khronos: [VkFramebuffer](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkFramebuffer.html) (non-dispatchable ha... [INFO] [stdout] 220 | | /// * Parent [VkDevice] [INFO] [stdout] 221 | | /// * Object Type Enum: `VK_OBJECT_TYPE_FRAMEBUFFER` [INFO] [stdout] 222 | | VkFramebuffer [INFO] [stdout] 223 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 224 | / define_non_dispatchable_handle!( [INFO] [stdout] 225 | | /// Khronos: [VkRenderPass](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkRenderPass.html) (non-dispatchable handle) [INFO] [stdout] 226 | | /// * Parent [VkDevice] [INFO] [stdout] 227 | | /// * Object Type Enum: `VK_OBJECT_TYPE_RENDER_PASS` [INFO] [stdout] 228 | | VkRenderPass [INFO] [stdout] 229 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / define_non_dispatchable_handle!( [INFO] [stdout] 231 | | /// Khronos: [VkPipelineCache](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPipelineCache.html) (non-dispatchabl... [INFO] [stdout] 232 | | /// * Parent [VkDevice] [INFO] [stdout] 233 | | /// * Object Type Enum: `VK_OBJECT_TYPE_PIPELINE_CACHE` [INFO] [stdout] 234 | | VkPipelineCache [INFO] [stdout] 235 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 236 | / define_non_dispatchable_handle!( [INFO] [stdout] 237 | | /// Khronos: [VkIndirectCommandsLayoutNV](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkIndirectCommandsLayoutNV.... [INFO] [stdout] 238 | | /// * Parent [VkDevice] [INFO] [stdout] 239 | | /// * Object Type Enum: `VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NV` [INFO] [stdout] 240 | | VkIndirectCommandsLayoutNV [INFO] [stdout] 241 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | / define_non_dispatchable_handle!( [INFO] [stdout] 243 | | /// Khronos: [VkDescriptorUpdateTemplate](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDescriptorUpdateTemplate.... [INFO] [stdout] 244 | | /// * Parent [VkDevice] [INFO] [stdout] 245 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE` [INFO] [stdout] 246 | | VkDescriptorUpdateTemplate [INFO] [stdout] 247 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 248 | / define_non_dispatchable_handle!( [INFO] [stdout] 249 | | /// Khronos: [VkSamplerYcbcrConversion](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSamplerYcbcrConversion.html... [INFO] [stdout] 250 | | /// * Parent [VkDevice] [INFO] [stdout] 251 | | /// * Object Type Enum: `VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION` [INFO] [stdout] 252 | | VkSamplerYcbcrConversion [INFO] [stdout] 253 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | / define_non_dispatchable_handle!( [INFO] [stdout] 255 | | /// Khronos: [VkValidationCacheEXT](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkValidationCacheEXT.html) (non-d... [INFO] [stdout] 256 | | /// * Parent [VkDevice] [INFO] [stdout] 257 | | /// * Object Type Enum: `VK_OBJECT_TYPE_VALIDATION_CACHE_EXT` [INFO] [stdout] 258 | | VkValidationCacheEXT [INFO] [stdout] 259 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 260 | / define_non_dispatchable_handle!( [INFO] [stdout] 261 | | /// Khronos: [VkAccelerationStructureKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkAccelerationStructureKHR.... [INFO] [stdout] 262 | | /// * Parent [VkDevice] [INFO] [stdout] 263 | | /// * Object Type Enum: `VK_OBJECT_TYPE_ACCELERATION_STRUCTURE_KHR` [INFO] [stdout] 264 | | VkAccelerationStructureKHR [INFO] [stdout] 265 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 266 | / define_non_dispatchable_handle!( [INFO] [stdout] 267 | | /// Khronos: [VkAccelerationStructureNV](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkAccelerationStructureNV.ht... [INFO] [stdout] 268 | | /// * Parent [VkDevice] [INFO] [stdout] 269 | | /// * Object Type Enum: `VK_OBJECT_TYPE_ACCELERATION_STRUCTURE_NV` [INFO] [stdout] 270 | | VkAccelerationStructureNV [INFO] [stdout] 271 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / define_non_dispatchable_handle!( [INFO] [stdout] 273 | | /// Khronos: [VkPerformanceConfigurationINTEL](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPerformanceConfigura... [INFO] [stdout] 274 | | /// * Parent [VkDevice] [INFO] [stdout] 275 | | /// * Object Type Enum: `VK_OBJECT_TYPE_PERFORMANCE_CONFIGURATION_INTEL` [INFO] [stdout] 276 | | VkPerformanceConfigurationINTEL [INFO] [stdout] 277 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / define_non_dispatchable_handle!( [INFO] [stdout] 279 | | /// Khronos: [VkBufferCollectionFUCHSIA](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkBufferCollectionFUCHSIA.ht... [INFO] [stdout] 280 | | /// * Parent [VkDevice] [INFO] [stdout] 281 | | /// * Object Type Enum: `VK_OBJECT_TYPE_BUFFER_COLLECTION_FUCHSIA` [INFO] [stdout] 282 | | VkBufferCollectionFUCHSIA [INFO] [stdout] 283 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 284 | / define_non_dispatchable_handle!( [INFO] [stdout] 285 | | /// Khronos: [VkDeferredOperationKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDeferredOperationKHR.html) (n... [INFO] [stdout] 286 | | /// * Parent [VkDevice] [INFO] [stdout] 287 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DEFERRED_OPERATION_KHR` [INFO] [stdout] 288 | | VkDeferredOperationKHR [INFO] [stdout] 289 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 290 | / define_non_dispatchable_handle!( [INFO] [stdout] 291 | | /// Khronos: [VkPrivateDataSlot](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPrivateDataSlot.html) (non-dispatc... [INFO] [stdout] 292 | | /// * Parent [VkDevice] [INFO] [stdout] 293 | | /// * Object Type Enum: `VK_OBJECT_TYPE_PRIVATE_DATA_SLOT` [INFO] [stdout] 294 | | VkPrivateDataSlot [INFO] [stdout] 295 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 296 | / define_non_dispatchable_handle!( [INFO] [stdout] 297 | | /// Khronos: [VkCuModuleNVX](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkCuModuleNVX.html) (non-dispatchable ha... [INFO] [stdout] 298 | | /// * Parent [VkDevice] [INFO] [stdout] 299 | | /// * Object Type Enum: `VK_OBJECT_TYPE_CU_MODULE_NVX` [INFO] [stdout] 300 | | VkCuModuleNVX [INFO] [stdout] 301 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 302 | / define_non_dispatchable_handle!( [INFO] [stdout] 303 | | /// Khronos: [VkCuFunctionNVX](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkCuFunctionNVX.html) (non-dispatchabl... [INFO] [stdout] 304 | | /// * Parent [VkDevice] [INFO] [stdout] 305 | | /// * Object Type Enum: `VK_OBJECT_TYPE_CU_FUNCTION_NVX` [INFO] [stdout] 306 | | VkCuFunctionNVX [INFO] [stdout] 307 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 308 | / define_non_dispatchable_handle!( [INFO] [stdout] 309 | | /// Khronos: [VkOpticalFlowSessionNV](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkOpticalFlowSessionNV.html) (n... [INFO] [stdout] 310 | | /// * Parent [VkDevice] [INFO] [stdout] 311 | | /// * Object Type Enum: `VK_OBJECT_TYPE_OPTICAL_FLOW_SESSION_NV` [INFO] [stdout] 312 | | VkOpticalFlowSessionNV [INFO] [stdout] 313 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 314 | / define_non_dispatchable_handle!( [INFO] [stdout] 315 | | /// Khronos: [VkMicromapEXT](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkMicromapEXT.html) (non-dispatchable ha... [INFO] [stdout] 316 | | /// * Parent [VkDevice] [INFO] [stdout] 317 | | /// * Object Type Enum: `VK_OBJECT_TYPE_MICROMAP_EXT` [INFO] [stdout] 318 | | VkMicromapEXT [INFO] [stdout] 319 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / define_non_dispatchable_handle!( [INFO] [stdout] 326 | | /// Khronos: [VkDisplayKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDisplayKHR.html) (non-dispatchable handle) [INFO] [stdout] 327 | | /// * Parent: [VkPhysicalDevice] [INFO] [stdout] 328 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DISPLAY_KHR` [INFO] [stdout] 329 | | VkDisplayKHR [INFO] [stdout] 330 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 331 | / define_non_dispatchable_handle!( [INFO] [stdout] 332 | | /// Khronos: [VkDisplayModeKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDisplayModeKHR.html) (non-dispatcha... [INFO] [stdout] 333 | | /// * Parent: [VkDisplayKHR] [INFO] [stdout] 334 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DISPLAY_MODE_KHR` [INFO] [stdout] 335 | | VkDisplayModeKHR [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 337 | / define_non_dispatchable_handle!( [INFO] [stdout] 338 | | /// Khronos: [VkSurfaceKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSurfaceKHR.html) (non-dispatchable handle) [INFO] [stdout] 339 | | /// * Parent: [VkInstance] [INFO] [stdout] 340 | | /// * Object Type Enum: `VK_OBJECT_TYPE_SURFACE_KHR` [INFO] [stdout] 341 | | VkSurfaceKHR [INFO] [stdout] 342 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 343 | / define_non_dispatchable_handle!( [INFO] [stdout] 344 | | /// Khronos: [VkSwapchainKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSwapchainKHR.html) (non-dispatchable ... [INFO] [stdout] 345 | | /// * Parent: [VkDevice] [INFO] [stdout] 346 | | /// * Object Type Enum: `VK_OBJECT_TYPE_SWAPCHAIN_KHR` [INFO] [stdout] 347 | | VkSwapchainKHR [INFO] [stdout] 348 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 349 | / define_non_dispatchable_handle!( [INFO] [stdout] 350 | | /// Khronos: [VkDebugReportCallbackEXT](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDebugReportCallbackEXT.html... [INFO] [stdout] 351 | | /// * Parent: [VkInstance] [INFO] [stdout] 352 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DEBUG_REPORT_CALLBACK_EXT` [INFO] [stdout] 353 | | VkDebugReportCallbackEXT [INFO] [stdout] 354 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 355 | / define_non_dispatchable_handle!( [INFO] [stdout] 356 | | /// Khronos: [VkDebugUtilsMessengerEXT](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDebugUtilsMessengerEXT.html... [INFO] [stdout] 357 | | /// * Parent: [VkInstance] [INFO] [stdout] 358 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DEBUG_UTILS_MESSENGER_EXT` [INFO] [stdout] 359 | | VkDebugUtilsMessengerEXT [INFO] [stdout] 360 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 366 | / define_non_dispatchable_handle!( [INFO] [stdout] 367 | | /// Khronos: [VkVideoSessionKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkVideoSessionKHR.html) (non-dispatc... [INFO] [stdout] 368 | | /// * Parent: [VkDevice] [INFO] [stdout] 369 | | /// * Object Type Enum: `VK_OBJECT_TYPE_VIDEO_SESSION_KHR` [INFO] [stdout] 370 | | VkVideoSessionKHR [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 372 | / define_non_dispatchable_handle!( [INFO] [stdout] 373 | | /// Khronos: [VkVideoSessionParametersKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkVideoSessionParametersKH... [INFO] [stdout] 374 | | /// * Parent: [VkVideoSessionKHR] [INFO] [stdout] 375 | | /// * Object Type Enum: `VK_OBJECT_TYPE_VIDEO_SESSION_PARAMETERS_KHR` [INFO] [stdout] 376 | | VkVideoSessionParametersKHR [INFO] [stdout] 377 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 383 | / define_non_dispatchable_handle!( [INFO] [stdout] 384 | | /// Khronos: [VkSemaphoreSciSyncPoolNV](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSemaphoreSciSyncPoolNV.html... [INFO] [stdout] 385 | | /// * Parent: [VkDevice] [INFO] [stdout] 386 | | /// * Object Type Enum: `VK_OBJECT_TYPE_SEMAPHORE_SCI_SYNC_POOL_NV` [INFO] [stdout] 387 | | VkSemaphoreSciSyncPoolNV [INFO] [stdout] 388 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | / define_handle!( [INFO] [stdout] 82 | | /// Khronos: [VkCommandBuffer](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkCommandBuffer.html) (handle) [INFO] [stdout] 83 | | /// * Parent: [VkCommandPool] [INFO] [stdout] 84 | | /// * Object Type Enum: `VK_OBJECT_TYPE_COMMAND_BUFFER` [INFO] [stdout] 85 | | VkCommandBuffer [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 87 | / define_handle!( [INFO] [stdout] 88 | | /// Khronos: [VkDevice](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDevice.html) (handle) [INFO] [stdout] 89 | | /// * Parent: [VkPhysicalDevice] [INFO] [stdout] 90 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DEVICE` [INFO] [stdout] 91 | | VkDevice [INFO] [stdout] 92 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | / define_handle!( [INFO] [stdout] 94 | | /// Khronos: [VkInstance](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkInstance.html) (handle) [INFO] [stdout] 95 | | /// * Parent: none. [INFO] [stdout] 96 | | /// * Object Type Enum: `VK_OBJECT_TYPE_INSTANCE` [INFO] [stdout] 97 | | VkInstance [INFO] [stdout] 98 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 99 | / define_handle!( [INFO] [stdout] 100 | | /// Khronos: [VkPhysicalDevice](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPhysicalDevice.html) (handle) [INFO] [stdout] 101 | | /// * Parent: [VkInstance] [INFO] [stdout] 102 | | /// * Object Type Enum: `VK_OBJECT_TYPE_PHYSICAL_DEVICE` [INFO] [stdout] 103 | | VkPhysicalDevice [INFO] [stdout] 104 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 105 | / define_handle!( [INFO] [stdout] 106 | | /// Khronos: [VkQueue](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkQueue.html) (handle) [INFO] [stdout] 107 | | /// * Parent: [VkDevice] [INFO] [stdout] 108 | | /// * Object Type Enum: `VK_OBJECT_TYPE_QUEUE` [INFO] [stdout] 109 | | VkQueue [INFO] [stdout] 110 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | / define_non_dispatchable_handle!( [INFO] [stdout] 117 | | /// Khronos: [VkDeviceMemory](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDeviceMemory.html) (non-dispatchable ... [INFO] [stdout] 118 | | /// * Parent [VkDevice] [INFO] [stdout] 119 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DEVICE_MEMORY` [INFO] [stdout] 120 | | VkDeviceMemory [INFO] [stdout] 121 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 122 | / define_non_dispatchable_handle!( [INFO] [stdout] 123 | | /// Khronos: [VkCommandPool](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkCommandPool.html) (non-dispatchable ha... [INFO] [stdout] 124 | | /// * Parent [VkDevice] [INFO] [stdout] 125 | | /// * Object Type Enum: `VK_OBJECT_TYPE_COMMAND_POOL` [INFO] [stdout] 126 | | VkCommandPool [INFO] [stdout] 127 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 128 | / define_non_dispatchable_handle!( [INFO] [stdout] 129 | | /// Khronos: [VkBuffer](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkBuffer.html) (non-dispatchable handle) [INFO] [stdout] 130 | | /// * Parent [VkDevice] [INFO] [stdout] 131 | | /// * Object Type Enum: `VK_OBJECT_TYPE_BUFFER` [INFO] [stdout] 132 | | VkBuffer [INFO] [stdout] 133 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | / define_non_dispatchable_handle!( [INFO] [stdout] 135 | | /// Khronos: [VkBufferView](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkBufferView.html) (non-dispatchable handle) [INFO] [stdout] 136 | | /// * Parent [VkDevice] [INFO] [stdout] 137 | | /// * Object Type Enum: `VK_OBJECT_TYPE_BUFFER_VIEW` [INFO] [stdout] 138 | | VkBufferView [INFO] [stdout] 139 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | / define_non_dispatchable_handle!( [INFO] [stdout] 141 | | /// Khronos: [VkImage](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkImage.html) (non-dispatchable handle) [INFO] [stdout] 142 | | /// * Parent [VkDevice] [INFO] [stdout] 143 | | /// * Object Type Enum: `VK_OBJECT_TYPE_IMAGE` [INFO] [stdout] 144 | | VkImage [INFO] [stdout] 145 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | / define_non_dispatchable_handle!( [INFO] [stdout] 147 | | /// Khronos: [VkImageView](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkImageView.html) (non-dispatchable handle) [INFO] [stdout] 148 | | /// * Parent [VkDevice] [INFO] [stdout] 149 | | /// * Object Type Enum: `VK_OBJECT_TYPE_IMAGE_VIEW` [INFO] [stdout] 150 | | VkImageView [INFO] [stdout] 151 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 152 | / define_non_dispatchable_handle!( [INFO] [stdout] 153 | | /// Khronos: [VkShaderModule](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkShaderModule.html) (non-dispatchable ... [INFO] [stdout] 154 | | /// * Parent [VkDevice] [INFO] [stdout] 155 | | /// * Object Type Enum: `VK_OBJECT_TYPE_SHADER_MODULE` [INFO] [stdout] 156 | | VkShaderModule [INFO] [stdout] 157 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 158 | / define_non_dispatchable_handle!( [INFO] [stdout] 159 | | /// Khronos: [VkPipeline](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPipeline.html) (non-dispatchable handle) [INFO] [stdout] 160 | | /// * Parent [VkDevice] [INFO] [stdout] 161 | | /// * Object Type Enum: `VK_OBJECT_TYPE_PIPELINE` [INFO] [stdout] 162 | | VkPipeline [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | / define_non_dispatchable_handle!( [INFO] [stdout] 165 | | /// Khronos: [VkPipelineLayout](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPipelineLayout.html) (non-dispatcha... [INFO] [stdout] 166 | | /// * Parent [VkDevice] [INFO] [stdout] 167 | | /// * Object Type Enum: `VK_OBJECT_TYPE_PIPELINE_LAYOUT` [INFO] [stdout] 168 | | VkPipelineLayout [INFO] [stdout] 169 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 170 | / define_non_dispatchable_handle!( [INFO] [stdout] 171 | | /// Khronos: [VkSampler](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSampler.html) (non-dispatchable handle) [INFO] [stdout] 172 | | /// * Parent [VkDevice] [INFO] [stdout] 173 | | /// * Object Type Enum: `VK_OBJECT_TYPE_SAMPLER` [INFO] [stdout] 174 | | VkSampler [INFO] [stdout] 175 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 176 | / define_non_dispatchable_handle!( [INFO] [stdout] 177 | | /// Khronos: [VkDescriptorSet](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDescriptorSet.html) (non-dispatchabl... [INFO] [stdout] 178 | | /// * Parent [VkDescriptorPool] [INFO] [stdout] 179 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DESCRIPTOR_SET` [INFO] [stdout] 180 | | VkDescriptorSet [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 182 | / define_non_dispatchable_handle!( [INFO] [stdout] 183 | | /// Khronos: [VkDescriptorSetLayout](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDescriptorSetLayout.html) (non... [INFO] [stdout] 184 | | /// * Parent [VkDevice] [INFO] [stdout] 185 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DESCRIPTOR_SET_LAYOUT` [INFO] [stdout] 186 | | VkDescriptorSetLayout [INFO] [stdout] 187 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 188 | / define_non_dispatchable_handle!( [INFO] [stdout] 189 | | /// Khronos: [VkDescriptorPool](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDescriptorPool.html) (non-dispatcha... [INFO] [stdout] 190 | | /// * Parent [VkDevice] [INFO] [stdout] 191 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DESCRIPTOR_POOL` [INFO] [stdout] 192 | | VkDescriptorPool [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | / define_non_dispatchable_handle!( [INFO] [stdout] 195 | | /// Khronos: [VkFence](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkFence.html) (non-dispatchable handle) [INFO] [stdout] 196 | | /// * Parent [VkDevice] [INFO] [stdout] 197 | | /// * Object Type Enum: `VK_OBJECT_TYPE_FENCE` [INFO] [stdout] 198 | | VkFence [INFO] [stdout] 199 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 200 | / define_non_dispatchable_handle!( [INFO] [stdout] 201 | | /// Khronos: [VkSemaphore](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSemaphore.html) (non-dispatchable handle) [INFO] [stdout] 202 | | /// * Parent [VkDevice] [INFO] [stdout] 203 | | /// * Object Type Enum: `VK_OBJECT_TYPE_SEMAPHORE` [INFO] [stdout] 204 | | VkSemaphore [INFO] [stdout] 205 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / define_non_dispatchable_handle!( [INFO] [stdout] 207 | | /// Khronos: [VkEvent](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkEvent.html) (non-dispatchable handle) [INFO] [stdout] 208 | | /// * Parent [VkDevice] [INFO] [stdout] 209 | | /// * Object Type Enum: `VK_OBJECT_TYPE_EVENT` [INFO] [stdout] 210 | | VkEvent [INFO] [stdout] 211 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | / define_non_dispatchable_handle!( [INFO] [stdout] 213 | | /// Khronos: [VkQueryPool](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkQueryPool.html) (non-dispatchable handle) [INFO] [stdout] 214 | | /// * Parent [VkDevice] [INFO] [stdout] 215 | | /// * Object Type Enum: `VK_OBJECT_TYPE_QUERY_POOL` [INFO] [stdout] 216 | | VkQueryPool [INFO] [stdout] 217 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 218 | / define_non_dispatchable_handle!( [INFO] [stdout] 219 | | /// Khronos: [VkFramebuffer](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkFramebuffer.html) (non-dispatchable ha... [INFO] [stdout] 220 | | /// * Parent [VkDevice] [INFO] [stdout] 221 | | /// * Object Type Enum: `VK_OBJECT_TYPE_FRAMEBUFFER` [INFO] [stdout] 222 | | VkFramebuffer [INFO] [stdout] 223 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 224 | / define_non_dispatchable_handle!( [INFO] [stdout] 225 | | /// Khronos: [VkRenderPass](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkRenderPass.html) (non-dispatchable handle) [INFO] [stdout] 226 | | /// * Parent [VkDevice] [INFO] [stdout] 227 | | /// * Object Type Enum: `VK_OBJECT_TYPE_RENDER_PASS` [INFO] [stdout] 228 | | VkRenderPass [INFO] [stdout] 229 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / define_non_dispatchable_handle!( [INFO] [stdout] 231 | | /// Khronos: [VkPipelineCache](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPipelineCache.html) (non-dispatchabl... [INFO] [stdout] 232 | | /// * Parent [VkDevice] [INFO] [stdout] 233 | | /// * Object Type Enum: `VK_OBJECT_TYPE_PIPELINE_CACHE` [INFO] [stdout] 234 | | VkPipelineCache [INFO] [stdout] 235 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 236 | / define_non_dispatchable_handle!( [INFO] [stdout] 237 | | /// Khronos: [VkIndirectCommandsLayoutNV](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkIndirectCommandsLayoutNV.... [INFO] [stdout] 238 | | /// * Parent [VkDevice] [INFO] [stdout] 239 | | /// * Object Type Enum: `VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NV` [INFO] [stdout] 240 | | VkIndirectCommandsLayoutNV [INFO] [stdout] 241 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | / define_non_dispatchable_handle!( [INFO] [stdout] 243 | | /// Khronos: [VkDescriptorUpdateTemplate](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDescriptorUpdateTemplate.... [INFO] [stdout] 244 | | /// * Parent [VkDevice] [INFO] [stdout] 245 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE` [INFO] [stdout] 246 | | VkDescriptorUpdateTemplate [INFO] [stdout] 247 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 248 | / define_non_dispatchable_handle!( [INFO] [stdout] 249 | | /// Khronos: [VkSamplerYcbcrConversion](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSamplerYcbcrConversion.html... [INFO] [stdout] 250 | | /// * Parent [VkDevice] [INFO] [stdout] 251 | | /// * Object Type Enum: `VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION` [INFO] [stdout] 252 | | VkSamplerYcbcrConversion [INFO] [stdout] 253 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | / define_non_dispatchable_handle!( [INFO] [stdout] 255 | | /// Khronos: [VkValidationCacheEXT](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkValidationCacheEXT.html) (non-d... [INFO] [stdout] 256 | | /// * Parent [VkDevice] [INFO] [stdout] 257 | | /// * Object Type Enum: `VK_OBJECT_TYPE_VALIDATION_CACHE_EXT` [INFO] [stdout] 258 | | VkValidationCacheEXT [INFO] [stdout] 259 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 260 | / define_non_dispatchable_handle!( [INFO] [stdout] 261 | | /// Khronos: [VkAccelerationStructureKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkAccelerationStructureKHR.... [INFO] [stdout] 262 | | /// * Parent [VkDevice] [INFO] [stdout] 263 | | /// * Object Type Enum: `VK_OBJECT_TYPE_ACCELERATION_STRUCTURE_KHR` [INFO] [stdout] 264 | | VkAccelerationStructureKHR [INFO] [stdout] 265 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 266 | / define_non_dispatchable_handle!( [INFO] [stdout] 267 | | /// Khronos: [VkAccelerationStructureNV](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkAccelerationStructureNV.ht... [INFO] [stdout] 268 | | /// * Parent [VkDevice] [INFO] [stdout] 269 | | /// * Object Type Enum: `VK_OBJECT_TYPE_ACCELERATION_STRUCTURE_NV` [INFO] [stdout] 270 | | VkAccelerationStructureNV [INFO] [stdout] 271 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | / define_non_dispatchable_handle!( [INFO] [stdout] 273 | | /// Khronos: [VkPerformanceConfigurationINTEL](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPerformanceConfigura... [INFO] [stdout] 274 | | /// * Parent [VkDevice] [INFO] [stdout] 275 | | /// * Object Type Enum: `VK_OBJECT_TYPE_PERFORMANCE_CONFIGURATION_INTEL` [INFO] [stdout] 276 | | VkPerformanceConfigurationINTEL [INFO] [stdout] 277 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / define_non_dispatchable_handle!( [INFO] [stdout] 279 | | /// Khronos: [VkBufferCollectionFUCHSIA](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkBufferCollectionFUCHSIA.ht... [INFO] [stdout] 280 | | /// * Parent [VkDevice] [INFO] [stdout] 281 | | /// * Object Type Enum: `VK_OBJECT_TYPE_BUFFER_COLLECTION_FUCHSIA` [INFO] [stdout] 282 | | VkBufferCollectionFUCHSIA [INFO] [stdout] 283 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 284 | / define_non_dispatchable_handle!( [INFO] [stdout] 285 | | /// Khronos: [VkDeferredOperationKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDeferredOperationKHR.html) (n... [INFO] [stdout] 286 | | /// * Parent [VkDevice] [INFO] [stdout] 287 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DEFERRED_OPERATION_KHR` [INFO] [stdout] 288 | | VkDeferredOperationKHR [INFO] [stdout] 289 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 290 | / define_non_dispatchable_handle!( [INFO] [stdout] 291 | | /// Khronos: [VkPrivateDataSlot](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPrivateDataSlot.html) (non-dispatc... [INFO] [stdout] 292 | | /// * Parent [VkDevice] [INFO] [stdout] 293 | | /// * Object Type Enum: `VK_OBJECT_TYPE_PRIVATE_DATA_SLOT` [INFO] [stdout] 294 | | VkPrivateDataSlot [INFO] [stdout] 295 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 296 | / define_non_dispatchable_handle!( [INFO] [stdout] 297 | | /// Khronos: [VkCuModuleNVX](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkCuModuleNVX.html) (non-dispatchable ha... [INFO] [stdout] 298 | | /// * Parent [VkDevice] [INFO] [stdout] 299 | | /// * Object Type Enum: `VK_OBJECT_TYPE_CU_MODULE_NVX` [INFO] [stdout] 300 | | VkCuModuleNVX [INFO] [stdout] 301 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 302 | / define_non_dispatchable_handle!( [INFO] [stdout] 303 | | /// Khronos: [VkCuFunctionNVX](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkCuFunctionNVX.html) (non-dispatchabl... [INFO] [stdout] 304 | | /// * Parent [VkDevice] [INFO] [stdout] 305 | | /// * Object Type Enum: `VK_OBJECT_TYPE_CU_FUNCTION_NVX` [INFO] [stdout] 306 | | VkCuFunctionNVX [INFO] [stdout] 307 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 308 | / define_non_dispatchable_handle!( [INFO] [stdout] 309 | | /// Khronos: [VkOpticalFlowSessionNV](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkOpticalFlowSessionNV.html) (n... [INFO] [stdout] 310 | | /// * Parent [VkDevice] [INFO] [stdout] 311 | | /// * Object Type Enum: `VK_OBJECT_TYPE_OPTICAL_FLOW_SESSION_NV` [INFO] [stdout] 312 | | VkOpticalFlowSessionNV [INFO] [stdout] 313 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 314 | / define_non_dispatchable_handle!( [INFO] [stdout] 315 | | /// Khronos: [VkMicromapEXT](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkMicromapEXT.html) (non-dispatchable ha... [INFO] [stdout] 316 | | /// * Parent [VkDevice] [INFO] [stdout] 317 | | /// * Object Type Enum: `VK_OBJECT_TYPE_MICROMAP_EXT` [INFO] [stdout] 318 | | VkMicromapEXT [INFO] [stdout] 319 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 325 | / define_non_dispatchable_handle!( [INFO] [stdout] 326 | | /// Khronos: [VkDisplayKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDisplayKHR.html) (non-dispatchable handle) [INFO] [stdout] 327 | | /// * Parent: [VkPhysicalDevice] [INFO] [stdout] 328 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DISPLAY_KHR` [INFO] [stdout] 329 | | VkDisplayKHR [INFO] [stdout] 330 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 331 | / define_non_dispatchable_handle!( [INFO] [stdout] 332 | | /// Khronos: [VkDisplayModeKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDisplayModeKHR.html) (non-dispatcha... [INFO] [stdout] 333 | | /// * Parent: [VkDisplayKHR] [INFO] [stdout] 334 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DISPLAY_MODE_KHR` [INFO] [stdout] 335 | | VkDisplayModeKHR [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 337 | / define_non_dispatchable_handle!( [INFO] [stdout] 338 | | /// Khronos: [VkSurfaceKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSurfaceKHR.html) (non-dispatchable handle) [INFO] [stdout] 339 | | /// * Parent: [VkInstance] [INFO] [stdout] 340 | | /// * Object Type Enum: `VK_OBJECT_TYPE_SURFACE_KHR` [INFO] [stdout] 341 | | VkSurfaceKHR [INFO] [stdout] 342 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 343 | / define_non_dispatchable_handle!( [INFO] [stdout] 344 | | /// Khronos: [VkSwapchainKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSwapchainKHR.html) (non-dispatchable ... [INFO] [stdout] 345 | | /// * Parent: [VkDevice] [INFO] [stdout] 346 | | /// * Object Type Enum: `VK_OBJECT_TYPE_SWAPCHAIN_KHR` [INFO] [stdout] 347 | | VkSwapchainKHR [INFO] [stdout] 348 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 349 | / define_non_dispatchable_handle!( [INFO] [stdout] 350 | | /// Khronos: [VkDebugReportCallbackEXT](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDebugReportCallbackEXT.html... [INFO] [stdout] 351 | | /// * Parent: [VkInstance] [INFO] [stdout] 352 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DEBUG_REPORT_CALLBACK_EXT` [INFO] [stdout] 353 | | VkDebugReportCallbackEXT [INFO] [stdout] 354 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 355 | / define_non_dispatchable_handle!( [INFO] [stdout] 356 | | /// Khronos: [VkDebugUtilsMessengerEXT](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDebugUtilsMessengerEXT.html... [INFO] [stdout] 357 | | /// * Parent: [VkInstance] [INFO] [stdout] 358 | | /// * Object Type Enum: `VK_OBJECT_TYPE_DEBUG_UTILS_MESSENGER_EXT` [INFO] [stdout] 359 | | VkDebugUtilsMessengerEXT [INFO] [stdout] 360 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 366 | / define_non_dispatchable_handle!( [INFO] [stdout] 367 | | /// Khronos: [VkVideoSessionKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkVideoSessionKHR.html) (non-dispatc... [INFO] [stdout] 368 | | /// * Parent: [VkDevice] [INFO] [stdout] 369 | | /// * Object Type Enum: `VK_OBJECT_TYPE_VIDEO_SESSION_KHR` [INFO] [stdout] 370 | | VkVideoSessionKHR [INFO] [stdout] 371 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 372 | / define_non_dispatchable_handle!( [INFO] [stdout] 373 | | /// Khronos: [VkVideoSessionParametersKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkVideoSessionParametersKH... [INFO] [stdout] 374 | | /// * Parent: [VkVideoSessionKHR] [INFO] [stdout] 375 | | /// * Object Type Enum: `VK_OBJECT_TYPE_VIDEO_SESSION_PARAMETERS_KHR` [INFO] [stdout] 376 | | VkVideoSessionParametersKHR [INFO] [stdout] 377 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 383 | / define_non_dispatchable_handle!( [INFO] [stdout] 384 | | /// Khronos: [VkSemaphoreSciSyncPoolNV](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSemaphoreSciSyncPoolNV.html... [INFO] [stdout] 385 | | /// * Parent: [VkDevice] [INFO] [stdout] 386 | | /// * Object Type Enum: `VK_OBJECT_TYPE_SEMAPHORE_SCI_SYNC_POOL_NV` [INFO] [stdout] 387 | | VkSemaphoreSciSyncPoolNV [INFO] [stdout] 388 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_non_dispatchable_handle` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] running `Command { std: "docker" "inspect" "54624a29d3bba590b0e321dac77af91028151eec6264ad1a1a24ce0898dc8373", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54624a29d3bba590b0e321dac77af91028151eec6264ad1a1a24ce0898dc8373", kill_on_drop: false }` [INFO] [stdout] 54624a29d3bba590b0e321dac77af91028151eec6264ad1a1a24ce0898dc8373