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