[INFO] crate vks 0.21.0 is already in cache [INFO] extracting crate vks 0.21.0 into work/ex/clippy-test-run/sources/stable/reg/vks/0.21.0 [INFO] extracting crate vks 0.21.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/vks/0.21.0 [INFO] validating manifest of vks-0.21.0 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of vks-0.21.0 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing vks-0.21.0 [INFO] finished frobbing vks-0.21.0 [INFO] frobbed toml for vks-0.21.0 written to work/ex/clippy-test-run/sources/stable/reg/vks/0.21.0/Cargo.toml [INFO] started frobbing vks-0.21.0 [INFO] finished frobbing vks-0.21.0 [INFO] frobbed toml for vks-0.21.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/vks/0.21.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting vks-0.21.0 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-0/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/vks/0.21.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3bae74c89a8569129201c514dddd37205423d84ff695ad656798a3672fc5f8a4 [INFO] running `"docker" "start" "-a" "3bae74c89a8569129201c514dddd37205423d84ff695ad656798a3672fc5f8a4"` [INFO] [stderr] Compiling vks v0.21.0 (/opt/crater/workdir) [INFO] [stderr] warning: lint name `unreadable_literal` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:23:45 [INFO] [stderr] | [INFO] [stderr] 23 | #![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unreadable_literal` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `expl_impl_clone_on_copy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:26:45 [INFO] [stderr] | [INFO] [stderr] 26 | #![cfg_attr(feature = "cargo-clippy", allow(expl_impl_clone_on_copy))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [INFO] [stderr] [INFO] [stderr] warning: lint name `unreadable_literal` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:23:45 [INFO] [stderr] | [INFO] [stderr] 23 | #![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unreadable_literal` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `expl_impl_clone_on_copy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:26:45 [INFO] [stderr] | [INFO] [stderr] 26 | #![cfg_attr(feature = "cargo-clippy", allow(expl_impl_clone_on_copy))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::expl_impl_clone_on_copy` [INFO] [stderr] [INFO] [stderr] warning: lint name `unreadable_literal` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:23:45 [INFO] [stderr] | [INFO] [stderr] 23 | #![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unreadable_literal` [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 329 | / addr_proc_struct!( [INFO] [stderr] 330 | | /// [`Core Vulkan specification`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html) [INFO] [stderr] 331 | | pub struct Vk [vk] { [INFO] [stderr] 332 | | /// [`vkAllocateCommandBuffers`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAllocateCommandBuffers) [INFO] [stderr] ... | [INFO] [stderr] 691 | | } [INFO] [stderr] 692 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 329 | / addr_proc_struct!( [INFO] [stderr] 330 | | /// [`Core Vulkan specification`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html) [INFO] [stderr] 331 | | pub struct Vk [vk] { [INFO] [stderr] 332 | | /// [`vkAllocateCommandBuffers`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAllocateCommandBuffers) [INFO] [stderr] ... | [INFO] [stderr] 691 | | } [INFO] [stderr] 692 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 694 | / addr_proc_struct!( [INFO] [stderr] 695 | | /// [`VK_AMD_draw_indirect_count`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_AMD_draw_indirect_count) [INFO] [stderr] 696 | | pub struct AMD_draw_indirect_count [amd_draw_indirect_count] { [INFO] [stderr] 697 | | /// [`vkCmdDrawIndexedIndirectCountAMD`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDrawIndexedIndirectCountAMD) [INFO] [stderr] ... | [INFO] [stderr] 702 | | } [INFO] [stderr] 703 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 694 | / addr_proc_struct!( [INFO] [stderr] 695 | | /// [`VK_AMD_draw_indirect_count`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_AMD_draw_indirect_count) [INFO] [stderr] 696 | | pub struct AMD_draw_indirect_count [amd_draw_indirect_count] { [INFO] [stderr] 697 | | /// [`vkCmdDrawIndexedIndirectCountAMD`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDrawIndexedIndirectCountAMD) [INFO] [stderr] ... | [INFO] [stderr] 702 | | } [INFO] [stderr] 703 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 705 | / addr_proc_struct!( [INFO] [stderr] 706 | | /// [`VK_EXT_debug_marker`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_debug_marker) [INFO] [stderr] 707 | | pub struct EXT_debug_marker [ext_debug_marker] { [INFO] [stderr] 708 | | /// [`vkCmdDebugMarkerBeginEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDebugMarkerBeginEXT) [INFO] [stderr] ... | [INFO] [stderr] 722 | | } [INFO] [stderr] 723 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 705 | / addr_proc_struct!( [INFO] [stderr] 706 | | /// [`VK_EXT_debug_marker`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_debug_marker) [INFO] [stderr] 707 | | pub struct EXT_debug_marker [ext_debug_marker] { [INFO] [stderr] 708 | | /// [`vkCmdDebugMarkerBeginEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDebugMarkerBeginEXT) [INFO] [stderr] ... | [INFO] [stderr] 722 | | } [INFO] [stderr] 723 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 725 | / addr_proc_struct!( [INFO] [stderr] 726 | | /// [`VK_EXT_discard_rectangles`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_discard_rectangles) [INFO] [stderr] 727 | | pub struct EXT_discard_rectangles [ext_discard_rectangles] { [INFO] [stderr] 728 | | /// [`vkCmdSetDiscardRectangleEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetDiscardRectangleEXT) [INFO] [stderr] 729 | | pub fn vkCmdSetDiscardRectangleEXT(commandBuffer: vk::VkCommandBuffer, firstDiscardRectangle: u32, discardRectangleCount: u32, pDiscardRectangles: *const vk::VkRect2D); [pfn_vkCmdSetDiscardRectangleEXT: ext_discard_rectangles::PFN_vkCmdSetDiscardRectangleEXT], [INFO] [stderr] 730 | | } [INFO] [stderr] 731 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 725 | / addr_proc_struct!( [INFO] [stderr] 726 | | /// [`VK_EXT_discard_rectangles`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_discard_rectangles) [INFO] [stderr] 727 | | pub struct EXT_discard_rectangles [ext_discard_rectangles] { [INFO] [stderr] 728 | | /// [`vkCmdSetDiscardRectangleEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetDiscardRectangleEXT) [INFO] [stderr] 729 | | pub fn vkCmdSetDiscardRectangleEXT(commandBuffer: vk::VkCommandBuffer, firstDiscardRectangle: u32, discardRectangleCount: u32, pDiscardRectangles: *const vk::VkRect2D); [pfn_vkCmdSetDiscardRectangleEXT: ext_discard_rectangles::PFN_vkCmdSetDiscardRectangleEXT], [INFO] [stderr] 730 | | } [INFO] [stderr] 731 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 733 | / addr_proc_struct!( [INFO] [stderr] 734 | | /// [`VK_EXT_display_control`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_display_control) [INFO] [stderr] 735 | | pub struct EXT_display_control [ext_display_control] { [INFO] [stderr] 736 | | /// [`vkDisplayPowerControlEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkDisplayPowerControlEXT) [INFO] [stderr] ... | [INFO] [stderr] 747 | | } [INFO] [stderr] 748 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 733 | / addr_proc_struct!( [INFO] [stderr] 734 | | /// [`VK_EXT_display_control`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_display_control) [INFO] [stderr] 735 | | pub struct EXT_display_control [ext_display_control] { [INFO] [stderr] 736 | | /// [`vkDisplayPowerControlEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkDisplayPowerControlEXT) [INFO] [stderr] ... | [INFO] [stderr] 747 | | } [INFO] [stderr] 748 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 750 | / addr_proc_struct!( [INFO] [stderr] 751 | | /// [`VK_EXT_hdr_metadata`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_hdr_metadata) [INFO] [stderr] 752 | | pub struct EXT_hdr_metadata [ext_hdr_metadata] { [INFO] [stderr] 753 | | /// [`vkSetHdrMetadataEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkSetHdrMetadataEXT) [INFO] [stderr] 754 | | pub fn vkSetHdrMetadataEXT(device: vk::VkDevice, swapchainCount: u32, pSwapchains: *const khr_swapchain::VkSwapchainKHR, pMetadata: *const ext_hdr_metadata::VkHdrMetadataEXT); [pfn_vkSetHdrMetadataEXT: ext_hdr_metadata::PFN_vkSetHdrMetadataEXT], [INFO] [stderr] 755 | | } [INFO] [stderr] 756 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 750 | / addr_proc_struct!( [INFO] [stderr] 751 | | /// [`VK_EXT_hdr_metadata`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_hdr_metadata) [INFO] [stderr] 752 | | pub struct EXT_hdr_metadata [ext_hdr_metadata] { [INFO] [stderr] 753 | | /// [`vkSetHdrMetadataEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkSetHdrMetadataEXT) [INFO] [stderr] 754 | | pub fn vkSetHdrMetadataEXT(device: vk::VkDevice, swapchainCount: u32, pSwapchains: *const khr_swapchain::VkSwapchainKHR, pMetadata: *const ext_hdr_metadata::VkHdrMetadataEXT); [pfn_vkSetHdrMetadataEXT: ext_hdr_metadata::PFN_vkSetHdrMetadataEXT], [INFO] [stderr] 755 | | } [INFO] [stderr] 756 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 758 | / addr_proc_struct!( [INFO] [stderr] 759 | | /// [`VK_GOOGLE_display_timing`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_GOOGLE_display_timing) [INFO] [stderr] 760 | | pub struct GOOGLE_display_timing [google_display_timing] { [INFO] [stderr] 761 | | /// [`vkGetPastPresentationTimingGOOGLE`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPastPresentationTimingGOOGLE) [INFO] [stderr] ... | [INFO] [stderr] 766 | | } [INFO] [stderr] 767 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 758 | / addr_proc_struct!( [INFO] [stderr] 759 | | /// [`VK_GOOGLE_display_timing`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_GOOGLE_display_timing) [INFO] [stderr] 760 | | pub struct GOOGLE_display_timing [google_display_timing] { [INFO] [stderr] 761 | | /// [`vkGetPastPresentationTimingGOOGLE`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPastPresentationTimingGOOGLE) [INFO] [stderr] ... | [INFO] [stderr] 766 | | } [INFO] [stderr] 767 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 769 | / addr_proc_struct!( [INFO] [stderr] 770 | | /// [`VK_KHR_descriptor_update_template`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_descriptor_update_template) [INFO] [stderr] 771 | | pub struct KHR_descriptor_update_template [khr_descriptor_update_template] { [INFO] [stderr] 772 | | /// [`vkCmdPushDescriptorSetWithTemplateKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetWithTemplateKHR) [INFO] [stderr] ... | [INFO] [stderr] 783 | | } [INFO] [stderr] 784 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 769 | / addr_proc_struct!( [INFO] [stderr] 770 | | /// [`VK_KHR_descriptor_update_template`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_descriptor_update_template) [INFO] [stderr] 771 | | pub struct KHR_descriptor_update_template [khr_descriptor_update_template] { [INFO] [stderr] 772 | | /// [`vkCmdPushDescriptorSetWithTemplateKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetWithTemplateKHR) [INFO] [stderr] ... | [INFO] [stderr] 783 | | } [INFO] [stderr] 784 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 786 | / addr_proc_struct!( [INFO] [stderr] 787 | | /// [`VK_KHR_display_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_display_swapchain) [INFO] [stderr] 788 | | pub struct KHR_display_swapchain [khr_display_swapchain] { [INFO] [stderr] 789 | | /// [`vkCreateSharedSwapchainsKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateSharedSwapchainsKHR) [INFO] [stderr] 790 | | pub fn vkCreateSharedSwapchainsKHR(device: vk::VkDevice, swapchainCount: u32, pCreateInfos: *const khr_swapchain::VkSwapchainCreateInfoKHR, pAllocator: *const vk::VkAllocationCallbacks, pSwapchains: *mut khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkCreateSharedSwapchainsKHR: khr_display_swapchain::PFN_vkCreateSharedSwapchainsKHR], [INFO] [stderr] 791 | | } [INFO] [stderr] 792 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 786 | / addr_proc_struct!( [INFO] [stderr] 787 | | /// [`VK_KHR_display_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_display_swapchain) [INFO] [stderr] 788 | | pub struct KHR_display_swapchain [khr_display_swapchain] { [INFO] [stderr] 789 | | /// [`vkCreateSharedSwapchainsKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateSharedSwapchainsKHR) [INFO] [stderr] 790 | | pub fn vkCreateSharedSwapchainsKHR(device: vk::VkDevice, swapchainCount: u32, pCreateInfos: *const khr_swapchain::VkSwapchainCreateInfoKHR, pAllocator: *const vk::VkAllocationCallbacks, pSwapchains: *mut khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkCreateSharedSwapchainsKHR: khr_display_swapchain::PFN_vkCreateSharedSwapchainsKHR], [INFO] [stderr] 791 | | } [INFO] [stderr] 792 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 794 | / addr_proc_struct!( [INFO] [stderr] 795 | | /// [`VK_KHR_external_fence_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_fd) [INFO] [stderr] 796 | | pub struct KHR_external_fence_fd [khr_external_fence_fd] { [INFO] [stderr] 797 | | /// See [`vkImportFenceFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 802 | | } [INFO] [stderr] 803 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 794 | / addr_proc_struct!( [INFO] [stderr] 795 | | /// [`VK_KHR_external_fence_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_fd) [INFO] [stderr] 796 | | pub struct KHR_external_fence_fd [khr_external_fence_fd] { [INFO] [stderr] 797 | | /// See [`vkImportFenceFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 802 | | } [INFO] [stderr] 803 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 805 | / addr_proc_struct!( [INFO] [stderr] 806 | | /// [`VK_KHR_external_fence_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_win32) [INFO] [stderr] 807 | | pub struct KHR_external_fence_win32 [khr_external_fence_win32] { [INFO] [stderr] 808 | | /// See [`vkImportFenceWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 813 | | } [INFO] [stderr] 814 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 805 | / addr_proc_struct!( [INFO] [stderr] 806 | | /// [`VK_KHR_external_fence_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_win32) [INFO] [stderr] 807 | | pub struct KHR_external_fence_win32 [khr_external_fence_win32] { [INFO] [stderr] 808 | | /// See [`vkImportFenceWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 813 | | } [INFO] [stderr] 814 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 816 | / addr_proc_struct!( [INFO] [stderr] 817 | | /// [`VK_KHR_external_memory_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_fd) [INFO] [stderr] 818 | | pub struct KHR_external_memory_fd [khr_external_memory_fd] { [INFO] [stderr] 819 | | /// See [`vkGetMemoryFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 824 | | } [INFO] [stderr] 825 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 816 | / addr_proc_struct!( [INFO] [stderr] 817 | | /// [`VK_KHR_external_memory_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_fd) [INFO] [stderr] 818 | | pub struct KHR_external_memory_fd [khr_external_memory_fd] { [INFO] [stderr] 819 | | /// See [`vkGetMemoryFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 824 | | } [INFO] [stderr] 825 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 827 | / addr_proc_struct!( [INFO] [stderr] 828 | | /// [`VK_KHR_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_win32) [INFO] [stderr] 829 | | pub struct KHR_external_memory_win32 [khr_external_memory_win32] { [INFO] [stderr] 830 | | /// See [`vkGetMemoryWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 835 | | } [INFO] [stderr] 836 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 827 | / addr_proc_struct!( [INFO] [stderr] 828 | | /// [`VK_KHR_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_win32) [INFO] [stderr] 829 | | pub struct KHR_external_memory_win32 [khr_external_memory_win32] { [INFO] [stderr] 830 | | /// See [`vkGetMemoryWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 835 | | } [INFO] [stderr] 836 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 838 | / addr_proc_struct!( [INFO] [stderr] 839 | | /// [`VK_KHR_external_semaphore_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_fd) [INFO] [stderr] 840 | | pub struct KHR_external_semaphore_fd [khr_external_semaphore_fd] { [INFO] [stderr] 841 | | /// See [`VkImportSemaphoreFdInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreFdInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 846 | | } [INFO] [stderr] 847 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 838 | / addr_proc_struct!( [INFO] [stderr] 839 | | /// [`VK_KHR_external_semaphore_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_fd) [INFO] [stderr] 840 | | pub struct KHR_external_semaphore_fd [khr_external_semaphore_fd] { [INFO] [stderr] 841 | | /// See [`VkImportSemaphoreFdInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreFdInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 846 | | } [INFO] [stderr] 847 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 849 | / addr_proc_struct!( [INFO] [stderr] 850 | | /// [`VK_KHR_get_memory_requirements2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_memory_requirements2) [INFO] [stderr] 851 | | pub struct KHR_get_memory_requirements2 [khr_get_memory_requirements2] { [INFO] [stderr] 852 | | /// See [`vkGetImageMemoryRequirements2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetImageMemoryRequirements2KHR) [INFO] [stderr] ... | [INFO] [stderr] 860 | | } [INFO] [stderr] 861 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 849 | / addr_proc_struct!( [INFO] [stderr] 850 | | /// [`VK_KHR_get_memory_requirements2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_memory_requirements2) [INFO] [stderr] 851 | | pub struct KHR_get_memory_requirements2 [khr_get_memory_requirements2] { [INFO] [stderr] 852 | | /// See [`vkGetImageMemoryRequirements2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetImageMemoryRequirements2KHR) [INFO] [stderr] ... | [INFO] [stderr] 860 | | } [INFO] [stderr] 861 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 863 | / addr_proc_struct!( [INFO] [stderr] 864 | | /// [`VK_KHR_external_semaphore_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_win32) [INFO] [stderr] 865 | | pub struct KHR_external_semaphore_win32 [khr_external_semaphore_win32] { [INFO] [stderr] 866 | | /// See [`VkImportSemaphoreWin32HandleInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreWin32HandleInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 871 | | } [INFO] [stderr] 872 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 863 | / addr_proc_struct!( [INFO] [stderr] 864 | | /// [`VK_KHR_external_semaphore_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_win32) [INFO] [stderr] 865 | | pub struct KHR_external_semaphore_win32 [khr_external_semaphore_win32] { [INFO] [stderr] 866 | | /// See [`VkImportSemaphoreWin32HandleInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreWin32HandleInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 871 | | } [INFO] [stderr] 872 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 874 | / addr_proc_struct!( [INFO] [stderr] 875 | | /// [`VK_KHR_maintenance1`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_maintenance1) [INFO] [stderr] 876 | | pub struct KHR_maintenance1 [khr_maintenance1] { [INFO] [stderr] 877 | | /// [`vkTrimCommandPoolKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkTrimCommandPoolKHR) [INFO] [stderr] 878 | | pub fn vkTrimCommandPoolKHR(device: vk::VkDevice, commandPool: vk::VkCommandPool, flags: khr_maintenance1::VkCommandPoolTrimFlagsKHR); [pfn_vkTrimCommandPoolKHR: khr_maintenance1::PFN_vkTrimCommandPoolKHR], [INFO] [stderr] 879 | | } [INFO] [stderr] 880 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 874 | / addr_proc_struct!( [INFO] [stderr] 875 | | /// [`VK_KHR_maintenance1`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_maintenance1) [INFO] [stderr] 876 | | pub struct KHR_maintenance1 [khr_maintenance1] { [INFO] [stderr] 877 | | /// [`vkTrimCommandPoolKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkTrimCommandPoolKHR) [INFO] [stderr] 878 | | pub fn vkTrimCommandPoolKHR(device: vk::VkDevice, commandPool: vk::VkCommandPool, flags: khr_maintenance1::VkCommandPoolTrimFlagsKHR); [pfn_vkTrimCommandPoolKHR: khr_maintenance1::PFN_vkTrimCommandPoolKHR], [INFO] [stderr] 879 | | } [INFO] [stderr] 880 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 882 | / addr_proc_struct!( [INFO] [stderr] 883 | | /// [`VK_KHR_push_descriptor`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_push_descriptor) [INFO] [stderr] 884 | | pub struct KHR_push_descriptor [khr_push_descriptor] { [INFO] [stderr] 885 | | /// [`vkCmdPushDescriptorSetKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetKHR) [INFO] [stderr] 886 | | pub fn vkCmdPushDescriptorSetKHR(commandBuffer: vk::VkCommandBuffer, pipelineBindPoint: vk::VkPipelineBindPoint, layout: vk::VkPipelineLayout, set: u32, descriptorWriteCount: u32, pDescriptorWrites: *const vk::VkWriteDescriptorSet); [pfn_vkCmdPushDescriptorSetKHR: khr_push_descriptor::PFN_vkCmdPushDescriptorSetKHR], [INFO] [stderr] 887 | | } [INFO] [stderr] 888 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 882 | / addr_proc_struct!( [INFO] [stderr] 883 | | /// [`VK_KHR_push_descriptor`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_push_descriptor) [INFO] [stderr] 884 | | pub struct KHR_push_descriptor [khr_push_descriptor] { [INFO] [stderr] 885 | | /// [`vkCmdPushDescriptorSetKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetKHR) [INFO] [stderr] 886 | | pub fn vkCmdPushDescriptorSetKHR(commandBuffer: vk::VkCommandBuffer, pipelineBindPoint: vk::VkPipelineBindPoint, layout: vk::VkPipelineLayout, set: u32, descriptorWriteCount: u32, pDescriptorWrites: *const vk::VkWriteDescriptorSet); [pfn_vkCmdPushDescriptorSetKHR: khr_push_descriptor::PFN_vkCmdPushDescriptorSetKHR], [INFO] [stderr] 887 | | } [INFO] [stderr] 888 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 890 | / addr_proc_struct!( [INFO] [stderr] 891 | | /// [`VK_KHR_shared_presentable_image`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_shared_presentable_image) [INFO] [stderr] 892 | | pub struct KHR_shared_presentable_image [khr_shared_presentable_image] { [INFO] [stderr] 893 | | /// [`vkGetSwapchainStatusKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetSwapchainStatusKHR) [INFO] [stderr] 894 | | pub fn vkGetSwapchainStatusKHR(device: vk::VkDevice, swapchain: khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkGetSwapchainStatusKHR: khr_shared_presentable_image::PFN_vkGetSwapchainStatusKHR], [INFO] [stderr] 895 | | } [INFO] [stderr] 896 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 890 | / addr_proc_struct!( [INFO] [stderr] 891 | | /// [`VK_KHR_shared_presentable_image`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_shared_presentable_image) [INFO] [stderr] 892 | | pub struct KHR_shared_presentable_image [khr_shared_presentable_image] { [INFO] [stderr] 893 | | /// [`vkGetSwapchainStatusKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetSwapchainStatusKHR) [INFO] [stderr] 894 | | pub fn vkGetSwapchainStatusKHR(device: vk::VkDevice, swapchain: khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkGetSwapchainStatusKHR: khr_shared_presentable_image::PFN_vkGetSwapchainStatusKHR], [INFO] [stderr] 895 | | } [INFO] [stderr] 896 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 898 | / addr_proc_struct!( [INFO] [stderr] 899 | | /// [`VK_KHR_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_swapchain) [INFO] [stderr] 900 | | pub struct KHR_swapchain [khr_swapchain] { [INFO] [stderr] 901 | | /// [`vkAcquireNextImageKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAcquireNextImageKHR) [INFO] [stderr] ... | [INFO] [stderr] 915 | | } [INFO] [stderr] 916 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 898 | / addr_proc_struct!( [INFO] [stderr] 899 | | /// [`VK_KHR_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_swapchain) [INFO] [stderr] 900 | | pub struct KHR_swapchain [khr_swapchain] { [INFO] [stderr] 901 | | /// [`vkAcquireNextImageKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAcquireNextImageKHR) [INFO] [stderr] ... | [INFO] [stderr] 915 | | } [INFO] [stderr] 916 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 918 | / addr_proc_struct!( [INFO] [stderr] 919 | | /// [`VK_NV_clip_space_w_scaling`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_clip_space_w_scaling) [INFO] [stderr] 920 | | pub struct NV_clip_space_w_scaling [nv_clip_space_w_scaling] { [INFO] [stderr] 921 | | /// [`vkCmdSetViewportWScalingNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetViewportWScalingNV) [INFO] [stderr] 922 | | pub fn vkCmdSetViewportWScalingNV(commandBuffer: vk::VkCommandBuffer, firstViewport: u32, viewportCount: u32, pViewportWScalings: *const nv_clip_space_w_scaling::VkViewportWScalingNV); [pfn_vkCmdSetViewportWScalingNV: nv_clip_space_w_scaling::PFN_vkCmdSetViewportWScalingNV], [INFO] [stderr] 923 | | } [INFO] [stderr] 924 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 918 | / addr_proc_struct!( [INFO] [stderr] 919 | | /// [`VK_NV_clip_space_w_scaling`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_clip_space_w_scaling) [INFO] [stderr] 920 | | pub struct NV_clip_space_w_scaling [nv_clip_space_w_scaling] { [INFO] [stderr] 921 | | /// [`vkCmdSetViewportWScalingNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetViewportWScalingNV) [INFO] [stderr] 922 | | pub fn vkCmdSetViewportWScalingNV(commandBuffer: vk::VkCommandBuffer, firstViewport: u32, viewportCount: u32, pViewportWScalings: *const nv_clip_space_w_scaling::VkViewportWScalingNV); [pfn_vkCmdSetViewportWScalingNV: nv_clip_space_w_scaling::PFN_vkCmdSetViewportWScalingNV], [INFO] [stderr] 923 | | } [INFO] [stderr] 924 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 926 | / addr_proc_struct!( [INFO] [stderr] 927 | | /// [`VK_NV_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_external_memory_win32) [INFO] [stderr] 928 | | pub struct NV_external_memory_win32 [nv_external_memory_win32] { [INFO] [stderr] 929 | | /// [`vkGetMemoryWin32HandleNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleNV) [INFO] [stderr] 930 | | pub fn vkGetMemoryWin32HandleNV(device: vk::VkDevice, memory: vk::VkDeviceMemory, handleType: nv_external_memory_capabilities::VkExternalMemoryHandleTypeFlagsNV, pHandle: *mut win32_types::HANDLE) -> vk::VkResult; [pfn_vkGetMemoryWin32HandleNV: nv_external_memory_win32::PFN_vkGetMemoryWin32HandleNV], [INFO] [stderr] 931 | | } [INFO] [stderr] 932 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 926 | / addr_proc_struct!( [INFO] [stderr] 927 | | /// [`VK_NV_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_external_memory_win32) [INFO] [stderr] 928 | | pub struct NV_external_memory_win32 [nv_external_memory_win32] { [INFO] [stderr] 929 | | /// [`vkGetMemoryWin32HandleNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleNV) [INFO] [stderr] 930 | | pub fn vkGetMemoryWin32HandleNV(device: vk::VkDevice, memory: vk::VkDeviceMemory, handleType: nv_external_memory_capabilities::VkExternalMemoryHandleTypeFlagsNV, pHandle: *mut win32_types::HANDLE) -> vk::VkResult; [pfn_vkGetMemoryWin32HandleNV: nv_external_memory_win32::PFN_vkGetMemoryWin32HandleNV], [INFO] [stderr] 931 | | } [INFO] [stderr] 932 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 424 | / addr_proc_struct!( [INFO] [stderr] 425 | | /// Core Vulkan functions, which don't require a dispatchable Vulkan object [INFO] [stderr] 426 | | pub struct VkGlobal [vk_global] { [INFO] [stderr] 427 | | /// [`vkCreateInstance`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateInstance) [INFO] [stderr] ... | [INFO] [stderr] 435 | | } [INFO] [stderr] 436 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 424 | / addr_proc_struct!( [INFO] [stderr] 425 | | /// Core Vulkan functions, which don't require a dispatchable Vulkan object [INFO] [stderr] 426 | | pub struct VkGlobal [vk_global] { [INFO] [stderr] 427 | | /// [`vkCreateInstance`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateInstance) [INFO] [stderr] ... | [INFO] [stderr] 435 | | } [INFO] [stderr] 436 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 438 | / addr_proc_struct!( [INFO] [stderr] 439 | | /// [`Core Vulkan specification`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html) [INFO] [stderr] 440 | | pub struct Vk [vk] { [INFO] [stderr] 441 | | /// [`vkAllocateCommandBuffers`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAllocateCommandBuffers) [INFO] [stderr] ... | [INFO] [stderr] 839 | | } [INFO] [stderr] 840 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 438 | / addr_proc_struct!( [INFO] [stderr] 439 | | /// [`Core Vulkan specification`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html) [INFO] [stderr] 440 | | pub struct Vk [vk] { [INFO] [stderr] 441 | | /// [`vkAllocateCommandBuffers`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAllocateCommandBuffers) [INFO] [stderr] ... | [INFO] [stderr] 839 | | } [INFO] [stderr] 840 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 842 | / addr_proc_struct!( [INFO] [stderr] 843 | | /// [`VK_AMD_draw_indirect_count`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_AMD_draw_indirect_count) [INFO] [stderr] 844 | | pub struct AMD_draw_indirect_count [amd_draw_indirect_count] { [INFO] [stderr] 845 | | /// [`vkCmdDrawIndexedIndirectCountAMD`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDrawIndexedIndirectCountAMD) [INFO] [stderr] ... | [INFO] [stderr] 850 | | } [INFO] [stderr] 851 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 842 | / addr_proc_struct!( [INFO] [stderr] 843 | | /// [`VK_AMD_draw_indirect_count`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_AMD_draw_indirect_count) [INFO] [stderr] 844 | | pub struct AMD_draw_indirect_count [amd_draw_indirect_count] { [INFO] [stderr] 845 | | /// [`vkCmdDrawIndexedIndirectCountAMD`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDrawIndexedIndirectCountAMD) [INFO] [stderr] ... | [INFO] [stderr] 850 | | } [INFO] [stderr] 851 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 853 | / addr_proc_struct!( [INFO] [stderr] 854 | | /// [`VK_EXT_acquire_xlib_display`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_acquire_xlib_display) [INFO] [stderr] 855 | | pub struct EXT_acquire_xlib_display [ext_acquire_xlib_display] { [INFO] [stderr] 856 | | /// [`vkAcquireXlibDisplayEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAcquireXlibDisplayEXT) [INFO] [stderr] ... | [INFO] [stderr] 861 | | } [INFO] [stderr] 862 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 853 | / addr_proc_struct!( [INFO] [stderr] 854 | | /// [`VK_EXT_acquire_xlib_display`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_acquire_xlib_display) [INFO] [stderr] 855 | | pub struct EXT_acquire_xlib_display [ext_acquire_xlib_display] { [INFO] [stderr] 856 | | /// [`vkAcquireXlibDisplayEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAcquireXlibDisplayEXT) [INFO] [stderr] ... | [INFO] [stderr] 861 | | } [INFO] [stderr] 862 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 864 | / addr_proc_struct!( [INFO] [stderr] 865 | | /// [`VK_EXT_debug_marker`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_debug_marker) [INFO] [stderr] 866 | | pub struct EXT_debug_marker [ext_debug_marker] { [INFO] [stderr] 867 | | /// [`vkCmdDebugMarkerBeginEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDebugMarkerBeginEXT) [INFO] [stderr] ... | [INFO] [stderr] 881 | | } [INFO] [stderr] 882 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 864 | / addr_proc_struct!( [INFO] [stderr] 865 | | /// [`VK_EXT_debug_marker`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_debug_marker) [INFO] [stderr] 866 | | pub struct EXT_debug_marker [ext_debug_marker] { [INFO] [stderr] 867 | | /// [`vkCmdDebugMarkerBeginEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDebugMarkerBeginEXT) [INFO] [stderr] ... | [INFO] [stderr] 881 | | } [INFO] [stderr] 882 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 884 | / addr_proc_struct!( [INFO] [stderr] 885 | | /// [`VK_EXT_debug_report`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_debug_report) [INFO] [stderr] 886 | | pub struct EXT_debug_report [ext_debug_report] { [INFO] [stderr] 887 | | /// [`vkCreateDebugReportCallbackEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateDebugReportCallbackEXT) [INFO] [stderr] ... | [INFO] [stderr] 895 | | } [INFO] [stderr] 896 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 884 | / addr_proc_struct!( [INFO] [stderr] 885 | | /// [`VK_EXT_debug_report`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_debug_report) [INFO] [stderr] 886 | | pub struct EXT_debug_report [ext_debug_report] { [INFO] [stderr] 887 | | /// [`vkCreateDebugReportCallbackEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateDebugReportCallbackEXT) [INFO] [stderr] ... | [INFO] [stderr] 895 | | } [INFO] [stderr] 896 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 898 | / addr_proc_struct!( [INFO] [stderr] 899 | | /// [`VK_EXT_direct_mode_display`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_direct_mode_display) [INFO] [stderr] 900 | | pub struct EXT_direct_mode_display [ext_direct_mode_display] { [INFO] [stderr] 901 | | /// [`vkReleaseDisplayEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkReleaseDisplayEXT) [INFO] [stderr] 902 | | pub fn vkReleaseDisplayEXT(physicalDevice: vk::VkPhysicalDevice, display: khr_display::VkDisplayKHR) -> vk::VkResult; [pfn_vkReleaseDisplayEXT: ext_direct_mode_display::PFN_vkReleaseDisplayEXT], [INFO] [stderr] 903 | | } [INFO] [stderr] 904 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 898 | / addr_proc_struct!( [INFO] [stderr] 899 | | /// [`VK_EXT_direct_mode_display`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_direct_mode_display) [INFO] [stderr] 900 | | pub struct EXT_direct_mode_display [ext_direct_mode_display] { [INFO] [stderr] 901 | | /// [`vkReleaseDisplayEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkReleaseDisplayEXT) [INFO] [stderr] 902 | | pub fn vkReleaseDisplayEXT(physicalDevice: vk::VkPhysicalDevice, display: khr_display::VkDisplayKHR) -> vk::VkResult; [pfn_vkReleaseDisplayEXT: ext_direct_mode_display::PFN_vkReleaseDisplayEXT], [INFO] [stderr] 903 | | } [INFO] [stderr] 904 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 906 | / addr_proc_struct!( [INFO] [stderr] 907 | | /// [`VK_EXT_discard_rectangles`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_discard_rectangles) [INFO] [stderr] 908 | | pub struct EXT_discard_rectangles [ext_discard_rectangles] { [INFO] [stderr] 909 | | /// [`vkCmdSetDiscardRectangleEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetDiscardRectangleEXT) [INFO] [stderr] 910 | | pub fn vkCmdSetDiscardRectangleEXT(commandBuffer: vk::VkCommandBuffer, firstDiscardRectangle: u32, discardRectangleCount: u32, pDiscardRectangles: *const vk::VkRect2D); [pfn_vkCmdSetDiscardRectangleEXT: ext_discard_rectangles::PFN_vkCmdSetDiscardRectangleEXT], [INFO] [stderr] 911 | | } [INFO] [stderr] 912 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 906 | / addr_proc_struct!( [INFO] [stderr] 907 | | /// [`VK_EXT_discard_rectangles`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_discard_rectangles) [INFO] [stderr] 908 | | pub struct EXT_discard_rectangles [ext_discard_rectangles] { [INFO] [stderr] 909 | | /// [`vkCmdSetDiscardRectangleEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetDiscardRectangleEXT) [INFO] [stderr] 910 | | pub fn vkCmdSetDiscardRectangleEXT(commandBuffer: vk::VkCommandBuffer, firstDiscardRectangle: u32, discardRectangleCount: u32, pDiscardRectangles: *const vk::VkRect2D); [pfn_vkCmdSetDiscardRectangleEXT: ext_discard_rectangles::PFN_vkCmdSetDiscardRectangleEXT], [INFO] [stderr] 911 | | } [INFO] [stderr] 912 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 914 | / addr_proc_struct!( [INFO] [stderr] 915 | | /// [`VK_EXT_display_control`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_display_control) [INFO] [stderr] 916 | | pub struct EXT_display_control [ext_display_control] { [INFO] [stderr] 917 | | /// [`vkDisplayPowerControlEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkDisplayPowerControlEXT) [INFO] [stderr] ... | [INFO] [stderr] 928 | | } [INFO] [stderr] 929 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 914 | / addr_proc_struct!( [INFO] [stderr] 915 | | /// [`VK_EXT_display_control`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_display_control) [INFO] [stderr] 916 | | pub struct EXT_display_control [ext_display_control] { [INFO] [stderr] 917 | | /// [`vkDisplayPowerControlEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkDisplayPowerControlEXT) [INFO] [stderr] ... | [INFO] [stderr] 928 | | } [INFO] [stderr] 929 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 931 | / addr_proc_struct!( [INFO] [stderr] 932 | | /// [`VK_EXT_display_surface_counter`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_display_surface_counter) [INFO] [stderr] 933 | | pub struct EXT_display_surface_counter [ext_display_surface_counter] { [INFO] [stderr] 934 | | /// [`vkGetPhysicalDeviceSurfaceCapabilities2EXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceSurfaceCapabilities2EXT) [INFO] [stderr] 935 | | pub fn vkGetPhysicalDeviceSurfaceCapabilities2EXT(physicalDevice: vk::VkPhysicalDevice, surface: khr_surface::VkSurfaceKHR, pSurfaceCapabilities: *mut ext_display_surface_counter::VkSurfaceCapabilities2EXT) -> vk::VkResult; [pfn_vkGetPhysicalDeviceSurfaceCapabilities2EXT: ext_display_surface_counter::PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT], [INFO] [stderr] 936 | | } [INFO] [stderr] 937 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 931 | / addr_proc_struct!( [INFO] [stderr] 932 | | /// [`VK_EXT_display_surface_counter`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_display_surface_counter) [INFO] [stderr] 933 | | pub struct EXT_display_surface_counter [ext_display_surface_counter] { [INFO] [stderr] 934 | | /// [`vkGetPhysicalDeviceSurfaceCapabilities2EXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceSurfaceCapabilities2EXT) [INFO] [stderr] 935 | | pub fn vkGetPhysicalDeviceSurfaceCapabilities2EXT(physicalDevice: vk::VkPhysicalDevice, surface: khr_surface::VkSurfaceKHR, pSurfaceCapabilities: *mut ext_display_surface_counter::VkSurfaceCapabilities2EXT) -> vk::VkResult; [pfn_vkGetPhysicalDeviceSurfaceCapabilities2EXT: ext_display_surface_counter::PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT], [INFO] [stderr] 936 | | } [INFO] [stderr] 937 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 939 | / addr_proc_struct!( [INFO] [stderr] 940 | | /// [`VK_EXT_hdr_metadata`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_hdr_metadata) [INFO] [stderr] 941 | | pub struct EXT_hdr_metadata [ext_hdr_metadata] { [INFO] [stderr] 942 | | /// [`vkSetHdrMetadataEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkSetHdrMetadataEXT) [INFO] [stderr] 943 | | pub fn vkSetHdrMetadataEXT(device: vk::VkDevice, swapchainCount: u32, pSwapchains: *const khr_swapchain::VkSwapchainKHR, pMetadata: *const ext_hdr_metadata::VkHdrMetadataEXT); [pfn_vkSetHdrMetadataEXT: ext_hdr_metadata::PFN_vkSetHdrMetadataEXT], [INFO] [stderr] 944 | | } [INFO] [stderr] 945 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 939 | / addr_proc_struct!( [INFO] [stderr] 940 | | /// [`VK_EXT_hdr_metadata`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_hdr_metadata) [INFO] [stderr] 941 | | pub struct EXT_hdr_metadata [ext_hdr_metadata] { [INFO] [stderr] 942 | | /// [`vkSetHdrMetadataEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkSetHdrMetadataEXT) [INFO] [stderr] 943 | | pub fn vkSetHdrMetadataEXT(device: vk::VkDevice, swapchainCount: u32, pSwapchains: *const khr_swapchain::VkSwapchainKHR, pMetadata: *const ext_hdr_metadata::VkHdrMetadataEXT); [pfn_vkSetHdrMetadataEXT: ext_hdr_metadata::PFN_vkSetHdrMetadataEXT], [INFO] [stderr] 944 | | } [INFO] [stderr] 945 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 947 | / addr_proc_struct!( [INFO] [stderr] 948 | | /// [`VK_GOOGLE_display_timing`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_GOOGLE_display_timing) [INFO] [stderr] 949 | | pub struct GOOGLE_display_timing [google_display_timing] { [INFO] [stderr] 950 | | /// [`vkGetPastPresentationTimingGOOGLE`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPastPresentationTimingGOOGLE) [INFO] [stderr] ... | [INFO] [stderr] 955 | | } [INFO] [stderr] 956 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 947 | / addr_proc_struct!( [INFO] [stderr] 948 | | /// [`VK_GOOGLE_display_timing`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_GOOGLE_display_timing) [INFO] [stderr] 949 | | pub struct GOOGLE_display_timing [google_display_timing] { [INFO] [stderr] 950 | | /// [`vkGetPastPresentationTimingGOOGLE`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPastPresentationTimingGOOGLE) [INFO] [stderr] ... | [INFO] [stderr] 955 | | } [INFO] [stderr] 956 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 958 | / addr_proc_struct!( [INFO] [stderr] 959 | | /// [`VK_KHR_android_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_android_surface) [INFO] [stderr] 960 | | pub struct KHR_android_surface [khr_android_surface] { [INFO] [stderr] 961 | | /// [`vkCreateAndroidSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateAndroidSurfaceKHR) [INFO] [stderr] 962 | | pub fn vkCreateAndroidSurfaceKHR(instance: vk::VkInstance, pCreateInfo: *const khr_android_surface::VkAndroidSurfaceCreateInfoKHR, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateAndroidSurfaceKHR: khr_android_surface::PFN_vkCreateAndroidSurfaceKHR], [INFO] [stderr] 963 | | } [INFO] [stderr] 964 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 958 | / addr_proc_struct!( [INFO] [stderr] 959 | | /// [`VK_KHR_android_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_android_surface) [INFO] [stderr] 960 | | pub struct KHR_android_surface [khr_android_surface] { [INFO] [stderr] 961 | | /// [`vkCreateAndroidSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateAndroidSurfaceKHR) [INFO] [stderr] 962 | | pub fn vkCreateAndroidSurfaceKHR(instance: vk::VkInstance, pCreateInfo: *const khr_android_surface::VkAndroidSurfaceCreateInfoKHR, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateAndroidSurfaceKHR: khr_android_surface::PFN_vkCreateAndroidSurfaceKHR], [INFO] [stderr] 963 | | } [INFO] [stderr] 964 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 966 | / addr_proc_struct!( [INFO] [stderr] 967 | | /// [`VK_KHR_descriptor_update_template`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_descriptor_update_template) [INFO] [stderr] 968 | | pub struct KHR_descriptor_update_template [khr_descriptor_update_template] { [INFO] [stderr] 969 | | /// [`vkCmdPushDescriptorSetWithTemplateKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetWithTemplateKHR) [INFO] [stderr] ... | [INFO] [stderr] 980 | | } [INFO] [stderr] 981 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 966 | / addr_proc_struct!( [INFO] [stderr] 967 | | /// [`VK_KHR_descriptor_update_template`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_descriptor_update_template) [INFO] [stderr] 968 | | pub struct KHR_descriptor_update_template [khr_descriptor_update_template] { [INFO] [stderr] 969 | | /// [`vkCmdPushDescriptorSetWithTemplateKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetWithTemplateKHR) [INFO] [stderr] ... | [INFO] [stderr] 980 | | } [INFO] [stderr] 981 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 983 | / addr_proc_struct!( [INFO] [stderr] 984 | | /// [`VK_KHR_display`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_display) [INFO] [stderr] 985 | | pub struct KHR_display [khr_display] { [INFO] [stderr] 986 | | /// [`vkCreateDisplayModeKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateDisplayModeKHR) [INFO] [stderr] ... | [INFO] [stderr] 1006 | | } [INFO] [stderr] 1007 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 983 | / addr_proc_struct!( [INFO] [stderr] 984 | | /// [`VK_KHR_display`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_display) [INFO] [stderr] 985 | | pub struct KHR_display [khr_display] { [INFO] [stderr] 986 | | /// [`vkCreateDisplayModeKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateDisplayModeKHR) [INFO] [stderr] ... | [INFO] [stderr] 1006 | | } [INFO] [stderr] 1007 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1009 | / addr_proc_struct!( [INFO] [stderr] 1010 | | /// [`VK_KHR_display_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_display_swapchain) [INFO] [stderr] 1011 | | pub struct KHR_display_swapchain [khr_display_swapchain] { [INFO] [stderr] 1012 | | /// [`vkCreateSharedSwapchainsKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateSharedSwapchainsKHR) [INFO] [stderr] 1013 | | pub fn vkCreateSharedSwapchainsKHR(device: vk::VkDevice, swapchainCount: u32, pCreateInfos: *const khr_swapchain::VkSwapchainCreateInfoKHR, pAllocator: *const vk::VkAllocationCallbacks, pSwapchains: *mut khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkCreateSharedSwapchainsKHR: khr_display_swapchain::PFN_vkCreateSharedSwapchainsKHR], [INFO] [stderr] 1014 | | } [INFO] [stderr] 1015 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1009 | / addr_proc_struct!( [INFO] [stderr] 1010 | | /// [`VK_KHR_display_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_display_swapchain) [INFO] [stderr] 1011 | | pub struct KHR_display_swapchain [khr_display_swapchain] { [INFO] [stderr] 1012 | | /// [`vkCreateSharedSwapchainsKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateSharedSwapchainsKHR) [INFO] [stderr] 1013 | | pub fn vkCreateSharedSwapchainsKHR(device: vk::VkDevice, swapchainCount: u32, pCreateInfos: *const khr_swapchain::VkSwapchainCreateInfoKHR, pAllocator: *const vk::VkAllocationCallbacks, pSwapchains: *mut khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkCreateSharedSwapchainsKHR: khr_display_swapchain::PFN_vkCreateSharedSwapchainsKHR], [INFO] [stderr] 1014 | | } [INFO] [stderr] 1015 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1017 | / addr_proc_struct!( [INFO] [stderr] 1018 | | /// [`VK_KHR_external_fence_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_capabilities) [INFO] [stderr] 1019 | | pub struct KHR_external_fence_capabilities [khr_external_fence_capabilities] { [INFO] [stderr] 1020 | | /// See [`vkGetPhysicalDeviceExternalFencePropertiesKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalFencePropertiesKHR) [INFO] [stderr] 1021 | | pub fn vkGetPhysicalDeviceExternalFencePropertiesKHR(physicalDevice: vk::VkPhysicalDevice, pExternalFenceInfo: *const khr_external_fence_capabilities::VkPhysicalDeviceExternalFenceInfoKHR, pExternalFenceProperties: *mut khr_external_fence_capabilities::VkExternalFencePropertiesKHR); [pfn_vkGetPhysicalDeviceExternalFencePropertiesKHR: khr_external_fence_capabilities::PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR], [INFO] [stderr] 1022 | | } [INFO] [stderr] 1023 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1017 | / addr_proc_struct!( [INFO] [stderr] 1018 | | /// [`VK_KHR_external_fence_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_capabilities) [INFO] [stderr] 1019 | | pub struct KHR_external_fence_capabilities [khr_external_fence_capabilities] { [INFO] [stderr] 1020 | | /// See [`vkGetPhysicalDeviceExternalFencePropertiesKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalFencePropertiesKHR) [INFO] [stderr] 1021 | | pub fn vkGetPhysicalDeviceExternalFencePropertiesKHR(physicalDevice: vk::VkPhysicalDevice, pExternalFenceInfo: *const khr_external_fence_capabilities::VkPhysicalDeviceExternalFenceInfoKHR, pExternalFenceProperties: *mut khr_external_fence_capabilities::VkExternalFencePropertiesKHR); [pfn_vkGetPhysicalDeviceExternalFencePropertiesKHR: khr_external_fence_capabilities::PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR], [INFO] [stderr] 1022 | | } [INFO] [stderr] 1023 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1025 | / addr_proc_struct!( [INFO] [stderr] 1026 | | /// [`VK_KHR_external_fence_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_fd) [INFO] [stderr] 1027 | | pub struct KHR_external_fence_fd [khr_external_fence_fd] { [INFO] [stderr] 1028 | | /// See [`vkImportFenceFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 1033 | | } [INFO] [stderr] 1034 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1025 | / addr_proc_struct!( [INFO] [stderr] 1026 | | /// [`VK_KHR_external_fence_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_fd) [INFO] [stderr] 1027 | | pub struct KHR_external_fence_fd [khr_external_fence_fd] { [INFO] [stderr] 1028 | | /// See [`vkImportFenceFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 1033 | | } [INFO] [stderr] 1034 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1036 | / addr_proc_struct!( [INFO] [stderr] 1037 | | /// [`VK_KHR_external_fence_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_win32) [INFO] [stderr] 1038 | | pub struct KHR_external_fence_win32 [khr_external_fence_win32] { [INFO] [stderr] 1039 | | /// See [`vkImportFenceWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 1044 | | } [INFO] [stderr] 1045 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1036 | / addr_proc_struct!( [INFO] [stderr] 1037 | | /// [`VK_KHR_external_fence_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_win32) [INFO] [stderr] 1038 | | pub struct KHR_external_fence_win32 [khr_external_fence_win32] { [INFO] [stderr] 1039 | | /// See [`vkImportFenceWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 1044 | | } [INFO] [stderr] 1045 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1047 | / addr_proc_struct!( [INFO] [stderr] 1048 | | /// [`VK_KHR_external_memory_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_capabilities) [INFO] [stderr] 1049 | | pub struct KHR_external_memory_capabilities [khr_external_memory_capabilities] { [INFO] [stderr] 1050 | | /// See [`vkGetPhysicalDeviceExternalBufferPropertiesKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalBufferPropertiesKHR) [INFO] [stderr] 1051 | | pub fn vkGetPhysicalDeviceExternalBufferPropertiesKHR(physicalDevice: vk::VkPhysicalDevice, pExternalBufferInfo: *const khr_external_memory_capabilities::VkPhysicalDeviceExternalBufferInfoKHR, pExternalBufferProperties: *mut khr_external_memory_capabilities::VkExternalBufferPropertiesKHR); [pfn_vkGetPhysicalDeviceExternalBufferPropertiesKHR: khr_external_memory_capabilities::PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR], [INFO] [stderr] 1052 | | } [INFO] [stderr] 1053 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1047 | / addr_proc_struct!( [INFO] [stderr] 1048 | | /// [`VK_KHR_external_memory_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_capabilities) [INFO] [stderr] 1049 | | pub struct KHR_external_memory_capabilities [khr_external_memory_capabilities] { [INFO] [stderr] 1050 | | /// See [`vkGetPhysicalDeviceExternalBufferPropertiesKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalBufferPropertiesKHR) [INFO] [stderr] 1051 | | pub fn vkGetPhysicalDeviceExternalBufferPropertiesKHR(physicalDevice: vk::VkPhysicalDevice, pExternalBufferInfo: *const khr_external_memory_capabilities::VkPhysicalDeviceExternalBufferInfoKHR, pExternalBufferProperties: *mut khr_external_memory_capabilities::VkExternalBufferPropertiesKHR); [pfn_vkGetPhysicalDeviceExternalBufferPropertiesKHR: khr_external_memory_capabilities::PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR], [INFO] [stderr] 1052 | | } [INFO] [stderr] 1053 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1055 | / addr_proc_struct!( [INFO] [stderr] 1056 | | /// [`VK_KHR_external_memory_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_fd) [INFO] [stderr] 1057 | | pub struct KHR_external_memory_fd [khr_external_memory_fd] { [INFO] [stderr] 1058 | | /// See [`vkGetMemoryFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 1063 | | } [INFO] [stderr] 1064 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1055 | / addr_proc_struct!( [INFO] [stderr] 1056 | | /// [`VK_KHR_external_memory_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_fd) [INFO] [stderr] 1057 | | pub struct KHR_external_memory_fd [khr_external_memory_fd] { [INFO] [stderr] 1058 | | /// See [`vkGetMemoryFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 1063 | | } [INFO] [stderr] 1064 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1066 | / addr_proc_struct!( [INFO] [stderr] 1067 | | /// [`VK_KHR_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_win32) [INFO] [stderr] 1068 | | pub struct KHR_external_memory_win32 [khr_external_memory_win32] { [INFO] [stderr] 1069 | | /// See [`vkGetMemoryWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 1074 | | } [INFO] [stderr] 1075 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1066 | / addr_proc_struct!( [INFO] [stderr] 1067 | | /// [`VK_KHR_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_win32) [INFO] [stderr] 1068 | | pub struct KHR_external_memory_win32 [khr_external_memory_win32] { [INFO] [stderr] 1069 | | /// See [`vkGetMemoryWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 1074 | | } [INFO] [stderr] 1075 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1077 | / addr_proc_struct!( [INFO] [stderr] 1078 | | /// [`VK_KHR_external_semaphore_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_capabilities) [INFO] [stderr] 1079 | | pub struct KHR_external_semaphore_capabilities [khr_external_semaphore_capabilities] { [INFO] [stderr] 1080 | | /// See [`vkGetPhysicalDeviceExternalSemaphorePropertiesKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalSemaphorePropertiesKHR) [INFO] [stderr] 1081 | | pub fn vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(physicalDevice: vk::VkPhysicalDevice, pExternalSemaphoreInfo: *const khr_external_semaphore_capabilities::VkPhysicalDeviceExternalSemaphoreInfoKHR, pExternalSemaphoreProperties: *mut khr_external_semaphore_capabilities::VkExternalSemaphorePropertiesKHR); [pfn_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR: khr_external_semaphore_capabilities::PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR], [INFO] [stderr] 1082 | | } [INFO] [stderr] 1083 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1077 | / addr_proc_struct!( [INFO] [stderr] 1078 | | /// [`VK_KHR_external_semaphore_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_capabilities) [INFO] [stderr] 1079 | | pub struct KHR_external_semaphore_capabilities [khr_external_semaphore_capabilities] { [INFO] [stderr] 1080 | | /// See [`vkGetPhysicalDeviceExternalSemaphorePropertiesKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalSemaphorePropertiesKHR) [INFO] [stderr] 1081 | | pub fn vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(physicalDevice: vk::VkPhysicalDevice, pExternalSemaphoreInfo: *const khr_external_semaphore_capabilities::VkPhysicalDeviceExternalSemaphoreInfoKHR, pExternalSemaphoreProperties: *mut khr_external_semaphore_capabilities::VkExternalSemaphorePropertiesKHR); [pfn_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR: khr_external_semaphore_capabilities::PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR], [INFO] [stderr] 1082 | | } [INFO] [stderr] 1083 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1085 | / addr_proc_struct!( [INFO] [stderr] 1086 | | /// [`VK_KHR_external_semaphore_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_fd) [INFO] [stderr] 1087 | | pub struct KHR_external_semaphore_fd [khr_external_semaphore_fd] { [INFO] [stderr] 1088 | | /// See [`VkImportSemaphoreFdInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreFdInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 1093 | | } [INFO] [stderr] 1094 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1085 | / addr_proc_struct!( [INFO] [stderr] 1086 | | /// [`VK_KHR_external_semaphore_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_fd) [INFO] [stderr] 1087 | | pub struct KHR_external_semaphore_fd [khr_external_semaphore_fd] { [INFO] [stderr] 1088 | | /// See [`VkImportSemaphoreFdInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreFdInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 1093 | | } [INFO] [stderr] 1094 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1096 | / addr_proc_struct!( [INFO] [stderr] 1097 | | /// [`VK_KHR_external_semaphore_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_win32) [INFO] [stderr] 1098 | | pub struct KHR_external_semaphore_win32 [khr_external_semaphore_win32] { [INFO] [stderr] 1099 | | /// See [`VkImportSemaphoreWin32HandleInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreWin32HandleInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 1104 | | } [INFO] [stderr] 1105 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1096 | / addr_proc_struct!( [INFO] [stderr] 1097 | | /// [`VK_KHR_external_semaphore_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_win32) [INFO] [stderr] 1098 | | pub struct KHR_external_semaphore_win32 [khr_external_semaphore_win32] { [INFO] [stderr] 1099 | | /// See [`VkImportSemaphoreWin32HandleInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreWin32HandleInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 1104 | | } [INFO] [stderr] 1105 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1107 | / addr_proc_struct!( [INFO] [stderr] 1108 | | /// [`VK_KHR_get_memory_requirements2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_memory_requirements2) [INFO] [stderr] 1109 | | pub struct KHR_get_memory_requirements2 [khr_get_memory_requirements2] { [INFO] [stderr] 1110 | | /// See [`vkGetImageMemoryRequirements2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetImageMemoryRequirements2KHR) [INFO] [stderr] ... | [INFO] [stderr] 1118 | | } [INFO] [stderr] 1119 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1107 | / addr_proc_struct!( [INFO] [stderr] 1108 | | /// [`VK_KHR_get_memory_requirements2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_memory_requirements2) [INFO] [stderr] 1109 | | pub struct KHR_get_memory_requirements2 [khr_get_memory_requirements2] { [INFO] [stderr] 1110 | | /// See [`vkGetImageMemoryRequirements2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetImageMemoryRequirements2KHR) [INFO] [stderr] ... | [INFO] [stderr] 1118 | | } [INFO] [stderr] 1119 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1121 | / addr_proc_struct!( [INFO] [stderr] 1122 | | /// [`VK_KHR_get_physical_device_properties2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_physical_device_properties2) [INFO] [stderr] 1123 | | pub struct KHR_get_physical_device_properties2 [khr_get_physical_device_properties2] { [INFO] [stderr] 1124 | | /// [`vkGetPhysicalDeviceFeatures2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceFeatures2KHR) [INFO] [stderr] ... | [INFO] [stderr] 1144 | | } [INFO] [stderr] 1145 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1121 | / addr_proc_struct!( [INFO] [stderr] 1122 | | /// [`VK_KHR_get_physical_device_properties2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_physical_device_properties2) [INFO] [stderr] 1123 | | pub struct KHR_get_physical_device_properties2 [khr_get_physical_device_properties2] { [INFO] [stderr] 1124 | | /// [`vkGetPhysicalDeviceFeatures2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceFeatures2KHR) [INFO] [stderr] ... | [INFO] [stderr] 1144 | | } [INFO] [stderr] 1145 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1147 | / addr_proc_struct!( [INFO] [stderr] 1148 | | /// [`VK_KHR_get_surface_capabilities2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_surface_capabilities2) [INFO] [stderr] 1149 | | pub struct KHR_get_surface_capabilities2 [khr_get_surface_capabilities2] { [INFO] [stderr] 1150 | | /// [`vkGetPhysicalDeviceSurfaceCapabilities2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceSurfaceCapabilities2KHR) [INFO] [stderr] ... | [INFO] [stderr] 1155 | | } [INFO] [stderr] 1156 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1147 | / addr_proc_struct!( [INFO] [stderr] 1148 | | /// [`VK_KHR_get_surface_capabilities2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_surface_capabilities2) [INFO] [stderr] 1149 | | pub struct KHR_get_surface_capabilities2 [khr_get_surface_capabilities2] { [INFO] [stderr] 1150 | | /// [`vkGetPhysicalDeviceSurfaceCapabilities2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceSurfaceCapabilities2KHR) [INFO] [stderr] ... | [INFO] [stderr] 1155 | | } [INFO] [stderr] 1156 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1158 | / addr_proc_struct!( [INFO] [stderr] 1159 | | /// [`VK_KHR_maintenance1`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_maintenance1) [INFO] [stderr] 1160 | | pub struct KHR_maintenance1 [khr_maintenance1] { [INFO] [stderr] 1161 | | /// [`vkTrimCommandPoolKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkTrimCommandPoolKHR) [INFO] [stderr] 1162 | | pub fn vkTrimCommandPoolKHR(device: vk::VkDevice, commandPool: vk::VkCommandPool, flags: khr_maintenance1::VkCommandPoolTrimFlagsKHR); [pfn_vkTrimCommandPoolKHR: khr_maintenance1::PFN_vkTrimCommandPoolKHR], [INFO] [stderr] 1163 | | } [INFO] [stderr] 1164 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1158 | / addr_proc_struct!( [INFO] [stderr] 1159 | | /// [`VK_KHR_maintenance1`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_maintenance1) [INFO] [stderr] 1160 | | pub struct KHR_maintenance1 [khr_maintenance1] { [INFO] [stderr] 1161 | | /// [`vkTrimCommandPoolKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkTrimCommandPoolKHR) [INFO] [stderr] 1162 | | pub fn vkTrimCommandPoolKHR(device: vk::VkDevice, commandPool: vk::VkCommandPool, flags: khr_maintenance1::VkCommandPoolTrimFlagsKHR); [pfn_vkTrimCommandPoolKHR: khr_maintenance1::PFN_vkTrimCommandPoolKHR], [INFO] [stderr] 1163 | | } [INFO] [stderr] 1164 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1166 | / addr_proc_struct!( [INFO] [stderr] 1167 | | /// [`VK_KHR_mir_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_mir_surface) [INFO] [stderr] 1168 | | pub struct KHR_mir_surface [khr_mir_surface] { [INFO] [stderr] 1169 | | /// [`vkCreateMirSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateMirSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1174 | | } [INFO] [stderr] 1175 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1166 | / addr_proc_struct!( [INFO] [stderr] 1167 | | /// [`VK_KHR_mir_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_mir_surface) [INFO] [stderr] 1168 | | pub struct KHR_mir_surface [khr_mir_surface] { [INFO] [stderr] 1169 | | /// [`vkCreateMirSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateMirSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1174 | | } [INFO] [stderr] 1175 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1177 | / addr_proc_struct!( [INFO] [stderr] 1178 | | /// [`VK_KHR_push_descriptor`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_push_descriptor) [INFO] [stderr] 1179 | | pub struct KHR_push_descriptor [khr_push_descriptor] { [INFO] [stderr] 1180 | | /// [`vkCmdPushDescriptorSetKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetKHR) [INFO] [stderr] 1181 | | pub fn vkCmdPushDescriptorSetKHR(commandBuffer: vk::VkCommandBuffer, pipelineBindPoint: vk::VkPipelineBindPoint, layout: vk::VkPipelineLayout, set: u32, descriptorWriteCount: u32, pDescriptorWrites: *const vk::VkWriteDescriptorSet); [pfn_vkCmdPushDescriptorSetKHR: khr_push_descriptor::PFN_vkCmdPushDescriptorSetKHR], [INFO] [stderr] 1182 | | } [INFO] [stderr] 1183 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1177 | / addr_proc_struct!( [INFO] [stderr] 1178 | | /// [`VK_KHR_push_descriptor`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_push_descriptor) [INFO] [stderr] 1179 | | pub struct KHR_push_descriptor [khr_push_descriptor] { [INFO] [stderr] 1180 | | /// [`vkCmdPushDescriptorSetKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetKHR) [INFO] [stderr] 1181 | | pub fn vkCmdPushDescriptorSetKHR(commandBuffer: vk::VkCommandBuffer, pipelineBindPoint: vk::VkPipelineBindPoint, layout: vk::VkPipelineLayout, set: u32, descriptorWriteCount: u32, pDescriptorWrites: *const vk::VkWriteDescriptorSet); [pfn_vkCmdPushDescriptorSetKHR: khr_push_descriptor::PFN_vkCmdPushDescriptorSetKHR], [INFO] [stderr] 1182 | | } [INFO] [stderr] 1183 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1185 | / addr_proc_struct!( [INFO] [stderr] 1186 | | /// [`VK_KHR_shared_presentable_image`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_shared_presentable_image) [INFO] [stderr] 1187 | | pub struct KHR_shared_presentable_image [khr_shared_presentable_image] { [INFO] [stderr] 1188 | | /// [`vkGetSwapchainStatusKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetSwapchainStatusKHR) [INFO] [stderr] 1189 | | pub fn vkGetSwapchainStatusKHR(device: vk::VkDevice, swapchain: khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkGetSwapchainStatusKHR: khr_shared_presentable_image::PFN_vkGetSwapchainStatusKHR], [INFO] [stderr] 1190 | | } [INFO] [stderr] 1191 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1185 | / addr_proc_struct!( [INFO] [stderr] 1186 | | /// [`VK_KHR_shared_presentable_image`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_shared_presentable_image) [INFO] [stderr] 1187 | | pub struct KHR_shared_presentable_image [khr_shared_presentable_image] { [INFO] [stderr] 1188 | | /// [`vkGetSwapchainStatusKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetSwapchainStatusKHR) [INFO] [stderr] 1189 | | pub fn vkGetSwapchainStatusKHR(device: vk::VkDevice, swapchain: khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkGetSwapchainStatusKHR: khr_shared_presentable_image::PFN_vkGetSwapchainStatusKHR], [INFO] [stderr] 1190 | | } [INFO] [stderr] 1191 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1193 | / addr_proc_struct!( [INFO] [stderr] 1194 | | /// [`VK_KHR_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_surface) [INFO] [stderr] 1195 | | pub struct KHR_surface [khr_surface] { [INFO] [stderr] 1196 | | /// [`vkDestroySurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkDestroySurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1210 | | } [INFO] [stderr] 1211 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1193 | / addr_proc_struct!( [INFO] [stderr] 1194 | | /// [`VK_KHR_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_surface) [INFO] [stderr] 1195 | | pub struct KHR_surface [khr_surface] { [INFO] [stderr] 1196 | | /// [`vkDestroySurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkDestroySurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1210 | | } [INFO] [stderr] 1211 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1213 | / addr_proc_struct!( [INFO] [stderr] 1214 | | /// [`VK_KHR_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_swapchain) [INFO] [stderr] 1215 | | pub struct KHR_swapchain [khr_swapchain] { [INFO] [stderr] 1216 | | /// [`vkAcquireNextImageKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAcquireNextImageKHR) [INFO] [stderr] ... | [INFO] [stderr] 1230 | | } [INFO] [stderr] 1231 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1213 | / addr_proc_struct!( [INFO] [stderr] 1214 | | /// [`VK_KHR_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_swapchain) [INFO] [stderr] 1215 | | pub struct KHR_swapchain [khr_swapchain] { [INFO] [stderr] 1216 | | /// [`vkAcquireNextImageKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAcquireNextImageKHR) [INFO] [stderr] ... | [INFO] [stderr] 1230 | | } [INFO] [stderr] 1231 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1233 | / addr_proc_struct!( [INFO] [stderr] 1234 | | /// [`VK_KHR_wayland_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_wayland_surface) [INFO] [stderr] 1235 | | pub struct KHR_wayland_surface [khr_wayland_surface] { [INFO] [stderr] 1236 | | /// [`vkCreateWaylandSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateWaylandSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1241 | | } [INFO] [stderr] 1242 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1233 | / addr_proc_struct!( [INFO] [stderr] 1234 | | /// [`VK_KHR_wayland_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_wayland_surface) [INFO] [stderr] 1235 | | pub struct KHR_wayland_surface [khr_wayland_surface] { [INFO] [stderr] 1236 | | /// [`vkCreateWaylandSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateWaylandSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1241 | | } [INFO] [stderr] 1242 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1244 | / addr_proc_struct!( [INFO] [stderr] 1245 | | /// [`VK_KHR_win32_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_win32_surface) [INFO] [stderr] 1246 | | pub struct KHR_win32_surface [khr_win32_surface] { [INFO] [stderr] 1247 | | /// [`vkCreateWin32SurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateWin32SurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1252 | | } [INFO] [stderr] 1253 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1244 | / addr_proc_struct!( [INFO] [stderr] 1245 | | /// [`VK_KHR_win32_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_win32_surface) [INFO] [stderr] 1246 | | pub struct KHR_win32_surface [khr_win32_surface] { [INFO] [stderr] 1247 | | /// [`vkCreateWin32SurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateWin32SurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1252 | | } [INFO] [stderr] 1253 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1255 | / addr_proc_struct!( [INFO] [stderr] 1256 | | /// [`VK_KHR_xcb_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_xcb_surface) [INFO] [stderr] 1257 | | pub struct KHR_xcb_surface [khr_xcb_surface] { [INFO] [stderr] 1258 | | /// [`vkCreateXcbSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateXcbSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1263 | | } [INFO] [stderr] 1264 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1255 | / addr_proc_struct!( [INFO] [stderr] 1256 | | /// [`VK_KHR_xcb_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_xcb_surface) [INFO] [stderr] 1257 | | pub struct KHR_xcb_surface [khr_xcb_surface] { [INFO] [stderr] 1258 | | /// [`vkCreateXcbSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateXcbSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1263 | | } [INFO] [stderr] 1264 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1266 | / addr_proc_struct!( [INFO] [stderr] 1267 | | /// [`VK_KHR_xlib_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_xlib_surface) [INFO] [stderr] 1268 | | pub struct KHR_xlib_surface [khr_xlib_surface] { [INFO] [stderr] 1269 | | /// [`vkCreateXlibSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateXlibSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1274 | | } [INFO] [stderr] 1275 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1266 | / addr_proc_struct!( [INFO] [stderr] 1267 | | /// [`VK_KHR_xlib_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_xlib_surface) [INFO] [stderr] 1268 | | pub struct KHR_xlib_surface [khr_xlib_surface] { [INFO] [stderr] 1269 | | /// [`vkCreateXlibSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateXlibSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1274 | | } [INFO] [stderr] 1275 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1277 | / addr_proc_struct!( [INFO] [stderr] 1278 | | /// [`VK_MVK_ios_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_MVK_ios_surface) [INFO] [stderr] 1279 | | pub struct MVK_ios_surface [mvk_ios_surface] { [INFO] [stderr] 1280 | | /// [`vkCreateIOSSurfaceMVK`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateIOSSurfaceMVK) [INFO] [stderr] 1281 | | pub fn vkCreateIOSSurfaceMVK(instance: vk::VkInstance, pCreateInfo: *const mvk_ios_surface::VkIOSSurfaceCreateInfoMVK, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateIOSSurfaceMVK: mvk_ios_surface::PFN_vkCreateIOSSurfaceMVK], [INFO] [stderr] 1282 | | } [INFO] [stderr] 1283 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1277 | / addr_proc_struct!( [INFO] [stderr] 1278 | | /// [`VK_MVK_ios_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_MVK_ios_surface) [INFO] [stderr] 1279 | | pub struct MVK_ios_surface [mvk_ios_surface] { [INFO] [stderr] 1280 | | /// [`vkCreateIOSSurfaceMVK`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateIOSSurfaceMVK) [INFO] [stderr] 1281 | | pub fn vkCreateIOSSurfaceMVK(instance: vk::VkInstance, pCreateInfo: *const mvk_ios_surface::VkIOSSurfaceCreateInfoMVK, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateIOSSurfaceMVK: mvk_ios_surface::PFN_vkCreateIOSSurfaceMVK], [INFO] [stderr] 1282 | | } [INFO] [stderr] 1283 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1285 | / addr_proc_struct!( [INFO] [stderr] 1286 | | /// [`VK_MVK_macos_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_MVK_macos_surface) [INFO] [stderr] 1287 | | pub struct MVK_macos_surface [mvk_macos_surface] { [INFO] [stderr] 1288 | | /// [`vkCreateMacOSSurfaceMVK`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateMacOSSurfaceMVK) [INFO] [stderr] 1289 | | pub fn vkCreateMacOSSurfaceMVK(instance: vk::VkInstance, pCreateInfo: *const mvk_macos_surface::VkMacOSSurfaceCreateInfoMVK, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateMacOSSurfaceMVK: mvk_macos_surface::PFN_vkCreateMacOSSurfaceMVK], [INFO] [stderr] 1290 | | } [INFO] [stderr] 1291 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1285 | / addr_proc_struct!( [INFO] [stderr] 1286 | | /// [`VK_MVK_macos_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_MVK_macos_surface) [INFO] [stderr] 1287 | | pub struct MVK_macos_surface [mvk_macos_surface] { [INFO] [stderr] 1288 | | /// [`vkCreateMacOSSurfaceMVK`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateMacOSSurfaceMVK) [INFO] [stderr] 1289 | | pub fn vkCreateMacOSSurfaceMVK(instance: vk::VkInstance, pCreateInfo: *const mvk_macos_surface::VkMacOSSurfaceCreateInfoMVK, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateMacOSSurfaceMVK: mvk_macos_surface::PFN_vkCreateMacOSSurfaceMVK], [INFO] [stderr] 1290 | | } [INFO] [stderr] 1291 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1293 | / addr_proc_struct!( [INFO] [stderr] 1294 | | /// [`VK_NN_vi_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NN_vi_surface) [INFO] [stderr] 1295 | | pub struct NN_vi_surface [nn_vi_surface] { [INFO] [stderr] 1296 | | /// [`vkCreateViSurfaceNN`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateViSurfaceNN) [INFO] [stderr] 1297 | | pub fn vkCreateViSurfaceNN(instance: vk::VkInstance, pCreateInfo: *const nn_vi_surface::VkViSurfaceCreateInfoNN, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateViSurfaceNN: nn_vi_surface::PFN_vkCreateViSurfaceNN], [INFO] [stderr] 1298 | | } [INFO] [stderr] 1299 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1293 | / addr_proc_struct!( [INFO] [stderr] 1294 | | /// [`VK_NN_vi_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NN_vi_surface) [INFO] [stderr] 1295 | | pub struct NN_vi_surface [nn_vi_surface] { [INFO] [stderr] 1296 | | /// [`vkCreateViSurfaceNN`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateViSurfaceNN) [INFO] [stderr] 1297 | | pub fn vkCreateViSurfaceNN(instance: vk::VkInstance, pCreateInfo: *const nn_vi_surface::VkViSurfaceCreateInfoNN, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateViSurfaceNN: nn_vi_surface::PFN_vkCreateViSurfaceNN], [INFO] [stderr] 1298 | | } [INFO] [stderr] 1299 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1301 | / addr_proc_struct!( [INFO] [stderr] 1302 | | /// [`VK_NV_clip_space_w_scaling`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_clip_space_w_scaling) [INFO] [stderr] 1303 | | pub struct NV_clip_space_w_scaling [nv_clip_space_w_scaling] { [INFO] [stderr] 1304 | | /// [`vkCmdSetViewportWScalingNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetViewportWScalingNV) [INFO] [stderr] 1305 | | pub fn vkCmdSetViewportWScalingNV(commandBuffer: vk::VkCommandBuffer, firstViewport: u32, viewportCount: u32, pViewportWScalings: *const nv_clip_space_w_scaling::VkViewportWScalingNV); [pfn_vkCmdSetViewportWScalingNV: nv_clip_space_w_scaling::PFN_vkCmdSetViewportWScalingNV], [INFO] [stderr] 1306 | | } [INFO] [stderr] 1307 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1301 | / addr_proc_struct!( [INFO] [stderr] 1302 | | /// [`VK_NV_clip_space_w_scaling`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_clip_space_w_scaling) [INFO] [stderr] 1303 | | pub struct NV_clip_space_w_scaling [nv_clip_space_w_scaling] { [INFO] [stderr] 1304 | | /// [`vkCmdSetViewportWScalingNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetViewportWScalingNV) [INFO] [stderr] 1305 | | pub fn vkCmdSetViewportWScalingNV(commandBuffer: vk::VkCommandBuffer, firstViewport: u32, viewportCount: u32, pViewportWScalings: *const nv_clip_space_w_scaling::VkViewportWScalingNV); [pfn_vkCmdSetViewportWScalingNV: nv_clip_space_w_scaling::PFN_vkCmdSetViewportWScalingNV], [INFO] [stderr] 1306 | | } [INFO] [stderr] 1307 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1309 | / addr_proc_struct!( [INFO] [stderr] 1310 | | /// [`VK_NV_external_memory_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_external_memory_capabilities) [INFO] [stderr] 1311 | | pub struct NV_external_memory_capabilities [nv_external_memory_capabilities] { [INFO] [stderr] 1312 | | /// [`vkGetPhysicalDeviceExternalImageFormatPropertiesNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalImageFormatPropertiesNV) [INFO] [stderr] 1313 | | pub fn vkGetPhysicalDeviceExternalImageFormatPropertiesNV(physicalDevice: vk::VkPhysicalDevice, format: vk::VkFormat, type_: vk::VkImageType, tiling: vk::VkImageTiling, usage: vk::VkImageUsageFlags, flags: vk::VkImageCreateFlags, externalHandleType: nv_external_memory_capabilities::VkExternalMemoryHandleTypeFlagsNV, pExternalImageFormatProperties: *mut nv_external_memory_capabilities::VkExternalImageFormatPropertiesNV) -> vk::VkResult; [pfn_vkGetPhysicalDeviceExternalImageFormatPropertiesNV: nv_external_memory_capabilities::PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV], [INFO] [stderr] 1314 | | } [INFO] [stderr] 1315 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1309 | / addr_proc_struct!( [INFO] [stderr] 1310 | | /// [`VK_NV_external_memory_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_external_memory_capabilities) [INFO] [stderr] 1311 | | pub struct NV_external_memory_capabilities [nv_external_memory_capabilities] { [INFO] [stderr] 1312 | | /// [`vkGetPhysicalDeviceExternalImageFormatPropertiesNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalImageFormatPropertiesNV) [INFO] [stderr] 1313 | | pub fn vkGetPhysicalDeviceExternalImageFormatPropertiesNV(physicalDevice: vk::VkPhysicalDevice, format: vk::VkFormat, type_: vk::VkImageType, tiling: vk::VkImageTiling, usage: vk::VkImageUsageFlags, flags: vk::VkImageCreateFlags, externalHandleType: nv_external_memory_capabilities::VkExternalMemoryHandleTypeFlagsNV, pExternalImageFormatProperties: *mut nv_external_memory_capabilities::VkExternalImageFormatPropertiesNV) -> vk::VkResult; [pfn_vkGetPhysicalDeviceExternalImageFormatPropertiesNV: nv_external_memory_capabilities::PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV], [INFO] [stderr] 1314 | | } [INFO] [stderr] 1315 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1317 | / addr_proc_struct!( [INFO] [stderr] 1318 | | /// [`VK_NV_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_external_memory_win32) [INFO] [stderr] 1319 | | pub struct NV_external_memory_win32 [nv_external_memory_win32] { [INFO] [stderr] 1320 | | /// [`vkGetMemoryWin32HandleNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleNV) [INFO] [stderr] 1321 | | pub fn vkGetMemoryWin32HandleNV(device: vk::VkDevice, memory: vk::VkDeviceMemory, handleType: nv_external_memory_capabilities::VkExternalMemoryHandleTypeFlagsNV, pHandle: *mut win32_types::HANDLE) -> vk::VkResult; [pfn_vkGetMemoryWin32HandleNV: nv_external_memory_win32::PFN_vkGetMemoryWin32HandleNV], [INFO] [stderr] 1322 | | } [INFO] [stderr] 1323 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1317 | / addr_proc_struct!( [INFO] [stderr] 1318 | | /// [`VK_NV_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_external_memory_win32) [INFO] [stderr] 1319 | | pub struct NV_external_memory_win32 [nv_external_memory_win32] { [INFO] [stderr] 1320 | | /// [`vkGetMemoryWin32HandleNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleNV) [INFO] [stderr] 1321 | | pub fn vkGetMemoryWin32HandleNV(device: vk::VkDevice, memory: vk::VkDeviceMemory, handleType: nv_external_memory_capabilities::VkExternalMemoryHandleTypeFlagsNV, pHandle: *mut win32_types::HANDLE) -> vk::VkResult; [pfn_vkGetMemoryWin32HandleNV: nv_external_memory_win32::PFN_vkGetMemoryWin32HandleNV], [INFO] [stderr] 1322 | | } [INFO] [stderr] 1323 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_draw_indirect_count.rs:20:55 [INFO] [stderr] | [INFO] [stderr] 20 | pub const VK_AMD_DRAW_INDIRECT_COUNT_EXTENSION_NAME: &'static [u8; 27] = b"VK_AMD_draw_indirect_count\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 27]` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_draw_indirect_count.rs:21:59 [INFO] [stderr] | [INFO] [stderr] 21 | pub const VK_AMD_DRAW_INDIRECT_COUNT_EXTENSION_NAME_STR: &'static str = "VK_AMD_draw_indirect_count"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_gcn_shader.rs:18:46 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_GCN_SHADER_EXTENSION_NAME: &'static [u8; 18] = b"VK_AMD_gcn_shader\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 18]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_gcn_shader.rs:19:50 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_GCN_SHADER_EXTENSION_NAME_STR: &'static str = "VK_AMD_gcn_shader"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_gpu_shader_half_float.rs:18:57 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_GPU_SHADER_HALF_FLOAT_EXTENSION_NAME: &'static [u8; 29] = b"VK_AMD_gpu_shader_half_float\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 29]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_gpu_shader_half_float.rs:19:61 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_GPU_SHADER_HALF_FLOAT_EXTENSION_NAME_STR: &'static str = "VK_AMD_gpu_shader_half_float"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_gpu_shader_int16.rs:18:52 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_GPU_SHADER_INT16_EXTENSION_NAME: &'static [u8; 24] = b"VK_AMD_gpu_shader_int16\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 24]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_gpu_shader_int16.rs:19:56 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_GPU_SHADER_INT16_EXTENSION_NAME_STR: &'static str = "VK_AMD_gpu_shader_int16"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_mixed_attachment_samples.rs:18:60 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_MIXED_ATTACHMENT_SAMPLES_EXTENSION_NAME: &'static [u8; 32] = b"VK_AMD_mixed_attachment_samples\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_mixed_attachment_samples.rs:19:64 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_MIXED_ATTACHMENT_SAMPLES_EXTENSION_NAME_STR: &'static str = "VK_AMD_mixed_attachment_samples"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_negative_viewport_height.rs:18:60 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME: &'static [u8; 32] = b"VK_AMD_negative_viewport_height\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_negative_viewport_height.rs:19:64 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME_STR: &'static str = "VK_AMD_negative_viewport_height"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_rasterization_order.rs:22:55 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_AMD_RASTERIZATION_ORDER_EXTENSION_NAME: &'static [u8; 27] = b"VK_AMD_rasterization_order\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 27]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_rasterization_order.rs:23:59 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_AMD_RASTERIZATION_ORDER_EXTENSION_NAME_STR: &'static str = "VK_AMD_rasterization_order"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_shader_ballot.rs:18:49 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_SHADER_BALLOT_EXTENSION_NAME: &'static [u8; 21] = b"VK_AMD_shader_ballot\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 21]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_shader_ballot.rs:19:53 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_SHADER_BALLOT_EXTENSION_NAME_STR: &'static str = "VK_AMD_shader_ballot"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_shader_explicit_vertex_parameter.rs:18:68 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_EXTENSION_NAME: &'static [u8; 40] = b"VK_AMD_shader_explicit_vertex_parameter\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 40]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_shader_explicit_vertex_parameter.rs:19:72 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_EXTENSION_NAME_STR: &'static str = "VK_AMD_shader_explicit_vertex_parameter"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_shader_trinary_minmax.rs:18:57 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_SHADER_TRINARY_MINMAX_EXTENSION_NAME: &'static [u8; 29] = b"VK_AMD_shader_trinary_minmax\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 29]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_shader_trinary_minmax.rs:19:61 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_SHADER_TRINARY_MINMAX_EXTENSION_NAME_STR: &'static str = "VK_AMD_shader_trinary_minmax"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_texture_gather_bias_lod.rs:22:59 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_AMD_TEXTURE_GATHER_BIAS_LOD_EXTENSION_NAME: &'static [u8; 31] = b"VK_AMD_texture_gather_bias_lod\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 31]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_texture_gather_bias_lod.rs:23:63 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_AMD_TEXTURE_GATHER_BIAS_LOD_EXTENSION_NAME_STR: &'static str = "VK_AMD_texture_gather_bias_lod"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_acquire_xlib_display.rs:22:56 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_EXT_ACQUIRE_XLIB_DISPLAY_EXTENSION_NAME: &'static [u8; 28] = b"VK_EXT_acquire_xlib_display\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 28]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_acquire_xlib_display.rs:23:60 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_ACQUIRE_XLIB_DISPLAY_EXTENSION_NAME_STR: &'static str = "VK_EXT_acquire_xlib_display"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_blend_operation_advanced.rs:22:60 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME: &'static [u8; 32] = b"VK_EXT_blend_operation_advanced\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_blend_operation_advanced.rs:23:64 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME_STR: &'static str = "VK_EXT_blend_operation_advanced"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_debug_marker.rs:23:48 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_DEBUG_MARKER_EXTENSION_NAME: &'static [u8; 20] = b"VK_EXT_debug_marker\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 20]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_debug_marker.rs:24:52 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_EXT_DEBUG_MARKER_EXTENSION_NAME_STR: &'static str = "VK_EXT_debug_marker"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_debug_report.rs:23:48 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_DEBUG_REPORT_EXTENSION_NAME: &'static [u8; 20] = b"VK_EXT_debug_report\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 20]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_debug_report.rs:24:52 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_EXT_DEBUG_REPORT_EXTENSION_NAME_STR: &'static str = "VK_EXT_debug_report"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_depth_range_unrestricted.rs:18:60 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME: &'static [u8; 32] = b"VK_EXT_depth_range_unrestricted\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_depth_range_unrestricted.rs:19:64 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME_STR: &'static str = "VK_EXT_depth_range_unrestricted"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_direct_mode_display.rs:21:55 [INFO] [stderr] | [INFO] [stderr] 21 | pub const VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME: &'static [u8; 27] = b"VK_EXT_direct_mode_display\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 27]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_direct_mode_display.rs:22:59 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME_STR: &'static str = "VK_EXT_direct_mode_display"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_discard_rectangles.rs:22:54 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_EXT_DISCARD_RECTANGLES_EXTENSION_NAME: &'static [u8; 26] = b"VK_EXT_discard_rectangles\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 26]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_discard_rectangles.rs:23:58 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_DISCARD_RECTANGLES_EXTENSION_NAME_STR: &'static str = "VK_EXT_discard_rectangles"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_display_control.rs:25:51 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME: &'static [u8; 23] = b"VK_EXT_display_control\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 23]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_display_control.rs:26:55 [INFO] [stderr] | [INFO] [stderr] 26 | pub const VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME_STR: &'static str = "VK_EXT_display_control"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_display_surface_counter.rs:23:59 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_DISPLAY_SURFACE_COUNTER_EXTENSION_NAME: &'static [u8; 31] = b"VK_EXT_display_surface_counter\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 31]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_display_surface_counter.rs:24:63 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_EXT_DISPLAY_SURFACE_COUNTER_EXTENSION_NAME_STR: &'static str = "VK_EXT_display_surface_counter"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_hdr_metadata.rs:23:48 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_HDR_METADATA_EXTENSION_NAME: &'static [u8; 20] = b"VK_EXT_hdr_metadata\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 20]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_hdr_metadata.rs:24:52 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_EXT_HDR_METADATA_EXTENSION_NAME_STR: &'static str = "VK_EXT_hdr_metadata"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_post_depth_coverage.rs:18:55 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_EXT_POST_DEPTH_COVERAGE_EXTENSION_NAME: &'static [u8; 27] = b"VK_EXT_post_depth_coverage\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 27]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_post_depth_coverage.rs:19:59 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_EXT_POST_DEPTH_COVERAGE_EXTENSION_NAME_STR: &'static str = "VK_EXT_post_depth_coverage"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_sampler_filter_minmax.rs:22:57 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME: &'static [u8; 29] = b"VK_EXT_sampler_filter_minmax\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 29]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_sampler_filter_minmax.rs:23:61 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME_STR: &'static str = "VK_EXT_sampler_filter_minmax"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_stencil_export.rs:18:57 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME: &'static [u8; 29] = b"VK_EXT_shader_stencil_export\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 29]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_stencil_export.rs:19:61 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME_STR: &'static str = "VK_EXT_shader_stencil_export"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_subgroup_ballot.rs:18:58 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_EXT_SHADER_SUBGROUP_BALLOT_EXTENSION_NAME: &'static [u8; 30] = b"VK_EXT_shader_subgroup_ballot\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 30]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_subgroup_ballot.rs:19:62 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_EXT_SHADER_SUBGROUP_BALLOT_EXTENSION_NAME_STR: &'static str = "VK_EXT_shader_subgroup_ballot"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_subgroup_vote.rs:18:56 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_EXT_SHADER_SUBGROUP_VOTE_EXTENSION_NAME: &'static [u8; 28] = b"VK_EXT_shader_subgroup_vote\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 28]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_subgroup_vote.rs:19:60 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_EXT_SHADER_SUBGROUP_VOTE_EXTENSION_NAME_STR: &'static str = "VK_EXT_shader_subgroup_vote"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_viewport_index_layer.rs:18:63 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_EXTENSION_NAME: &'static [u8; 35] = b"VK_EXT_shader_viewport_index_layer\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 35]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_viewport_index_layer.rs:19:67 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_EXTENSION_NAME_STR: &'static str = "VK_EXT_shader_viewport_index_layer"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_swapchain_colorspace.rs:18:57 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_EXT_SWAPCHAIN_COLOR_SPACE_EXTENSION_NAME: &'static [u8; 28] = b"VK_EXT_swapchain_colorspace\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 28]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_swapchain_colorspace.rs:19:61 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_EXT_SWAPCHAIN_COLOR_SPACE_EXTENSION_NAME_STR: &'static str = "VK_EXT_swapchain_colorspace"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: lint name `unreadable_literal` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:23:45 [INFO] [stderr] | [INFO] [stderr] 23 | #![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unreadable_literal` [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_validation_flags.rs:22:52 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_EXT_VALIDATION_FLAGS_EXTENSION_NAME: &'static [u8; 24] = b"VK_EXT_validation_flags\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 24]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_validation_flags.rs:23:56 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_VALIDATION_FLAGS_EXTENSION_NAME_STR: &'static str = "VK_EXT_validation_flags"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/google_display_timing.rs:23:53 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME: &'static [u8; 25] = b"VK_GOOGLE_display_timing\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 25]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/google_display_timing.rs:24:57 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME_STR: &'static str = "VK_GOOGLE_display_timing"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/img_filter_cubic.rs:18:48 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_IMG_FILTER_CUBIC_EXTENSION_NAME: &'static [u8; 20] = b"VK_IMG_filter_cubic\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 20]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/img_filter_cubic.rs:19:52 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_IMG_FILTER_CUBIC_EXTENSION_NAME_STR: &'static str = "VK_IMG_filter_cubic"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/img_format_pvrtc.rs:18:48 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_IMG_FORMAT_PVRTC_EXTENSION_NAME: &'static [u8; 20] = b"VK_IMG_format_pvrtc\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 20]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/img_format_pvrtc.rs:19:52 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_IMG_FORMAT_PVRTC_EXTENSION_NAME_STR: &'static str = "VK_IMG_format_pvrtc"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_16bit_storage.rs:22:49 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_16BIT_STORAGE_EXTENSION_NAME: &'static [u8; 21] = b"VK_KHR_16bit_storage\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 21]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_16bit_storage.rs:23:53 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_16BIT_STORAGE_EXTENSION_NAME_STR: &'static str = "VK_KHR_16bit_storage"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_android_surface.rs:24:51 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_ANDROID_SURFACE_EXTENSION_NAME: &'static [u8; 23] = b"VK_KHR_android_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 23]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_android_surface.rs:25:55 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_ANDROID_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_KHR_android_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_dedicated_allocation.rs:22:56 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME: &'static [u8; 28] = b"VK_KHR_dedicated_allocation\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 28]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_dedicated_allocation.rs:23:60 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME_STR: &'static str = "VK_KHR_dedicated_allocation"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_descriptor_update_template.rs:22:62 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_EXTENSION_NAME: &'static [u8; 34] = b"VK_KHR_descriptor_update_template\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 34]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_descriptor_update_template.rs:23:66 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_EXTENSION_NAME_STR: &'static str = "VK_KHR_descriptor_update_template"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_display.rs:23:43 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_DISPLAY_EXTENSION_NAME: &'static [u8; 15] = b"VK_KHR_display\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 15]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_display.rs:24:47 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_DISPLAY_EXTENSION_NAME_STR: &'static str = "VK_KHR_display"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_display_swapchain.rs:23:53 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME: &'static [u8; 25] = b"VK_KHR_display_swapchain\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 25]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_display_swapchain.rs:24:57 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME_STR: &'static str = "VK_KHR_display_swapchain"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence.rs:23:50 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME: &'static [u8; 22] = b"VK_KHR_external_fence\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 22]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence.rs:24:54 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_fence"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence_capabilities.rs:22:63 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME: &'static [u8; 35] = b"VK_KHR_external_fence_capabilities\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 35]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence_capabilities.rs:23:67 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_fence_capabilities"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence_fd.rs:24:53 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_EXTERNAL_FENCE_FD_EXTENSION_NAME: &'static [u8; 25] = b"VK_KHR_external_fence_fd\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 25]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence_fd.rs:25:57 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_EXTERNAL_FENCE_FD_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_fence_fd"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence_win32.rs:25:56 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_EXTERNAL_FENCE_WIN32_EXTENSION_NAME: &'static [u8; 28] = b"VK_KHR_external_fence_win32\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 28]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence_win32.rs:26:60 [INFO] [stderr] | [INFO] [stderr] 26 | pub const VK_KHR_EXTERNAL_FENCE_WIN32_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_fence_win32"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory.rs:23:51 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME: &'static [u8; 23] = b"VK_KHR_external_memory\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 23]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory.rs:24:55 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_memory"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory_capabilities.rs:22:64 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME: &'static [u8; 36] = b"VK_KHR_external_memory_capabilities\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 36]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory_capabilities.rs:23:68 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_memory_capabilities"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory_fd.rs:23:54 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME: &'static [u8; 26] = b"VK_KHR_external_memory_fd\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 26]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory_fd.rs:24:58 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_memory_fd"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory_win32.rs:24:57 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME: &'static [u8; 29] = b"VK_KHR_external_memory_win32\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 29]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory_win32.rs:25:61 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_memory_win32"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore.rs:23:54 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME: &'static [u8; 26] = b"VK_KHR_external_semaphore\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 26]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore.rs:24:58 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_semaphore"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore_capabilities.rs:22:67 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME: &'static [u8; 39] = b"VK_KHR_external_semaphore_capabilities\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 39]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore_capabilities.rs:23:71 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_semaphore_capabilities"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore_fd.rs:24:57 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME: &'static [u8; 29] = b"VK_KHR_external_semaphore_fd\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 29]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore_fd.rs:25:61 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_semaphore_fd"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore_win32.rs:25:60 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_EXTERNAL_SEMAPHORE_WIN32_EXTENSION_NAME: &'static [u8; 32] = b"VK_KHR_external_semaphore_win32\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore_win32.rs:26:64 [INFO] [stderr] | [INFO] [stderr] 26 | pub const VK_KHR_EXTERNAL_SEMAPHORE_WIN32_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_semaphore_win32"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_get_memory_requirements2.rs:22:61 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME: &'static [u8; 32] = b"VK_KHR_get_memory_requirements2\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_get_memory_requirements2.rs:23:65 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME_STR: &'static str = "VK_KHR_get_memory_requirements2"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_get_physical_device_properties2.rs:22:68 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME: &'static [u8; 39] = b"VK_KHR_get_physical_device_properties2\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 39]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_get_physical_device_properties2.rs:23:72 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME_STR: &'static str = "VK_KHR_get_physical_device_properties2"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_get_surface_capabilities2.rs:23:62 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_GET_SURFACE_CAPABILITIES_2_EXTENSION_NAME: &'static [u8; 33] = b"VK_KHR_get_surface_capabilities2\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 33]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_get_surface_capabilities2.rs:24:66 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_GET_SURFACE_CAPABILITIES_2_EXTENSION_NAME_STR: &'static str = "VK_KHR_get_surface_capabilities2"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_incremental_present.rs:22:55 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME: &'static [u8; 27] = b"VK_KHR_incremental_present\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 27]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_incremental_present.rs:23:59 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME_STR: &'static str = "VK_KHR_incremental_present"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_maintenance1.rs:20:48 [INFO] [stderr] | [INFO] [stderr] 20 | pub const VK_KHR_MAINTENANCE1_EXTENSION_NAME: &'static [u8; 20] = b"VK_KHR_maintenance1\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 20]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_maintenance1.rs:21:52 [INFO] [stderr] | [INFO] [stderr] 21 | pub const VK_KHR_MAINTENANCE1_EXTENSION_NAME_STR: &'static str = "VK_KHR_maintenance1"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_mir_surface.rs:24:47 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_MIR_SURFACE_EXTENSION_NAME: &'static [u8; 19] = b"VK_KHR_mir_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 19]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_mir_surface.rs:25:51 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_MIR_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_KHR_mir_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_push_descriptor.rs:22:51 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME: &'static [u8; 23] = b"VK_KHR_push_descriptor\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 23]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_push_descriptor.rs:23:55 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME_STR: &'static str = "VK_KHR_push_descriptor"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_relaxed_block_layout.rs:18:56 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_KHR_RELAXED_BLOCK_LAYOUT_EXTENSION_NAME: &'static [u8; 28] = b"VK_KHR_relaxed_block_layout\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 28]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_relaxed_block_layout.rs:19:60 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_KHR_RELAXED_BLOCK_LAYOUT_EXTENSION_NAME_STR: &'static str = "VK_KHR_relaxed_block_layout"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_sampler_mirror_clamp_to_edge.rs:18:64 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME: &'static [u8; 36] = b"VK_KHR_sampler_mirror_clamp_to_edge\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 36]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_sampler_mirror_clamp_to_edge.rs:19:68 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME_STR: &'static str = "VK_KHR_sampler_mirror_clamp_to_edge"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_shader_draw_parameters.rs:18:58 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME: &'static [u8; 30] = b"VK_KHR_shader_draw_parameters\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 30]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_shader_draw_parameters.rs:19:62 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME_STR: &'static str = "VK_KHR_shader_draw_parameters"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_shared_presentable_image.rs:23:60 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_SHARED_PRESENTABLE_IMAGE_EXTENSION_NAME: &'static [u8; 32] = b"VK_KHR_shared_presentable_image\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_shared_presentable_image.rs:24:64 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_SHARED_PRESENTABLE_IMAGE_EXTENSION_NAME_STR: &'static str = "VK_KHR_shared_presentable_image"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_storage_buffer_storage_class.rs:18:64 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME: &'static [u8; 36] = b"VK_KHR_storage_buffer_storage_class\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 36]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_storage_buffer_storage_class.rs:19:68 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME_STR: &'static str = "VK_KHR_storage_buffer_storage_class"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_surface.rs:20:43 [INFO] [stderr] | [INFO] [stderr] 20 | pub const VK_KHR_SURFACE_EXTENSION_NAME: &'static [u8; 15] = b"VK_KHR_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 15]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_surface.rs:21:47 [INFO] [stderr] | [INFO] [stderr] 21 | pub const VK_KHR_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_KHR_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_swapchain.rs:23:45 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_SWAPCHAIN_EXTENSION_NAME: &'static [u8; 17] = b"VK_KHR_swapchain\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 17]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_swapchain.rs:24:49 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_SWAPCHAIN_EXTENSION_NAME_STR: &'static str = "VK_KHR_swapchain"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_variable_pointers.rs:22:53 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_VARIABLE_POINTERS_EXTENSION_NAME: &'static [u8; 25] = b"VK_KHR_variable_pointers\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 25]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_variable_pointers.rs:23:57 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_VARIABLE_POINTERS_EXTENSION_NAME_STR: &'static str = "VK_KHR_variable_pointers"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_wayland_surface.rs:24:51 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME: &'static [u8; 23] = b"VK_KHR_wayland_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 23]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_wayland_surface.rs:25:55 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_KHR_wayland_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_win32_keyed_mutex.rs:22:53 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_WIN32_KEYED_MUTEX_EXTENSION_NAME: &'static [u8; 25] = b"VK_KHR_win32_keyed_mutex\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 25]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_win32_keyed_mutex.rs:23:57 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_WIN32_KEYED_MUTEX_EXTENSION_NAME_STR: &'static str = "VK_KHR_win32_keyed_mutex"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_win32_surface.rs:24:49 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_WIN32_SURFACE_EXTENSION_NAME: &'static [u8; 21] = b"VK_KHR_win32_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 21]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_win32_surface.rs:25:53 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_WIN32_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_KHR_win32_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_xcb_surface.rs:24:47 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_XCB_SURFACE_EXTENSION_NAME: &'static [u8; 19] = b"VK_KHR_xcb_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 19]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_xcb_surface.rs:25:51 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_XCB_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_KHR_xcb_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_xlib_surface.rs:24:48 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_XLIB_SURFACE_EXTENSION_NAME: &'static [u8; 20] = b"VK_KHR_xlib_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 20]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_xlib_surface.rs:25:52 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_XLIB_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_KHR_xlib_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/mvk_ios_surface.rs:23:47 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_MVK_IOS_SURFACE_EXTENSION_NAME: &'static [u8; 19] = b"VK_MVK_ios_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 19]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/mvk_ios_surface.rs:24:51 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_MVK_IOS_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_MVK_ios_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/mvk_macos_surface.rs:23:49 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_MVK_MACOS_SURFACE_EXTENSION_NAME: &'static [u8; 21] = b"VK_MVK_macos_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 21]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/mvk_macos_surface.rs:24:53 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_MVK_MACOS_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_MVK_macos_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nn_vi_surface.rs:23:45 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NN_VI_SURFACE_EXTENSION_NAME: &'static [u8; 17] = b"VK_NN_vi_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 17]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nn_vi_surface.rs:24:49 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_NN_VI_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_NN_vi_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_clip_space_w_scaling.rs:22:55 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_NV_CLIP_SPACE_W_SCALING_EXTENSION_NAME: &'static [u8; 27] = b"VK_NV_clip_space_w_scaling\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 27]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_clip_space_w_scaling.rs:23:59 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NV_CLIP_SPACE_W_SCALING_EXTENSION_NAME_STR: &'static str = "VK_NV_clip_space_w_scaling"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_dedicated_allocation.rs:22:55 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_NV_DEDICATED_ALLOCATION_EXTENSION_NAME: &'static [u8; 27] = b"VK_NV_dedicated_allocation\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 27]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_dedicated_allocation.rs:23:59 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NV_DEDICATED_ALLOCATION_EXTENSION_NAME_STR: &'static str = "VK_NV_dedicated_allocation"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_external_memory.rs:23:50 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NV_EXTERNAL_MEMORY_EXTENSION_NAME: &'static [u8; 22] = b"VK_NV_external_memory\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 22]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_external_memory.rs:24:54 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_NV_EXTERNAL_MEMORY_EXTENSION_NAME_STR: &'static str = "VK_NV_external_memory"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_external_memory_capabilities.rs:20:63 [INFO] [stderr] | [INFO] [stderr] 20 | pub const VK_NV_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME: &'static [u8; 35] = b"VK_NV_external_memory_capabilities\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 35]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_external_memory_capabilities.rs:21:67 [INFO] [stderr] | [INFO] [stderr] 21 | pub const VK_NV_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME_STR: &'static str = "VK_NV_external_memory_capabilities"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_external_memory_win32.rs:24:56 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_NV_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME: &'static [u8; 28] = b"VK_NV_external_memory_win32\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 28]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_external_memory_win32.rs:25:60 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_NV_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME_STR: &'static str = "VK_NV_external_memory_win32"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_fill_rectangle.rs:18:49 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_NV_FILL_RECTANGLE_EXTENSION_NAME: &'static [u8; 21] = b"VK_NV_fill_rectangle\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 21]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_fill_rectangle.rs:19:53 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_NV_FILL_RECTANGLE_EXTENSION_NAME_STR: &'static str = "VK_NV_fill_rectangle"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_fragment_coverage_to_color.rs:22:61 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_NV_FRAGMENT_COVERAGE_TO_COLOR_EXTENSION_NAME: &'static [u8; 33] = b"VK_NV_fragment_coverage_to_color\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 33]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_fragment_coverage_to_color.rs:23:65 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NV_FRAGMENT_COVERAGE_TO_COLOR_EXTENSION_NAME_STR: &'static str = "VK_NV_fragment_coverage_to_color"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_framebuffer_mixed_samples.rs:22:60 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_NV_FRAMEBUFFER_MIXED_SAMPLES_EXTENSION_NAME: &'static [u8; 32] = b"VK_NV_framebuffer_mixed_samples\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_framebuffer_mixed_samples.rs:23:64 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NV_FRAMEBUFFER_MIXED_SAMPLES_EXTENSION_NAME_STR: &'static str = "VK_NV_framebuffer_mixed_samples"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_geometry_shader_passthrough.rs:18:62 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_NV_GEOMETRY_SHADER_PASSTHROUGH_EXTENSION_NAME: &'static [u8; 34] = b"VK_NV_geometry_shader_passthrough\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 34]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_geometry_shader_passthrough.rs:19:66 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_NV_GEOMETRY_SHADER_PASSTHROUGH_EXTENSION_NAME_STR: &'static str = "VK_NV_geometry_shader_passthrough"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_glsl_shader.rs:18:46 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_NV_GLSL_SHADER_EXTENSION_NAME: &'static [u8; 18] = b"VK_NV_glsl_shader\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 18]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_glsl_shader.rs:19:50 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_NV_GLSL_SHADER_EXTENSION_NAME_STR: &'static str = "VK_NV_glsl_shader"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_sample_mask_override_coverage.rs:18:64 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_EXTENSION_NAME: &'static [u8; 36] = b"VK_NV_sample_mask_override_coverage\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 36]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_sample_mask_override_coverage.rs:19:68 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_EXTENSION_NAME_STR: &'static str = "VK_NV_sample_mask_override_coverage"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_viewport_array2.rs:18:50 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_NV_VIEWPORT_ARRAY2_EXTENSION_NAME: &'static [u8; 22] = b"VK_NV_viewport_array2\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 22]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_viewport_array2.rs:19:54 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_NV_VIEWPORT_ARRAY2_EXTENSION_NAME_STR: &'static str = "VK_NV_viewport_array2"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_viewport_swizzle.rs:22:51 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_NV_VIEWPORT_SWIZZLE_EXTENSION_NAME: &'static [u8; 23] = b"VK_NV_viewport_swizzle\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 23]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_viewport_swizzle.rs:23:55 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NV_VIEWPORT_SWIZZLE_EXTENSION_NAME_STR: &'static str = "VK_NV_viewport_swizzle"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_win32_keyed_mutex.rs:22:52 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_NV_WIN32_KEYED_MUTEX_EXTENSION_NAME: &'static [u8; 24] = b"VK_NV_win32_keyed_mutex\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 24]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_win32_keyed_mutex.rs:23:56 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NV_WIN32_KEYED_MUTEX_EXTENSION_NAME_STR: &'static str = "VK_NV_win32_keyed_mutex"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/lib.rs:148:33 [INFO] [stderr] | [INFO] [stderr] 148 | pub const VULKAN_LIBRARY_NAME: &'static str = "libvulkan.so.1"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 329 | / addr_proc_struct!( [INFO] [stderr] 330 | | /// [`Core Vulkan specification`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html) [INFO] [stderr] 331 | | pub struct Vk [vk] { [INFO] [stderr] 332 | | /// [`vkAllocateCommandBuffers`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAllocateCommandBuffers) [INFO] [stderr] ... | [INFO] [stderr] 691 | | } [INFO] [stderr] 692 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 329 | / addr_proc_struct!( [INFO] [stderr] 330 | | /// [`Core Vulkan specification`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html) [INFO] [stderr] 331 | | pub struct Vk [vk] { [INFO] [stderr] 332 | | /// [`vkAllocateCommandBuffers`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAllocateCommandBuffers) [INFO] [stderr] ... | [INFO] [stderr] 691 | | } [INFO] [stderr] 692 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 694 | / addr_proc_struct!( [INFO] [stderr] 695 | | /// [`VK_AMD_draw_indirect_count`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_AMD_draw_indirect_count) [INFO] [stderr] 696 | | pub struct AMD_draw_indirect_count [amd_draw_indirect_count] { [INFO] [stderr] 697 | | /// [`vkCmdDrawIndexedIndirectCountAMD`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDrawIndexedIndirectCountAMD) [INFO] [stderr] ... | [INFO] [stderr] 702 | | } [INFO] [stderr] 703 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 694 | / addr_proc_struct!( [INFO] [stderr] 695 | | /// [`VK_AMD_draw_indirect_count`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_AMD_draw_indirect_count) [INFO] [stderr] 696 | | pub struct AMD_draw_indirect_count [amd_draw_indirect_count] { [INFO] [stderr] 697 | | /// [`vkCmdDrawIndexedIndirectCountAMD`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDrawIndexedIndirectCountAMD) [INFO] [stderr] ... | [INFO] [stderr] 702 | | } [INFO] [stderr] 703 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 705 | / addr_proc_struct!( [INFO] [stderr] 706 | | /// [`VK_EXT_debug_marker`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_debug_marker) [INFO] [stderr] 707 | | pub struct EXT_debug_marker [ext_debug_marker] { [INFO] [stderr] 708 | | /// [`vkCmdDebugMarkerBeginEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDebugMarkerBeginEXT) [INFO] [stderr] ... | [INFO] [stderr] 722 | | } [INFO] [stderr] 723 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 705 | / addr_proc_struct!( [INFO] [stderr] 706 | | /// [`VK_EXT_debug_marker`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_debug_marker) [INFO] [stderr] 707 | | pub struct EXT_debug_marker [ext_debug_marker] { [INFO] [stderr] 708 | | /// [`vkCmdDebugMarkerBeginEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDebugMarkerBeginEXT) [INFO] [stderr] ... | [INFO] [stderr] 722 | | } [INFO] [stderr] 723 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 725 | / addr_proc_struct!( [INFO] [stderr] 726 | | /// [`VK_EXT_discard_rectangles`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_discard_rectangles) [INFO] [stderr] 727 | | pub struct EXT_discard_rectangles [ext_discard_rectangles] { [INFO] [stderr] 728 | | /// [`vkCmdSetDiscardRectangleEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetDiscardRectangleEXT) [INFO] [stderr] 729 | | pub fn vkCmdSetDiscardRectangleEXT(commandBuffer: vk::VkCommandBuffer, firstDiscardRectangle: u32, discardRectangleCount: u32, pDiscardRectangles: *const vk::VkRect2D); [pfn_vkCmdSetDiscardRectangleEXT: ext_discard_rectangles::PFN_vkCmdSetDiscardRectangleEXT], [INFO] [stderr] 730 | | } [INFO] [stderr] 731 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 725 | / addr_proc_struct!( [INFO] [stderr] 726 | | /// [`VK_EXT_discard_rectangles`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_discard_rectangles) [INFO] [stderr] 727 | | pub struct EXT_discard_rectangles [ext_discard_rectangles] { [INFO] [stderr] 728 | | /// [`vkCmdSetDiscardRectangleEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetDiscardRectangleEXT) [INFO] [stderr] 729 | | pub fn vkCmdSetDiscardRectangleEXT(commandBuffer: vk::VkCommandBuffer, firstDiscardRectangle: u32, discardRectangleCount: u32, pDiscardRectangles: *const vk::VkRect2D); [pfn_vkCmdSetDiscardRectangleEXT: ext_discard_rectangles::PFN_vkCmdSetDiscardRectangleEXT], [INFO] [stderr] 730 | | } [INFO] [stderr] 731 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 733 | / addr_proc_struct!( [INFO] [stderr] 734 | | /// [`VK_EXT_display_control`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_display_control) [INFO] [stderr] 735 | | pub struct EXT_display_control [ext_display_control] { [INFO] [stderr] 736 | | /// [`vkDisplayPowerControlEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkDisplayPowerControlEXT) [INFO] [stderr] ... | [INFO] [stderr] 747 | | } [INFO] [stderr] 748 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 733 | / addr_proc_struct!( [INFO] [stderr] 734 | | /// [`VK_EXT_display_control`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_display_control) [INFO] [stderr] 735 | | pub struct EXT_display_control [ext_display_control] { [INFO] [stderr] 736 | | /// [`vkDisplayPowerControlEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkDisplayPowerControlEXT) [INFO] [stderr] ... | [INFO] [stderr] 747 | | } [INFO] [stderr] 748 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 750 | / addr_proc_struct!( [INFO] [stderr] 751 | | /// [`VK_EXT_hdr_metadata`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_hdr_metadata) [INFO] [stderr] 752 | | pub struct EXT_hdr_metadata [ext_hdr_metadata] { [INFO] [stderr] 753 | | /// [`vkSetHdrMetadataEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkSetHdrMetadataEXT) [INFO] [stderr] 754 | | pub fn vkSetHdrMetadataEXT(device: vk::VkDevice, swapchainCount: u32, pSwapchains: *const khr_swapchain::VkSwapchainKHR, pMetadata: *const ext_hdr_metadata::VkHdrMetadataEXT); [pfn_vkSetHdrMetadataEXT: ext_hdr_metadata::PFN_vkSetHdrMetadataEXT], [INFO] [stderr] 755 | | } [INFO] [stderr] 756 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 750 | / addr_proc_struct!( [INFO] [stderr] 751 | | /// [`VK_EXT_hdr_metadata`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_hdr_metadata) [INFO] [stderr] 752 | | pub struct EXT_hdr_metadata [ext_hdr_metadata] { [INFO] [stderr] 753 | | /// [`vkSetHdrMetadataEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkSetHdrMetadataEXT) [INFO] [stderr] 754 | | pub fn vkSetHdrMetadataEXT(device: vk::VkDevice, swapchainCount: u32, pSwapchains: *const khr_swapchain::VkSwapchainKHR, pMetadata: *const ext_hdr_metadata::VkHdrMetadataEXT); [pfn_vkSetHdrMetadataEXT: ext_hdr_metadata::PFN_vkSetHdrMetadataEXT], [INFO] [stderr] 755 | | } [INFO] [stderr] 756 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 758 | / addr_proc_struct!( [INFO] [stderr] 759 | | /// [`VK_GOOGLE_display_timing`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_GOOGLE_display_timing) [INFO] [stderr] 760 | | pub struct GOOGLE_display_timing [google_display_timing] { [INFO] [stderr] 761 | | /// [`vkGetPastPresentationTimingGOOGLE`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPastPresentationTimingGOOGLE) [INFO] [stderr] ... | [INFO] [stderr] 766 | | } [INFO] [stderr] 767 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 758 | / addr_proc_struct!( [INFO] [stderr] 759 | | /// [`VK_GOOGLE_display_timing`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_GOOGLE_display_timing) [INFO] [stderr] 760 | | pub struct GOOGLE_display_timing [google_display_timing] { [INFO] [stderr] 761 | | /// [`vkGetPastPresentationTimingGOOGLE`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPastPresentationTimingGOOGLE) [INFO] [stderr] ... | [INFO] [stderr] 766 | | } [INFO] [stderr] 767 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 769 | / addr_proc_struct!( [INFO] [stderr] 770 | | /// [`VK_KHR_descriptor_update_template`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_descriptor_update_template) [INFO] [stderr] 771 | | pub struct KHR_descriptor_update_template [khr_descriptor_update_template] { [INFO] [stderr] 772 | | /// [`vkCmdPushDescriptorSetWithTemplateKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetWithTemplateKHR) [INFO] [stderr] ... | [INFO] [stderr] 783 | | } [INFO] [stderr] 784 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 769 | / addr_proc_struct!( [INFO] [stderr] 770 | | /// [`VK_KHR_descriptor_update_template`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_descriptor_update_template) [INFO] [stderr] 771 | | pub struct KHR_descriptor_update_template [khr_descriptor_update_template] { [INFO] [stderr] 772 | | /// [`vkCmdPushDescriptorSetWithTemplateKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetWithTemplateKHR) [INFO] [stderr] ... | [INFO] [stderr] 783 | | } [INFO] [stderr] 784 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 786 | / addr_proc_struct!( [INFO] [stderr] 787 | | /// [`VK_KHR_display_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_display_swapchain) [INFO] [stderr] 788 | | pub struct KHR_display_swapchain [khr_display_swapchain] { [INFO] [stderr] 789 | | /// [`vkCreateSharedSwapchainsKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateSharedSwapchainsKHR) [INFO] [stderr] 790 | | pub fn vkCreateSharedSwapchainsKHR(device: vk::VkDevice, swapchainCount: u32, pCreateInfos: *const khr_swapchain::VkSwapchainCreateInfoKHR, pAllocator: *const vk::VkAllocationCallbacks, pSwapchains: *mut khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkCreateSharedSwapchainsKHR: khr_display_swapchain::PFN_vkCreateSharedSwapchainsKHR], [INFO] [stderr] 791 | | } [INFO] [stderr] 792 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 786 | / addr_proc_struct!( [INFO] [stderr] 787 | | /// [`VK_KHR_display_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_display_swapchain) [INFO] [stderr] 788 | | pub struct KHR_display_swapchain [khr_display_swapchain] { [INFO] [stderr] 789 | | /// [`vkCreateSharedSwapchainsKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateSharedSwapchainsKHR) [INFO] [stderr] 790 | | pub fn vkCreateSharedSwapchainsKHR(device: vk::VkDevice, swapchainCount: u32, pCreateInfos: *const khr_swapchain::VkSwapchainCreateInfoKHR, pAllocator: *const vk::VkAllocationCallbacks, pSwapchains: *mut khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkCreateSharedSwapchainsKHR: khr_display_swapchain::PFN_vkCreateSharedSwapchainsKHR], [INFO] [stderr] 791 | | } [INFO] [stderr] 792 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 794 | / addr_proc_struct!( [INFO] [stderr] 795 | | /// [`VK_KHR_external_fence_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_fd) [INFO] [stderr] 796 | | pub struct KHR_external_fence_fd [khr_external_fence_fd] { [INFO] [stderr] 797 | | /// See [`vkImportFenceFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 802 | | } [INFO] [stderr] 803 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 794 | / addr_proc_struct!( [INFO] [stderr] 795 | | /// [`VK_KHR_external_fence_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_fd) [INFO] [stderr] 796 | | pub struct KHR_external_fence_fd [khr_external_fence_fd] { [INFO] [stderr] 797 | | /// See [`vkImportFenceFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 802 | | } [INFO] [stderr] 803 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 805 | / addr_proc_struct!( [INFO] [stderr] 806 | | /// [`VK_KHR_external_fence_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_win32) [INFO] [stderr] 807 | | pub struct KHR_external_fence_win32 [khr_external_fence_win32] { [INFO] [stderr] 808 | | /// See [`vkImportFenceWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 813 | | } [INFO] [stderr] 814 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 805 | / addr_proc_struct!( [INFO] [stderr] 806 | | /// [`VK_KHR_external_fence_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_win32) [INFO] [stderr] 807 | | pub struct KHR_external_fence_win32 [khr_external_fence_win32] { [INFO] [stderr] 808 | | /// See [`vkImportFenceWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 813 | | } [INFO] [stderr] 814 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 816 | / addr_proc_struct!( [INFO] [stderr] 817 | | /// [`VK_KHR_external_memory_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_fd) [INFO] [stderr] 818 | | pub struct KHR_external_memory_fd [khr_external_memory_fd] { [INFO] [stderr] 819 | | /// See [`vkGetMemoryFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 824 | | } [INFO] [stderr] 825 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 816 | / addr_proc_struct!( [INFO] [stderr] 817 | | /// [`VK_KHR_external_memory_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_fd) [INFO] [stderr] 818 | | pub struct KHR_external_memory_fd [khr_external_memory_fd] { [INFO] [stderr] 819 | | /// See [`vkGetMemoryFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 824 | | } [INFO] [stderr] 825 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 827 | / addr_proc_struct!( [INFO] [stderr] 828 | | /// [`VK_KHR_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_win32) [INFO] [stderr] 829 | | pub struct KHR_external_memory_win32 [khr_external_memory_win32] { [INFO] [stderr] 830 | | /// See [`vkGetMemoryWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 835 | | } [INFO] [stderr] 836 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 827 | / addr_proc_struct!( [INFO] [stderr] 828 | | /// [`VK_KHR_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_win32) [INFO] [stderr] 829 | | pub struct KHR_external_memory_win32 [khr_external_memory_win32] { [INFO] [stderr] 830 | | /// See [`vkGetMemoryWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 835 | | } [INFO] [stderr] 836 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 838 | / addr_proc_struct!( [INFO] [stderr] 839 | | /// [`VK_KHR_external_semaphore_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_fd) [INFO] [stderr] 840 | | pub struct KHR_external_semaphore_fd [khr_external_semaphore_fd] { [INFO] [stderr] 841 | | /// See [`VkImportSemaphoreFdInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreFdInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 846 | | } [INFO] [stderr] 847 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 838 | / addr_proc_struct!( [INFO] [stderr] 839 | | /// [`VK_KHR_external_semaphore_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_fd) [INFO] [stderr] 840 | | pub struct KHR_external_semaphore_fd [khr_external_semaphore_fd] { [INFO] [stderr] 841 | | /// See [`VkImportSemaphoreFdInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreFdInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 846 | | } [INFO] [stderr] 847 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 849 | / addr_proc_struct!( [INFO] [stderr] 850 | | /// [`VK_KHR_get_memory_requirements2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_memory_requirements2) [INFO] [stderr] 851 | | pub struct KHR_get_memory_requirements2 [khr_get_memory_requirements2] { [INFO] [stderr] 852 | | /// See [`vkGetImageMemoryRequirements2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetImageMemoryRequirements2KHR) [INFO] [stderr] ... | [INFO] [stderr] 860 | | } [INFO] [stderr] 861 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 849 | / addr_proc_struct!( [INFO] [stderr] 850 | | /// [`VK_KHR_get_memory_requirements2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_memory_requirements2) [INFO] [stderr] 851 | | pub struct KHR_get_memory_requirements2 [khr_get_memory_requirements2] { [INFO] [stderr] 852 | | /// See [`vkGetImageMemoryRequirements2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetImageMemoryRequirements2KHR) [INFO] [stderr] ... | [INFO] [stderr] 860 | | } [INFO] [stderr] 861 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 863 | / addr_proc_struct!( [INFO] [stderr] 864 | | /// [`VK_KHR_external_semaphore_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_win32) [INFO] [stderr] 865 | | pub struct KHR_external_semaphore_win32 [khr_external_semaphore_win32] { [INFO] [stderr] 866 | | /// See [`VkImportSemaphoreWin32HandleInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreWin32HandleInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 871 | | } [INFO] [stderr] 872 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 863 | / addr_proc_struct!( [INFO] [stderr] 864 | | /// [`VK_KHR_external_semaphore_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_win32) [INFO] [stderr] 865 | | pub struct KHR_external_semaphore_win32 [khr_external_semaphore_win32] { [INFO] [stderr] 866 | | /// See [`VkImportSemaphoreWin32HandleInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreWin32HandleInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 871 | | } [INFO] [stderr] 872 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 874 | / addr_proc_struct!( [INFO] [stderr] 875 | | /// [`VK_KHR_maintenance1`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_maintenance1) [INFO] [stderr] 876 | | pub struct KHR_maintenance1 [khr_maintenance1] { [INFO] [stderr] 877 | | /// [`vkTrimCommandPoolKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkTrimCommandPoolKHR) [INFO] [stderr] 878 | | pub fn vkTrimCommandPoolKHR(device: vk::VkDevice, commandPool: vk::VkCommandPool, flags: khr_maintenance1::VkCommandPoolTrimFlagsKHR); [pfn_vkTrimCommandPoolKHR: khr_maintenance1::PFN_vkTrimCommandPoolKHR], [INFO] [stderr] 879 | | } [INFO] [stderr] 880 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 874 | / addr_proc_struct!( [INFO] [stderr] 875 | | /// [`VK_KHR_maintenance1`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_maintenance1) [INFO] [stderr] 876 | | pub struct KHR_maintenance1 [khr_maintenance1] { [INFO] [stderr] 877 | | /// [`vkTrimCommandPoolKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkTrimCommandPoolKHR) [INFO] [stderr] 878 | | pub fn vkTrimCommandPoolKHR(device: vk::VkDevice, commandPool: vk::VkCommandPool, flags: khr_maintenance1::VkCommandPoolTrimFlagsKHR); [pfn_vkTrimCommandPoolKHR: khr_maintenance1::PFN_vkTrimCommandPoolKHR], [INFO] [stderr] 879 | | } [INFO] [stderr] 880 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 882 | / addr_proc_struct!( [INFO] [stderr] 883 | | /// [`VK_KHR_push_descriptor`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_push_descriptor) [INFO] [stderr] 884 | | pub struct KHR_push_descriptor [khr_push_descriptor] { [INFO] [stderr] 885 | | /// [`vkCmdPushDescriptorSetKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetKHR) [INFO] [stderr] 886 | | pub fn vkCmdPushDescriptorSetKHR(commandBuffer: vk::VkCommandBuffer, pipelineBindPoint: vk::VkPipelineBindPoint, layout: vk::VkPipelineLayout, set: u32, descriptorWriteCount: u32, pDescriptorWrites: *const vk::VkWriteDescriptorSet); [pfn_vkCmdPushDescriptorSetKHR: khr_push_descriptor::PFN_vkCmdPushDescriptorSetKHR], [INFO] [stderr] 887 | | } [INFO] [stderr] 888 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 882 | / addr_proc_struct!( [INFO] [stderr] 883 | | /// [`VK_KHR_push_descriptor`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_push_descriptor) [INFO] [stderr] 884 | | pub struct KHR_push_descriptor [khr_push_descriptor] { [INFO] [stderr] 885 | | /// [`vkCmdPushDescriptorSetKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetKHR) [INFO] [stderr] 886 | | pub fn vkCmdPushDescriptorSetKHR(commandBuffer: vk::VkCommandBuffer, pipelineBindPoint: vk::VkPipelineBindPoint, layout: vk::VkPipelineLayout, set: u32, descriptorWriteCount: u32, pDescriptorWrites: *const vk::VkWriteDescriptorSet); [pfn_vkCmdPushDescriptorSetKHR: khr_push_descriptor::PFN_vkCmdPushDescriptorSetKHR], [INFO] [stderr] 887 | | } [INFO] [stderr] 888 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 890 | / addr_proc_struct!( [INFO] [stderr] 891 | | /// [`VK_KHR_shared_presentable_image`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_shared_presentable_image) [INFO] [stderr] 892 | | pub struct KHR_shared_presentable_image [khr_shared_presentable_image] { [INFO] [stderr] 893 | | /// [`vkGetSwapchainStatusKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetSwapchainStatusKHR) [INFO] [stderr] 894 | | pub fn vkGetSwapchainStatusKHR(device: vk::VkDevice, swapchain: khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkGetSwapchainStatusKHR: khr_shared_presentable_image::PFN_vkGetSwapchainStatusKHR], [INFO] [stderr] 895 | | } [INFO] [stderr] 896 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 890 | / addr_proc_struct!( [INFO] [stderr] 891 | | /// [`VK_KHR_shared_presentable_image`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_shared_presentable_image) [INFO] [stderr] 892 | | pub struct KHR_shared_presentable_image [khr_shared_presentable_image] { [INFO] [stderr] 893 | | /// [`vkGetSwapchainStatusKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetSwapchainStatusKHR) [INFO] [stderr] 894 | | pub fn vkGetSwapchainStatusKHR(device: vk::VkDevice, swapchain: khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkGetSwapchainStatusKHR: khr_shared_presentable_image::PFN_vkGetSwapchainStatusKHR], [INFO] [stderr] 895 | | } [INFO] [stderr] 896 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 898 | / addr_proc_struct!( [INFO] [stderr] 899 | | /// [`VK_KHR_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_swapchain) [INFO] [stderr] 900 | | pub struct KHR_swapchain [khr_swapchain] { [INFO] [stderr] 901 | | /// [`vkAcquireNextImageKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAcquireNextImageKHR) [INFO] [stderr] ... | [INFO] [stderr] 915 | | } [INFO] [stderr] 916 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 898 | / addr_proc_struct!( [INFO] [stderr] 899 | | /// [`VK_KHR_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_swapchain) [INFO] [stderr] 900 | | pub struct KHR_swapchain [khr_swapchain] { [INFO] [stderr] 901 | | /// [`vkAcquireNextImageKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAcquireNextImageKHR) [INFO] [stderr] ... | [INFO] [stderr] 915 | | } [INFO] [stderr] 916 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 918 | / addr_proc_struct!( [INFO] [stderr] 919 | | /// [`VK_NV_clip_space_w_scaling`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_clip_space_w_scaling) [INFO] [stderr] 920 | | pub struct NV_clip_space_w_scaling [nv_clip_space_w_scaling] { [INFO] [stderr] 921 | | /// [`vkCmdSetViewportWScalingNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetViewportWScalingNV) [INFO] [stderr] 922 | | pub fn vkCmdSetViewportWScalingNV(commandBuffer: vk::VkCommandBuffer, firstViewport: u32, viewportCount: u32, pViewportWScalings: *const nv_clip_space_w_scaling::VkViewportWScalingNV); [pfn_vkCmdSetViewportWScalingNV: nv_clip_space_w_scaling::PFN_vkCmdSetViewportWScalingNV], [INFO] [stderr] 923 | | } [INFO] [stderr] 924 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 918 | / addr_proc_struct!( [INFO] [stderr] 919 | | /// [`VK_NV_clip_space_w_scaling`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_clip_space_w_scaling) [INFO] [stderr] 920 | | pub struct NV_clip_space_w_scaling [nv_clip_space_w_scaling] { [INFO] [stderr] 921 | | /// [`vkCmdSetViewportWScalingNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetViewportWScalingNV) [INFO] [stderr] 922 | | pub fn vkCmdSetViewportWScalingNV(commandBuffer: vk::VkCommandBuffer, firstViewport: u32, viewportCount: u32, pViewportWScalings: *const nv_clip_space_w_scaling::VkViewportWScalingNV); [pfn_vkCmdSetViewportWScalingNV: nv_clip_space_w_scaling::PFN_vkCmdSetViewportWScalingNV], [INFO] [stderr] 923 | | } [INFO] [stderr] 924 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:221:60 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 926 | / addr_proc_struct!( [INFO] [stderr] 927 | | /// [`VK_NV_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_external_memory_win32) [INFO] [stderr] 928 | | pub struct NV_external_memory_win32 [nv_external_memory_win32] { [INFO] [stderr] 929 | | /// [`vkGetMemoryWin32HandleNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleNV) [INFO] [stderr] 930 | | pub fn vkGetMemoryWin32HandleNV(device: vk::VkDevice, memory: vk::VkDeviceMemory, handleType: nv_external_memory_capabilities::VkExternalMemoryHandleTypeFlagsNV, pHandle: *mut win32_types::HANDLE) -> vk::VkResult; [pfn_vkGetMemoryWin32HandleNV: nv_external_memory_win32::PFN_vkGetMemoryWin32HandleNV], [INFO] [stderr] 931 | | } [INFO] [stderr] 932 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/device_proc_addr_loader.rs:242:60 [INFO] [stderr] | [INFO] [stderr] 242 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 926 | / addr_proc_struct!( [INFO] [stderr] 927 | | /// [`VK_NV_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_external_memory_win32) [INFO] [stderr] 928 | | pub struct NV_external_memory_win32 [nv_external_memory_win32] { [INFO] [stderr] 929 | | /// [`vkGetMemoryWin32HandleNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleNV) [INFO] [stderr] 930 | | pub fn vkGetMemoryWin32HandleNV(device: vk::VkDevice, memory: vk::VkDeviceMemory, handleType: nv_external_memory_capabilities::VkExternalMemoryHandleTypeFlagsNV, pHandle: *mut win32_types::HANDLE) -> vk::VkResult; [pfn_vkGetMemoryWin32HandleNV: nv_external_memory_win32::PFN_vkGetMemoryWin32HandleNV], [INFO] [stderr] 931 | | } [INFO] [stderr] 932 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 424 | / addr_proc_struct!( [INFO] [stderr] 425 | | /// Core Vulkan functions, which don't require a dispatchable Vulkan object [INFO] [stderr] 426 | | pub struct VkGlobal [vk_global] { [INFO] [stderr] 427 | | /// [`vkCreateInstance`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateInstance) [INFO] [stderr] ... | [INFO] [stderr] 435 | | } [INFO] [stderr] 436 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 424 | / addr_proc_struct!( [INFO] [stderr] 425 | | /// Core Vulkan functions, which don't require a dispatchable Vulkan object [INFO] [stderr] 426 | | pub struct VkGlobal [vk_global] { [INFO] [stderr] 427 | | /// [`vkCreateInstance`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateInstance) [INFO] [stderr] ... | [INFO] [stderr] 435 | | } [INFO] [stderr] 436 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 438 | / addr_proc_struct!( [INFO] [stderr] 439 | | /// [`Core Vulkan specification`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html) [INFO] [stderr] 440 | | pub struct Vk [vk] { [INFO] [stderr] 441 | | /// [`vkAllocateCommandBuffers`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAllocateCommandBuffers) [INFO] [stderr] ... | [INFO] [stderr] 839 | | } [INFO] [stderr] 840 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 438 | / addr_proc_struct!( [INFO] [stderr] 439 | | /// [`Core Vulkan specification`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html) [INFO] [stderr] 440 | | pub struct Vk [vk] { [INFO] [stderr] 441 | | /// [`vkAllocateCommandBuffers`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAllocateCommandBuffers) [INFO] [stderr] ... | [INFO] [stderr] 839 | | } [INFO] [stderr] 840 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 842 | / addr_proc_struct!( [INFO] [stderr] 843 | | /// [`VK_AMD_draw_indirect_count`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_AMD_draw_indirect_count) [INFO] [stderr] 844 | | pub struct AMD_draw_indirect_count [amd_draw_indirect_count] { [INFO] [stderr] 845 | | /// [`vkCmdDrawIndexedIndirectCountAMD`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDrawIndexedIndirectCountAMD) [INFO] [stderr] ... | [INFO] [stderr] 850 | | } [INFO] [stderr] 851 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 842 | / addr_proc_struct!( [INFO] [stderr] 843 | | /// [`VK_AMD_draw_indirect_count`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_AMD_draw_indirect_count) [INFO] [stderr] 844 | | pub struct AMD_draw_indirect_count [amd_draw_indirect_count] { [INFO] [stderr] 845 | | /// [`vkCmdDrawIndexedIndirectCountAMD`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDrawIndexedIndirectCountAMD) [INFO] [stderr] ... | [INFO] [stderr] 850 | | } [INFO] [stderr] 851 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 853 | / addr_proc_struct!( [INFO] [stderr] 854 | | /// [`VK_EXT_acquire_xlib_display`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_acquire_xlib_display) [INFO] [stderr] 855 | | pub struct EXT_acquire_xlib_display [ext_acquire_xlib_display] { [INFO] [stderr] 856 | | /// [`vkAcquireXlibDisplayEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAcquireXlibDisplayEXT) [INFO] [stderr] ... | [INFO] [stderr] 861 | | } [INFO] [stderr] 862 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 853 | / addr_proc_struct!( [INFO] [stderr] 854 | | /// [`VK_EXT_acquire_xlib_display`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_acquire_xlib_display) [INFO] [stderr] 855 | | pub struct EXT_acquire_xlib_display [ext_acquire_xlib_display] { [INFO] [stderr] 856 | | /// [`vkAcquireXlibDisplayEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAcquireXlibDisplayEXT) [INFO] [stderr] ... | [INFO] [stderr] 861 | | } [INFO] [stderr] 862 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 864 | / addr_proc_struct!( [INFO] [stderr] 865 | | /// [`VK_EXT_debug_marker`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_debug_marker) [INFO] [stderr] 866 | | pub struct EXT_debug_marker [ext_debug_marker] { [INFO] [stderr] 867 | | /// [`vkCmdDebugMarkerBeginEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDebugMarkerBeginEXT) [INFO] [stderr] ... | [INFO] [stderr] 881 | | } [INFO] [stderr] 882 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 864 | / addr_proc_struct!( [INFO] [stderr] 865 | | /// [`VK_EXT_debug_marker`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_debug_marker) [INFO] [stderr] 866 | | pub struct EXT_debug_marker [ext_debug_marker] { [INFO] [stderr] 867 | | /// [`vkCmdDebugMarkerBeginEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdDebugMarkerBeginEXT) [INFO] [stderr] ... | [INFO] [stderr] 881 | | } [INFO] [stderr] 882 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 884 | / addr_proc_struct!( [INFO] [stderr] 885 | | /// [`VK_EXT_debug_report`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_debug_report) [INFO] [stderr] 886 | | pub struct EXT_debug_report [ext_debug_report] { [INFO] [stderr] 887 | | /// [`vkCreateDebugReportCallbackEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateDebugReportCallbackEXT) [INFO] [stderr] ... | [INFO] [stderr] 895 | | } [INFO] [stderr] 896 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 884 | / addr_proc_struct!( [INFO] [stderr] 885 | | /// [`VK_EXT_debug_report`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_debug_report) [INFO] [stderr] 886 | | pub struct EXT_debug_report [ext_debug_report] { [INFO] [stderr] 887 | | /// [`vkCreateDebugReportCallbackEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateDebugReportCallbackEXT) [INFO] [stderr] ... | [INFO] [stderr] 895 | | } [INFO] [stderr] 896 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 898 | / addr_proc_struct!( [INFO] [stderr] 899 | | /// [`VK_EXT_direct_mode_display`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_direct_mode_display) [INFO] [stderr] 900 | | pub struct EXT_direct_mode_display [ext_direct_mode_display] { [INFO] [stderr] 901 | | /// [`vkReleaseDisplayEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkReleaseDisplayEXT) [INFO] [stderr] 902 | | pub fn vkReleaseDisplayEXT(physicalDevice: vk::VkPhysicalDevice, display: khr_display::VkDisplayKHR) -> vk::VkResult; [pfn_vkReleaseDisplayEXT: ext_direct_mode_display::PFN_vkReleaseDisplayEXT], [INFO] [stderr] 903 | | } [INFO] [stderr] 904 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 898 | / addr_proc_struct!( [INFO] [stderr] 899 | | /// [`VK_EXT_direct_mode_display`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_direct_mode_display) [INFO] [stderr] 900 | | pub struct EXT_direct_mode_display [ext_direct_mode_display] { [INFO] [stderr] 901 | | /// [`vkReleaseDisplayEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkReleaseDisplayEXT) [INFO] [stderr] 902 | | pub fn vkReleaseDisplayEXT(physicalDevice: vk::VkPhysicalDevice, display: khr_display::VkDisplayKHR) -> vk::VkResult; [pfn_vkReleaseDisplayEXT: ext_direct_mode_display::PFN_vkReleaseDisplayEXT], [INFO] [stderr] 903 | | } [INFO] [stderr] 904 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 906 | / addr_proc_struct!( [INFO] [stderr] 907 | | /// [`VK_EXT_discard_rectangles`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_discard_rectangles) [INFO] [stderr] 908 | | pub struct EXT_discard_rectangles [ext_discard_rectangles] { [INFO] [stderr] 909 | | /// [`vkCmdSetDiscardRectangleEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetDiscardRectangleEXT) [INFO] [stderr] 910 | | pub fn vkCmdSetDiscardRectangleEXT(commandBuffer: vk::VkCommandBuffer, firstDiscardRectangle: u32, discardRectangleCount: u32, pDiscardRectangles: *const vk::VkRect2D); [pfn_vkCmdSetDiscardRectangleEXT: ext_discard_rectangles::PFN_vkCmdSetDiscardRectangleEXT], [INFO] [stderr] 911 | | } [INFO] [stderr] 912 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 906 | / addr_proc_struct!( [INFO] [stderr] 907 | | /// [`VK_EXT_discard_rectangles`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_discard_rectangles) [INFO] [stderr] 908 | | pub struct EXT_discard_rectangles [ext_discard_rectangles] { [INFO] [stderr] 909 | | /// [`vkCmdSetDiscardRectangleEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetDiscardRectangleEXT) [INFO] [stderr] 910 | | pub fn vkCmdSetDiscardRectangleEXT(commandBuffer: vk::VkCommandBuffer, firstDiscardRectangle: u32, discardRectangleCount: u32, pDiscardRectangles: *const vk::VkRect2D); [pfn_vkCmdSetDiscardRectangleEXT: ext_discard_rectangles::PFN_vkCmdSetDiscardRectangleEXT], [INFO] [stderr] 911 | | } [INFO] [stderr] 912 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 914 | / addr_proc_struct!( [INFO] [stderr] 915 | | /// [`VK_EXT_display_control`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_display_control) [INFO] [stderr] 916 | | pub struct EXT_display_control [ext_display_control] { [INFO] [stderr] 917 | | /// [`vkDisplayPowerControlEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkDisplayPowerControlEXT) [INFO] [stderr] ... | [INFO] [stderr] 928 | | } [INFO] [stderr] 929 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 914 | / addr_proc_struct!( [INFO] [stderr] 915 | | /// [`VK_EXT_display_control`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_display_control) [INFO] [stderr] 916 | | pub struct EXT_display_control [ext_display_control] { [INFO] [stderr] 917 | | /// [`vkDisplayPowerControlEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkDisplayPowerControlEXT) [INFO] [stderr] ... | [INFO] [stderr] 928 | | } [INFO] [stderr] 929 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 931 | / addr_proc_struct!( [INFO] [stderr] 932 | | /// [`VK_EXT_display_surface_counter`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_display_surface_counter) [INFO] [stderr] 933 | | pub struct EXT_display_surface_counter [ext_display_surface_counter] { [INFO] [stderr] 934 | | /// [`vkGetPhysicalDeviceSurfaceCapabilities2EXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceSurfaceCapabilities2EXT) [INFO] [stderr] 935 | | pub fn vkGetPhysicalDeviceSurfaceCapabilities2EXT(physicalDevice: vk::VkPhysicalDevice, surface: khr_surface::VkSurfaceKHR, pSurfaceCapabilities: *mut ext_display_surface_counter::VkSurfaceCapabilities2EXT) -> vk::VkResult; [pfn_vkGetPhysicalDeviceSurfaceCapabilities2EXT: ext_display_surface_counter::PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT], [INFO] [stderr] 936 | | } [INFO] [stderr] 937 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 931 | / addr_proc_struct!( [INFO] [stderr] 932 | | /// [`VK_EXT_display_surface_counter`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_display_surface_counter) [INFO] [stderr] 933 | | pub struct EXT_display_surface_counter [ext_display_surface_counter] { [INFO] [stderr] 934 | | /// [`vkGetPhysicalDeviceSurfaceCapabilities2EXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceSurfaceCapabilities2EXT) [INFO] [stderr] 935 | | pub fn vkGetPhysicalDeviceSurfaceCapabilities2EXT(physicalDevice: vk::VkPhysicalDevice, surface: khr_surface::VkSurfaceKHR, pSurfaceCapabilities: *mut ext_display_surface_counter::VkSurfaceCapabilities2EXT) -> vk::VkResult; [pfn_vkGetPhysicalDeviceSurfaceCapabilities2EXT: ext_display_surface_counter::PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT], [INFO] [stderr] 936 | | } [INFO] [stderr] 937 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 939 | / addr_proc_struct!( [INFO] [stderr] 940 | | /// [`VK_EXT_hdr_metadata`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_hdr_metadata) [INFO] [stderr] 941 | | pub struct EXT_hdr_metadata [ext_hdr_metadata] { [INFO] [stderr] 942 | | /// [`vkSetHdrMetadataEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkSetHdrMetadataEXT) [INFO] [stderr] 943 | | pub fn vkSetHdrMetadataEXT(device: vk::VkDevice, swapchainCount: u32, pSwapchains: *const khr_swapchain::VkSwapchainKHR, pMetadata: *const ext_hdr_metadata::VkHdrMetadataEXT); [pfn_vkSetHdrMetadataEXT: ext_hdr_metadata::PFN_vkSetHdrMetadataEXT], [INFO] [stderr] 944 | | } [INFO] [stderr] 945 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 939 | / addr_proc_struct!( [INFO] [stderr] 940 | | /// [`VK_EXT_hdr_metadata`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_EXT_hdr_metadata) [INFO] [stderr] 941 | | pub struct EXT_hdr_metadata [ext_hdr_metadata] { [INFO] [stderr] 942 | | /// [`vkSetHdrMetadataEXT`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkSetHdrMetadataEXT) [INFO] [stderr] 943 | | pub fn vkSetHdrMetadataEXT(device: vk::VkDevice, swapchainCount: u32, pSwapchains: *const khr_swapchain::VkSwapchainKHR, pMetadata: *const ext_hdr_metadata::VkHdrMetadataEXT); [pfn_vkSetHdrMetadataEXT: ext_hdr_metadata::PFN_vkSetHdrMetadataEXT], [INFO] [stderr] 944 | | } [INFO] [stderr] 945 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 947 | / addr_proc_struct!( [INFO] [stderr] 948 | | /// [`VK_GOOGLE_display_timing`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_GOOGLE_display_timing) [INFO] [stderr] 949 | | pub struct GOOGLE_display_timing [google_display_timing] { [INFO] [stderr] 950 | | /// [`vkGetPastPresentationTimingGOOGLE`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPastPresentationTimingGOOGLE) [INFO] [stderr] ... | [INFO] [stderr] 955 | | } [INFO] [stderr] 956 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 947 | / addr_proc_struct!( [INFO] [stderr] 948 | | /// [`VK_GOOGLE_display_timing`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_GOOGLE_display_timing) [INFO] [stderr] 949 | | pub struct GOOGLE_display_timing [google_display_timing] { [INFO] [stderr] 950 | | /// [`vkGetPastPresentationTimingGOOGLE`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPastPresentationTimingGOOGLE) [INFO] [stderr] ... | [INFO] [stderr] 955 | | } [INFO] [stderr] 956 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 958 | / addr_proc_struct!( [INFO] [stderr] 959 | | /// [`VK_KHR_android_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_android_surface) [INFO] [stderr] 960 | | pub struct KHR_android_surface [khr_android_surface] { [INFO] [stderr] 961 | | /// [`vkCreateAndroidSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateAndroidSurfaceKHR) [INFO] [stderr] 962 | | pub fn vkCreateAndroidSurfaceKHR(instance: vk::VkInstance, pCreateInfo: *const khr_android_surface::VkAndroidSurfaceCreateInfoKHR, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateAndroidSurfaceKHR: khr_android_surface::PFN_vkCreateAndroidSurfaceKHR], [INFO] [stderr] 963 | | } [INFO] [stderr] 964 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 958 | / addr_proc_struct!( [INFO] [stderr] 959 | | /// [`VK_KHR_android_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_android_surface) [INFO] [stderr] 960 | | pub struct KHR_android_surface [khr_android_surface] { [INFO] [stderr] 961 | | /// [`vkCreateAndroidSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateAndroidSurfaceKHR) [INFO] [stderr] 962 | | pub fn vkCreateAndroidSurfaceKHR(instance: vk::VkInstance, pCreateInfo: *const khr_android_surface::VkAndroidSurfaceCreateInfoKHR, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateAndroidSurfaceKHR: khr_android_surface::PFN_vkCreateAndroidSurfaceKHR], [INFO] [stderr] 963 | | } [INFO] [stderr] 964 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 966 | / addr_proc_struct!( [INFO] [stderr] 967 | | /// [`VK_KHR_descriptor_update_template`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_descriptor_update_template) [INFO] [stderr] 968 | | pub struct KHR_descriptor_update_template [khr_descriptor_update_template] { [INFO] [stderr] 969 | | /// [`vkCmdPushDescriptorSetWithTemplateKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetWithTemplateKHR) [INFO] [stderr] ... | [INFO] [stderr] 980 | | } [INFO] [stderr] 981 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 966 | / addr_proc_struct!( [INFO] [stderr] 967 | | /// [`VK_KHR_descriptor_update_template`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_descriptor_update_template) [INFO] [stderr] 968 | | pub struct KHR_descriptor_update_template [khr_descriptor_update_template] { [INFO] [stderr] 969 | | /// [`vkCmdPushDescriptorSetWithTemplateKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetWithTemplateKHR) [INFO] [stderr] ... | [INFO] [stderr] 980 | | } [INFO] [stderr] 981 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 983 | / addr_proc_struct!( [INFO] [stderr] 984 | | /// [`VK_KHR_display`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_display) [INFO] [stderr] 985 | | pub struct KHR_display [khr_display] { [INFO] [stderr] 986 | | /// [`vkCreateDisplayModeKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateDisplayModeKHR) [INFO] [stderr] ... | [INFO] [stderr] 1006 | | } [INFO] [stderr] 1007 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 983 | / addr_proc_struct!( [INFO] [stderr] 984 | | /// [`VK_KHR_display`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_display) [INFO] [stderr] 985 | | pub struct KHR_display [khr_display] { [INFO] [stderr] 986 | | /// [`vkCreateDisplayModeKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateDisplayModeKHR) [INFO] [stderr] ... | [INFO] [stderr] 1006 | | } [INFO] [stderr] 1007 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1009 | / addr_proc_struct!( [INFO] [stderr] 1010 | | /// [`VK_KHR_display_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_display_swapchain) [INFO] [stderr] 1011 | | pub struct KHR_display_swapchain [khr_display_swapchain] { [INFO] [stderr] 1012 | | /// [`vkCreateSharedSwapchainsKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateSharedSwapchainsKHR) [INFO] [stderr] 1013 | | pub fn vkCreateSharedSwapchainsKHR(device: vk::VkDevice, swapchainCount: u32, pCreateInfos: *const khr_swapchain::VkSwapchainCreateInfoKHR, pAllocator: *const vk::VkAllocationCallbacks, pSwapchains: *mut khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkCreateSharedSwapchainsKHR: khr_display_swapchain::PFN_vkCreateSharedSwapchainsKHR], [INFO] [stderr] 1014 | | } [INFO] [stderr] 1015 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1009 | / addr_proc_struct!( [INFO] [stderr] 1010 | | /// [`VK_KHR_display_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_display_swapchain) [INFO] [stderr] 1011 | | pub struct KHR_display_swapchain [khr_display_swapchain] { [INFO] [stderr] 1012 | | /// [`vkCreateSharedSwapchainsKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateSharedSwapchainsKHR) [INFO] [stderr] 1013 | | pub fn vkCreateSharedSwapchainsKHR(device: vk::VkDevice, swapchainCount: u32, pCreateInfos: *const khr_swapchain::VkSwapchainCreateInfoKHR, pAllocator: *const vk::VkAllocationCallbacks, pSwapchains: *mut khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkCreateSharedSwapchainsKHR: khr_display_swapchain::PFN_vkCreateSharedSwapchainsKHR], [INFO] [stderr] 1014 | | } [INFO] [stderr] 1015 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1017 | / addr_proc_struct!( [INFO] [stderr] 1018 | | /// [`VK_KHR_external_fence_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_capabilities) [INFO] [stderr] 1019 | | pub struct KHR_external_fence_capabilities [khr_external_fence_capabilities] { [INFO] [stderr] 1020 | | /// See [`vkGetPhysicalDeviceExternalFencePropertiesKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalFencePropertiesKHR) [INFO] [stderr] 1021 | | pub fn vkGetPhysicalDeviceExternalFencePropertiesKHR(physicalDevice: vk::VkPhysicalDevice, pExternalFenceInfo: *const khr_external_fence_capabilities::VkPhysicalDeviceExternalFenceInfoKHR, pExternalFenceProperties: *mut khr_external_fence_capabilities::VkExternalFencePropertiesKHR); [pfn_vkGetPhysicalDeviceExternalFencePropertiesKHR: khr_external_fence_capabilities::PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR], [INFO] [stderr] 1022 | | } [INFO] [stderr] 1023 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1017 | / addr_proc_struct!( [INFO] [stderr] 1018 | | /// [`VK_KHR_external_fence_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_capabilities) [INFO] [stderr] 1019 | | pub struct KHR_external_fence_capabilities [khr_external_fence_capabilities] { [INFO] [stderr] 1020 | | /// See [`vkGetPhysicalDeviceExternalFencePropertiesKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalFencePropertiesKHR) [INFO] [stderr] 1021 | | pub fn vkGetPhysicalDeviceExternalFencePropertiesKHR(physicalDevice: vk::VkPhysicalDevice, pExternalFenceInfo: *const khr_external_fence_capabilities::VkPhysicalDeviceExternalFenceInfoKHR, pExternalFenceProperties: *mut khr_external_fence_capabilities::VkExternalFencePropertiesKHR); [pfn_vkGetPhysicalDeviceExternalFencePropertiesKHR: khr_external_fence_capabilities::PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR], [INFO] [stderr] 1022 | | } [INFO] [stderr] 1023 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1025 | / addr_proc_struct!( [INFO] [stderr] 1026 | | /// [`VK_KHR_external_fence_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_fd) [INFO] [stderr] 1027 | | pub struct KHR_external_fence_fd [khr_external_fence_fd] { [INFO] [stderr] 1028 | | /// See [`vkImportFenceFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 1033 | | } [INFO] [stderr] 1034 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1025 | / addr_proc_struct!( [INFO] [stderr] 1026 | | /// [`VK_KHR_external_fence_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_fd) [INFO] [stderr] 1027 | | pub struct KHR_external_fence_fd [khr_external_fence_fd] { [INFO] [stderr] 1028 | | /// See [`vkImportFenceFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 1033 | | } [INFO] [stderr] 1034 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1036 | / addr_proc_struct!( [INFO] [stderr] 1037 | | /// [`VK_KHR_external_fence_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_win32) [INFO] [stderr] 1038 | | pub struct KHR_external_fence_win32 [khr_external_fence_win32] { [INFO] [stderr] 1039 | | /// See [`vkImportFenceWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 1044 | | } [INFO] [stderr] 1045 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1036 | / addr_proc_struct!( [INFO] [stderr] 1037 | | /// [`VK_KHR_external_fence_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_fence_win32) [INFO] [stderr] 1038 | | pub struct KHR_external_fence_win32 [khr_external_fence_win32] { [INFO] [stderr] 1039 | | /// See [`vkImportFenceWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkImportFenceWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 1044 | | } [INFO] [stderr] 1045 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1047 | / addr_proc_struct!( [INFO] [stderr] 1048 | | /// [`VK_KHR_external_memory_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_capabilities) [INFO] [stderr] 1049 | | pub struct KHR_external_memory_capabilities [khr_external_memory_capabilities] { [INFO] [stderr] 1050 | | /// See [`vkGetPhysicalDeviceExternalBufferPropertiesKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalBufferPropertiesKHR) [INFO] [stderr] 1051 | | pub fn vkGetPhysicalDeviceExternalBufferPropertiesKHR(physicalDevice: vk::VkPhysicalDevice, pExternalBufferInfo: *const khr_external_memory_capabilities::VkPhysicalDeviceExternalBufferInfoKHR, pExternalBufferProperties: *mut khr_external_memory_capabilities::VkExternalBufferPropertiesKHR); [pfn_vkGetPhysicalDeviceExternalBufferPropertiesKHR: khr_external_memory_capabilities::PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR], [INFO] [stderr] 1052 | | } [INFO] [stderr] 1053 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1047 | / addr_proc_struct!( [INFO] [stderr] 1048 | | /// [`VK_KHR_external_memory_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_capabilities) [INFO] [stderr] 1049 | | pub struct KHR_external_memory_capabilities [khr_external_memory_capabilities] { [INFO] [stderr] 1050 | | /// See [`vkGetPhysicalDeviceExternalBufferPropertiesKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalBufferPropertiesKHR) [INFO] [stderr] 1051 | | pub fn vkGetPhysicalDeviceExternalBufferPropertiesKHR(physicalDevice: vk::VkPhysicalDevice, pExternalBufferInfo: *const khr_external_memory_capabilities::VkPhysicalDeviceExternalBufferInfoKHR, pExternalBufferProperties: *mut khr_external_memory_capabilities::VkExternalBufferPropertiesKHR); [pfn_vkGetPhysicalDeviceExternalBufferPropertiesKHR: khr_external_memory_capabilities::PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR], [INFO] [stderr] 1052 | | } [INFO] [stderr] 1053 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1055 | / addr_proc_struct!( [INFO] [stderr] 1056 | | /// [`VK_KHR_external_memory_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_fd) [INFO] [stderr] 1057 | | pub struct KHR_external_memory_fd [khr_external_memory_fd] { [INFO] [stderr] 1058 | | /// See [`vkGetMemoryFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 1063 | | } [INFO] [stderr] 1064 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1055 | / addr_proc_struct!( [INFO] [stderr] 1056 | | /// [`VK_KHR_external_memory_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_fd) [INFO] [stderr] 1057 | | pub struct KHR_external_memory_fd [khr_external_memory_fd] { [INFO] [stderr] 1058 | | /// See [`vkGetMemoryFdKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryFdKHR) [INFO] [stderr] ... | [INFO] [stderr] 1063 | | } [INFO] [stderr] 1064 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1066 | / addr_proc_struct!( [INFO] [stderr] 1067 | | /// [`VK_KHR_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_win32) [INFO] [stderr] 1068 | | pub struct KHR_external_memory_win32 [khr_external_memory_win32] { [INFO] [stderr] 1069 | | /// See [`vkGetMemoryWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 1074 | | } [INFO] [stderr] 1075 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1066 | / addr_proc_struct!( [INFO] [stderr] 1067 | | /// [`VK_KHR_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_memory_win32) [INFO] [stderr] 1068 | | pub struct KHR_external_memory_win32 [khr_external_memory_win32] { [INFO] [stderr] 1069 | | /// See [`vkGetMemoryWin32HandleKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleKHR) [INFO] [stderr] ... | [INFO] [stderr] 1074 | | } [INFO] [stderr] 1075 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1077 | / addr_proc_struct!( [INFO] [stderr] 1078 | | /// [`VK_KHR_external_semaphore_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_capabilities) [INFO] [stderr] 1079 | | pub struct KHR_external_semaphore_capabilities [khr_external_semaphore_capabilities] { [INFO] [stderr] 1080 | | /// See [`vkGetPhysicalDeviceExternalSemaphorePropertiesKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalSemaphorePropertiesKHR) [INFO] [stderr] 1081 | | pub fn vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(physicalDevice: vk::VkPhysicalDevice, pExternalSemaphoreInfo: *const khr_external_semaphore_capabilities::VkPhysicalDeviceExternalSemaphoreInfoKHR, pExternalSemaphoreProperties: *mut khr_external_semaphore_capabilities::VkExternalSemaphorePropertiesKHR); [pfn_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR: khr_external_semaphore_capabilities::PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR], [INFO] [stderr] 1082 | | } [INFO] [stderr] 1083 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1077 | / addr_proc_struct!( [INFO] [stderr] 1078 | | /// [`VK_KHR_external_semaphore_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_capabilities) [INFO] [stderr] 1079 | | pub struct KHR_external_semaphore_capabilities [khr_external_semaphore_capabilities] { [INFO] [stderr] 1080 | | /// See [`vkGetPhysicalDeviceExternalSemaphorePropertiesKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalSemaphorePropertiesKHR) [INFO] [stderr] 1081 | | pub fn vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(physicalDevice: vk::VkPhysicalDevice, pExternalSemaphoreInfo: *const khr_external_semaphore_capabilities::VkPhysicalDeviceExternalSemaphoreInfoKHR, pExternalSemaphoreProperties: *mut khr_external_semaphore_capabilities::VkExternalSemaphorePropertiesKHR); [pfn_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR: khr_external_semaphore_capabilities::PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR], [INFO] [stderr] 1082 | | } [INFO] [stderr] 1083 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1085 | / addr_proc_struct!( [INFO] [stderr] 1086 | | /// [`VK_KHR_external_semaphore_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_fd) [INFO] [stderr] 1087 | | pub struct KHR_external_semaphore_fd [khr_external_semaphore_fd] { [INFO] [stderr] 1088 | | /// See [`VkImportSemaphoreFdInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreFdInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 1093 | | } [INFO] [stderr] 1094 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1085 | / addr_proc_struct!( [INFO] [stderr] 1086 | | /// [`VK_KHR_external_semaphore_fd`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_fd) [INFO] [stderr] 1087 | | pub struct KHR_external_semaphore_fd [khr_external_semaphore_fd] { [INFO] [stderr] 1088 | | /// See [`VkImportSemaphoreFdInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreFdInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 1093 | | } [INFO] [stderr] 1094 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1096 | / addr_proc_struct!( [INFO] [stderr] 1097 | | /// [`VK_KHR_external_semaphore_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_win32) [INFO] [stderr] 1098 | | pub struct KHR_external_semaphore_win32 [khr_external_semaphore_win32] { [INFO] [stderr] 1099 | | /// See [`VkImportSemaphoreWin32HandleInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreWin32HandleInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 1104 | | } [INFO] [stderr] 1105 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1096 | / addr_proc_struct!( [INFO] [stderr] 1097 | | /// [`VK_KHR_external_semaphore_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_external_semaphore_win32) [INFO] [stderr] 1098 | | pub struct KHR_external_semaphore_win32 [khr_external_semaphore_win32] { [INFO] [stderr] 1099 | | /// See [`VkImportSemaphoreWin32HandleInfoKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImportSemaphoreWin32HandleInfoKHR) [INFO] [stderr] ... | [INFO] [stderr] 1104 | | } [INFO] [stderr] 1105 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1107 | / addr_proc_struct!( [INFO] [stderr] 1108 | | /// [`VK_KHR_get_memory_requirements2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_memory_requirements2) [INFO] [stderr] 1109 | | pub struct KHR_get_memory_requirements2 [khr_get_memory_requirements2] { [INFO] [stderr] 1110 | | /// See [`vkGetImageMemoryRequirements2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetImageMemoryRequirements2KHR) [INFO] [stderr] ... | [INFO] [stderr] 1118 | | } [INFO] [stderr] 1119 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1107 | / addr_proc_struct!( [INFO] [stderr] 1108 | | /// [`VK_KHR_get_memory_requirements2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_memory_requirements2) [INFO] [stderr] 1109 | | pub struct KHR_get_memory_requirements2 [khr_get_memory_requirements2] { [INFO] [stderr] 1110 | | /// See [`vkGetImageMemoryRequirements2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetImageMemoryRequirements2KHR) [INFO] [stderr] ... | [INFO] [stderr] 1118 | | } [INFO] [stderr] 1119 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1121 | / addr_proc_struct!( [INFO] [stderr] 1122 | | /// [`VK_KHR_get_physical_device_properties2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_physical_device_properties2) [INFO] [stderr] 1123 | | pub struct KHR_get_physical_device_properties2 [khr_get_physical_device_properties2] { [INFO] [stderr] 1124 | | /// [`vkGetPhysicalDeviceFeatures2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceFeatures2KHR) [INFO] [stderr] ... | [INFO] [stderr] 1144 | | } [INFO] [stderr] 1145 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1121 | / addr_proc_struct!( [INFO] [stderr] 1122 | | /// [`VK_KHR_get_physical_device_properties2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_physical_device_properties2) [INFO] [stderr] 1123 | | pub struct KHR_get_physical_device_properties2 [khr_get_physical_device_properties2] { [INFO] [stderr] 1124 | | /// [`vkGetPhysicalDeviceFeatures2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceFeatures2KHR) [INFO] [stderr] ... | [INFO] [stderr] 1144 | | } [INFO] [stderr] 1145 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1147 | / addr_proc_struct!( [INFO] [stderr] 1148 | | /// [`VK_KHR_get_surface_capabilities2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_surface_capabilities2) [INFO] [stderr] 1149 | | pub struct KHR_get_surface_capabilities2 [khr_get_surface_capabilities2] { [INFO] [stderr] 1150 | | /// [`vkGetPhysicalDeviceSurfaceCapabilities2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceSurfaceCapabilities2KHR) [INFO] [stderr] ... | [INFO] [stderr] 1155 | | } [INFO] [stderr] 1156 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1147 | / addr_proc_struct!( [INFO] [stderr] 1148 | | /// [`VK_KHR_get_surface_capabilities2`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_get_surface_capabilities2) [INFO] [stderr] 1149 | | pub struct KHR_get_surface_capabilities2 [khr_get_surface_capabilities2] { [INFO] [stderr] 1150 | | /// [`vkGetPhysicalDeviceSurfaceCapabilities2KHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceSurfaceCapabilities2KHR) [INFO] [stderr] ... | [INFO] [stderr] 1155 | | } [INFO] [stderr] 1156 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1158 | / addr_proc_struct!( [INFO] [stderr] 1159 | | /// [`VK_KHR_maintenance1`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_maintenance1) [INFO] [stderr] 1160 | | pub struct KHR_maintenance1 [khr_maintenance1] { [INFO] [stderr] 1161 | | /// [`vkTrimCommandPoolKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkTrimCommandPoolKHR) [INFO] [stderr] 1162 | | pub fn vkTrimCommandPoolKHR(device: vk::VkDevice, commandPool: vk::VkCommandPool, flags: khr_maintenance1::VkCommandPoolTrimFlagsKHR); [pfn_vkTrimCommandPoolKHR: khr_maintenance1::PFN_vkTrimCommandPoolKHR], [INFO] [stderr] 1163 | | } [INFO] [stderr] 1164 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1158 | / addr_proc_struct!( [INFO] [stderr] 1159 | | /// [`VK_KHR_maintenance1`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_maintenance1) [INFO] [stderr] 1160 | | pub struct KHR_maintenance1 [khr_maintenance1] { [INFO] [stderr] 1161 | | /// [`vkTrimCommandPoolKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkTrimCommandPoolKHR) [INFO] [stderr] 1162 | | pub fn vkTrimCommandPoolKHR(device: vk::VkDevice, commandPool: vk::VkCommandPool, flags: khr_maintenance1::VkCommandPoolTrimFlagsKHR); [pfn_vkTrimCommandPoolKHR: khr_maintenance1::PFN_vkTrimCommandPoolKHR], [INFO] [stderr] 1163 | | } [INFO] [stderr] 1164 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1166 | / addr_proc_struct!( [INFO] [stderr] 1167 | | /// [`VK_KHR_mir_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_mir_surface) [INFO] [stderr] 1168 | | pub struct KHR_mir_surface [khr_mir_surface] { [INFO] [stderr] 1169 | | /// [`vkCreateMirSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateMirSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1174 | | } [INFO] [stderr] 1175 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1166 | / addr_proc_struct!( [INFO] [stderr] 1167 | | /// [`VK_KHR_mir_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_mir_surface) [INFO] [stderr] 1168 | | pub struct KHR_mir_surface [khr_mir_surface] { [INFO] [stderr] 1169 | | /// [`vkCreateMirSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateMirSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1174 | | } [INFO] [stderr] 1175 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1177 | / addr_proc_struct!( [INFO] [stderr] 1178 | | /// [`VK_KHR_push_descriptor`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_push_descriptor) [INFO] [stderr] 1179 | | pub struct KHR_push_descriptor [khr_push_descriptor] { [INFO] [stderr] 1180 | | /// [`vkCmdPushDescriptorSetKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetKHR) [INFO] [stderr] 1181 | | pub fn vkCmdPushDescriptorSetKHR(commandBuffer: vk::VkCommandBuffer, pipelineBindPoint: vk::VkPipelineBindPoint, layout: vk::VkPipelineLayout, set: u32, descriptorWriteCount: u32, pDescriptorWrites: *const vk::VkWriteDescriptorSet); [pfn_vkCmdPushDescriptorSetKHR: khr_push_descriptor::PFN_vkCmdPushDescriptorSetKHR], [INFO] [stderr] 1182 | | } [INFO] [stderr] 1183 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1177 | / addr_proc_struct!( [INFO] [stderr] 1178 | | /// [`VK_KHR_push_descriptor`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_push_descriptor) [INFO] [stderr] 1179 | | pub struct KHR_push_descriptor [khr_push_descriptor] { [INFO] [stderr] 1180 | | /// [`vkCmdPushDescriptorSetKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdPushDescriptorSetKHR) [INFO] [stderr] 1181 | | pub fn vkCmdPushDescriptorSetKHR(commandBuffer: vk::VkCommandBuffer, pipelineBindPoint: vk::VkPipelineBindPoint, layout: vk::VkPipelineLayout, set: u32, descriptorWriteCount: u32, pDescriptorWrites: *const vk::VkWriteDescriptorSet); [pfn_vkCmdPushDescriptorSetKHR: khr_push_descriptor::PFN_vkCmdPushDescriptorSetKHR], [INFO] [stderr] 1182 | | } [INFO] [stderr] 1183 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1185 | / addr_proc_struct!( [INFO] [stderr] 1186 | | /// [`VK_KHR_shared_presentable_image`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_shared_presentable_image) [INFO] [stderr] 1187 | | pub struct KHR_shared_presentable_image [khr_shared_presentable_image] { [INFO] [stderr] 1188 | | /// [`vkGetSwapchainStatusKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetSwapchainStatusKHR) [INFO] [stderr] 1189 | | pub fn vkGetSwapchainStatusKHR(device: vk::VkDevice, swapchain: khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkGetSwapchainStatusKHR: khr_shared_presentable_image::PFN_vkGetSwapchainStatusKHR], [INFO] [stderr] 1190 | | } [INFO] [stderr] 1191 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1185 | / addr_proc_struct!( [INFO] [stderr] 1186 | | /// [`VK_KHR_shared_presentable_image`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_shared_presentable_image) [INFO] [stderr] 1187 | | pub struct KHR_shared_presentable_image [khr_shared_presentable_image] { [INFO] [stderr] 1188 | | /// [`vkGetSwapchainStatusKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetSwapchainStatusKHR) [INFO] [stderr] 1189 | | pub fn vkGetSwapchainStatusKHR(device: vk::VkDevice, swapchain: khr_swapchain::VkSwapchainKHR) -> vk::VkResult; [pfn_vkGetSwapchainStatusKHR: khr_shared_presentable_image::PFN_vkGetSwapchainStatusKHR], [INFO] [stderr] 1190 | | } [INFO] [stderr] 1191 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1193 | / addr_proc_struct!( [INFO] [stderr] 1194 | | /// [`VK_KHR_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_surface) [INFO] [stderr] 1195 | | pub struct KHR_surface [khr_surface] { [INFO] [stderr] 1196 | | /// [`vkDestroySurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkDestroySurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1210 | | } [INFO] [stderr] 1211 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1193 | / addr_proc_struct!( [INFO] [stderr] 1194 | | /// [`VK_KHR_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_surface) [INFO] [stderr] 1195 | | pub struct KHR_surface [khr_surface] { [INFO] [stderr] 1196 | | /// [`vkDestroySurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkDestroySurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1210 | | } [INFO] [stderr] 1211 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1213 | / addr_proc_struct!( [INFO] [stderr] 1214 | | /// [`VK_KHR_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_swapchain) [INFO] [stderr] 1215 | | pub struct KHR_swapchain [khr_swapchain] { [INFO] [stderr] 1216 | | /// [`vkAcquireNextImageKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAcquireNextImageKHR) [INFO] [stderr] ... | [INFO] [stderr] 1230 | | } [INFO] [stderr] 1231 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1213 | / addr_proc_struct!( [INFO] [stderr] 1214 | | /// [`VK_KHR_swapchain`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_swapchain) [INFO] [stderr] 1215 | | pub struct KHR_swapchain [khr_swapchain] { [INFO] [stderr] 1216 | | /// [`vkAcquireNextImageKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkAcquireNextImageKHR) [INFO] [stderr] ... | [INFO] [stderr] 1230 | | } [INFO] [stderr] 1231 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1233 | / addr_proc_struct!( [INFO] [stderr] 1234 | | /// [`VK_KHR_wayland_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_wayland_surface) [INFO] [stderr] 1235 | | pub struct KHR_wayland_surface [khr_wayland_surface] { [INFO] [stderr] 1236 | | /// [`vkCreateWaylandSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateWaylandSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1241 | | } [INFO] [stderr] 1242 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1233 | / addr_proc_struct!( [INFO] [stderr] 1234 | | /// [`VK_KHR_wayland_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_wayland_surface) [INFO] [stderr] 1235 | | pub struct KHR_wayland_surface [khr_wayland_surface] { [INFO] [stderr] 1236 | | /// [`vkCreateWaylandSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateWaylandSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1241 | | } [INFO] [stderr] 1242 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1244 | / addr_proc_struct!( [INFO] [stderr] 1245 | | /// [`VK_KHR_win32_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_win32_surface) [INFO] [stderr] 1246 | | pub struct KHR_win32_surface [khr_win32_surface] { [INFO] [stderr] 1247 | | /// [`vkCreateWin32SurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateWin32SurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1252 | | } [INFO] [stderr] 1253 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1244 | / addr_proc_struct!( [INFO] [stderr] 1245 | | /// [`VK_KHR_win32_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_win32_surface) [INFO] [stderr] 1246 | | pub struct KHR_win32_surface [khr_win32_surface] { [INFO] [stderr] 1247 | | /// [`vkCreateWin32SurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateWin32SurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1252 | | } [INFO] [stderr] 1253 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1255 | / addr_proc_struct!( [INFO] [stderr] 1256 | | /// [`VK_KHR_xcb_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_xcb_surface) [INFO] [stderr] 1257 | | pub struct KHR_xcb_surface [khr_xcb_surface] { [INFO] [stderr] 1258 | | /// [`vkCreateXcbSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateXcbSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1263 | | } [INFO] [stderr] 1264 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1255 | / addr_proc_struct!( [INFO] [stderr] 1256 | | /// [`VK_KHR_xcb_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_xcb_surface) [INFO] [stderr] 1257 | | pub struct KHR_xcb_surface [khr_xcb_surface] { [INFO] [stderr] 1258 | | /// [`vkCreateXcbSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateXcbSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1263 | | } [INFO] [stderr] 1264 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1266 | / addr_proc_struct!( [INFO] [stderr] 1267 | | /// [`VK_KHR_xlib_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_xlib_surface) [INFO] [stderr] 1268 | | pub struct KHR_xlib_surface [khr_xlib_surface] { [INFO] [stderr] 1269 | | /// [`vkCreateXlibSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateXlibSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1274 | | } [INFO] [stderr] 1275 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1266 | / addr_proc_struct!( [INFO] [stderr] 1267 | | /// [`VK_KHR_xlib_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_KHR_xlib_surface) [INFO] [stderr] 1268 | | pub struct KHR_xlib_surface [khr_xlib_surface] { [INFO] [stderr] 1269 | | /// [`vkCreateXlibSurfaceKHR`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateXlibSurfaceKHR) [INFO] [stderr] ... | [INFO] [stderr] 1274 | | } [INFO] [stderr] 1275 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1277 | / addr_proc_struct!( [INFO] [stderr] 1278 | | /// [`VK_MVK_ios_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_MVK_ios_surface) [INFO] [stderr] 1279 | | pub struct MVK_ios_surface [mvk_ios_surface] { [INFO] [stderr] 1280 | | /// [`vkCreateIOSSurfaceMVK`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateIOSSurfaceMVK) [INFO] [stderr] 1281 | | pub fn vkCreateIOSSurfaceMVK(instance: vk::VkInstance, pCreateInfo: *const mvk_ios_surface::VkIOSSurfaceCreateInfoMVK, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateIOSSurfaceMVK: mvk_ios_surface::PFN_vkCreateIOSSurfaceMVK], [INFO] [stderr] 1282 | | } [INFO] [stderr] 1283 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1277 | / addr_proc_struct!( [INFO] [stderr] 1278 | | /// [`VK_MVK_ios_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_MVK_ios_surface) [INFO] [stderr] 1279 | | pub struct MVK_ios_surface [mvk_ios_surface] { [INFO] [stderr] 1280 | | /// [`vkCreateIOSSurfaceMVK`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateIOSSurfaceMVK) [INFO] [stderr] 1281 | | pub fn vkCreateIOSSurfaceMVK(instance: vk::VkInstance, pCreateInfo: *const mvk_ios_surface::VkIOSSurfaceCreateInfoMVK, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateIOSSurfaceMVK: mvk_ios_surface::PFN_vkCreateIOSSurfaceMVK], [INFO] [stderr] 1282 | | } [INFO] [stderr] 1283 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1285 | / addr_proc_struct!( [INFO] [stderr] 1286 | | /// [`VK_MVK_macos_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_MVK_macos_surface) [INFO] [stderr] 1287 | | pub struct MVK_macos_surface [mvk_macos_surface] { [INFO] [stderr] 1288 | | /// [`vkCreateMacOSSurfaceMVK`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateMacOSSurfaceMVK) [INFO] [stderr] 1289 | | pub fn vkCreateMacOSSurfaceMVK(instance: vk::VkInstance, pCreateInfo: *const mvk_macos_surface::VkMacOSSurfaceCreateInfoMVK, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateMacOSSurfaceMVK: mvk_macos_surface::PFN_vkCreateMacOSSurfaceMVK], [INFO] [stderr] 1290 | | } [INFO] [stderr] 1291 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1285 | / addr_proc_struct!( [INFO] [stderr] 1286 | | /// [`VK_MVK_macos_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_MVK_macos_surface) [INFO] [stderr] 1287 | | pub struct MVK_macos_surface [mvk_macos_surface] { [INFO] [stderr] 1288 | | /// [`vkCreateMacOSSurfaceMVK`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateMacOSSurfaceMVK) [INFO] [stderr] 1289 | | pub fn vkCreateMacOSSurfaceMVK(instance: vk::VkInstance, pCreateInfo: *const mvk_macos_surface::VkMacOSSurfaceCreateInfoMVK, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateMacOSSurfaceMVK: mvk_macos_surface::PFN_vkCreateMacOSSurfaceMVK], [INFO] [stderr] 1290 | | } [INFO] [stderr] 1291 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1293 | / addr_proc_struct!( [INFO] [stderr] 1294 | | /// [`VK_NN_vi_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NN_vi_surface) [INFO] [stderr] 1295 | | pub struct NN_vi_surface [nn_vi_surface] { [INFO] [stderr] 1296 | | /// [`vkCreateViSurfaceNN`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateViSurfaceNN) [INFO] [stderr] 1297 | | pub fn vkCreateViSurfaceNN(instance: vk::VkInstance, pCreateInfo: *const nn_vi_surface::VkViSurfaceCreateInfoNN, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateViSurfaceNN: nn_vi_surface::PFN_vkCreateViSurfaceNN], [INFO] [stderr] 1298 | | } [INFO] [stderr] 1299 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1293 | / addr_proc_struct!( [INFO] [stderr] 1294 | | /// [`VK_NN_vi_surface`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NN_vi_surface) [INFO] [stderr] 1295 | | pub struct NN_vi_surface [nn_vi_surface] { [INFO] [stderr] 1296 | | /// [`vkCreateViSurfaceNN`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateViSurfaceNN) [INFO] [stderr] 1297 | | pub fn vkCreateViSurfaceNN(instance: vk::VkInstance, pCreateInfo: *const nn_vi_surface::VkViSurfaceCreateInfoNN, pAllocator: *const vk::VkAllocationCallbacks, pSurface: *mut khr_surface::VkSurfaceKHR) -> vk::VkResult; [pfn_vkCreateViSurfaceNN: nn_vi_surface::PFN_vkCreateViSurfaceNN], [INFO] [stderr] 1298 | | } [INFO] [stderr] 1299 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1301 | / addr_proc_struct!( [INFO] [stderr] 1302 | | /// [`VK_NV_clip_space_w_scaling`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_clip_space_w_scaling) [INFO] [stderr] 1303 | | pub struct NV_clip_space_w_scaling [nv_clip_space_w_scaling] { [INFO] [stderr] 1304 | | /// [`vkCmdSetViewportWScalingNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetViewportWScalingNV) [INFO] [stderr] 1305 | | pub fn vkCmdSetViewportWScalingNV(commandBuffer: vk::VkCommandBuffer, firstViewport: u32, viewportCount: u32, pViewportWScalings: *const nv_clip_space_w_scaling::VkViewportWScalingNV); [pfn_vkCmdSetViewportWScalingNV: nv_clip_space_w_scaling::PFN_vkCmdSetViewportWScalingNV], [INFO] [stderr] 1306 | | } [INFO] [stderr] 1307 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1301 | / addr_proc_struct!( [INFO] [stderr] 1302 | | /// [`VK_NV_clip_space_w_scaling`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_clip_space_w_scaling) [INFO] [stderr] 1303 | | pub struct NV_clip_space_w_scaling [nv_clip_space_w_scaling] { [INFO] [stderr] 1304 | | /// [`vkCmdSetViewportWScalingNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCmdSetViewportWScalingNV) [INFO] [stderr] 1305 | | pub fn vkCmdSetViewportWScalingNV(commandBuffer: vk::VkCommandBuffer, firstViewport: u32, viewportCount: u32, pViewportWScalings: *const nv_clip_space_w_scaling::VkViewportWScalingNV); [pfn_vkCmdSetViewportWScalingNV: nv_clip_space_w_scaling::PFN_vkCmdSetViewportWScalingNV], [INFO] [stderr] 1306 | | } [INFO] [stderr] 1307 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1309 | / addr_proc_struct!( [INFO] [stderr] 1310 | | /// [`VK_NV_external_memory_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_external_memory_capabilities) [INFO] [stderr] 1311 | | pub struct NV_external_memory_capabilities [nv_external_memory_capabilities] { [INFO] [stderr] 1312 | | /// [`vkGetPhysicalDeviceExternalImageFormatPropertiesNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalImageFormatPropertiesNV) [INFO] [stderr] 1313 | | pub fn vkGetPhysicalDeviceExternalImageFormatPropertiesNV(physicalDevice: vk::VkPhysicalDevice, format: vk::VkFormat, type_: vk::VkImageType, tiling: vk::VkImageTiling, usage: vk::VkImageUsageFlags, flags: vk::VkImageCreateFlags, externalHandleType: nv_external_memory_capabilities::VkExternalMemoryHandleTypeFlagsNV, pExternalImageFormatProperties: *mut nv_external_memory_capabilities::VkExternalImageFormatPropertiesNV) -> vk::VkResult; [pfn_vkGetPhysicalDeviceExternalImageFormatPropertiesNV: nv_external_memory_capabilities::PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV], [INFO] [stderr] 1314 | | } [INFO] [stderr] 1315 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1309 | / addr_proc_struct!( [INFO] [stderr] 1310 | | /// [`VK_NV_external_memory_capabilities`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_external_memory_capabilities) [INFO] [stderr] 1311 | | pub struct NV_external_memory_capabilities [nv_external_memory_capabilities] { [INFO] [stderr] 1312 | | /// [`vkGetPhysicalDeviceExternalImageFormatPropertiesNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetPhysicalDeviceExternalImageFormatPropertiesNV) [INFO] [stderr] 1313 | | pub fn vkGetPhysicalDeviceExternalImageFormatPropertiesNV(physicalDevice: vk::VkPhysicalDevice, format: vk::VkFormat, type_: vk::VkImageType, tiling: vk::VkImageTiling, usage: vk::VkImageUsageFlags, flags: vk::VkImageCreateFlags, externalHandleType: nv_external_memory_capabilities::VkExternalMemoryHandleTypeFlagsNV, pExternalImageFormatProperties: *mut nv_external_memory_capabilities::VkExternalImageFormatPropertiesNV) -> vk::VkResult; [pfn_vkGetPhysicalDeviceExternalImageFormatPropertiesNV: nv_external_memory_capabilities::PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV], [INFO] [stderr] 1314 | | } [INFO] [stderr] 1315 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:250:60 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1317 | / addr_proc_struct!( [INFO] [stderr] 1318 | | /// [`VK_NV_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_external_memory_win32) [INFO] [stderr] 1319 | | pub struct NV_external_memory_win32 [nv_external_memory_win32] { [INFO] [stderr] 1320 | | /// [`vkGetMemoryWin32HandleNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleNV) [INFO] [stderr] 1321 | | pub fn vkGetMemoryWin32HandleNV(device: vk::VkDevice, memory: vk::VkDeviceMemory, handleType: nv_external_memory_capabilities::VkExternalMemoryHandleTypeFlagsNV, pHandle: *mut win32_types::HANDLE) -> vk::VkResult; [pfn_vkGetMemoryWin32HandleNV: nv_external_memory_win32::PFN_vkGetMemoryWin32HandleNV], [INFO] [stderr] 1322 | | } [INFO] [stderr] 1323 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/instance_proc_addr_loader.rs:271:60 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] ... [INFO] [stderr] 1317 | / addr_proc_struct!( [INFO] [stderr] 1318 | | /// [`VK_NV_external_memory_win32`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VK_NV_external_memory_win32) [INFO] [stderr] 1319 | | pub struct NV_external_memory_win32 [nv_external_memory_win32] { [INFO] [stderr] 1320 | | /// [`vkGetMemoryWin32HandleNV`](https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkGetMemoryWin32HandleNV) [INFO] [stderr] 1321 | | pub fn vkGetMemoryWin32HandleNV(device: vk::VkDevice, memory: vk::VkDeviceMemory, handleType: nv_external_memory_capabilities::VkExternalMemoryHandleTypeFlagsNV, pHandle: *mut win32_types::HANDLE) -> vk::VkResult; [pfn_vkGetMemoryWin32HandleNV: nv_external_memory_win32::PFN_vkGetMemoryWin32HandleNV], [INFO] [stderr] 1322 | | } [INFO] [stderr] 1323 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_draw_indirect_count.rs:20:55 [INFO] [stderr] | [INFO] [stderr] 20 | pub const VK_AMD_DRAW_INDIRECT_COUNT_EXTENSION_NAME: &'static [u8; 27] = b"VK_AMD_draw_indirect_count\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 27]` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_draw_indirect_count.rs:21:59 [INFO] [stderr] | [INFO] [stderr] 21 | pub const VK_AMD_DRAW_INDIRECT_COUNT_EXTENSION_NAME_STR: &'static str = "VK_AMD_draw_indirect_count"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_gcn_shader.rs:18:46 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_GCN_SHADER_EXTENSION_NAME: &'static [u8; 18] = b"VK_AMD_gcn_shader\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 18]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_gcn_shader.rs:19:50 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_GCN_SHADER_EXTENSION_NAME_STR: &'static str = "VK_AMD_gcn_shader"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_gpu_shader_half_float.rs:18:57 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_GPU_SHADER_HALF_FLOAT_EXTENSION_NAME: &'static [u8; 29] = b"VK_AMD_gpu_shader_half_float\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 29]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_gpu_shader_half_float.rs:19:61 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_GPU_SHADER_HALF_FLOAT_EXTENSION_NAME_STR: &'static str = "VK_AMD_gpu_shader_half_float"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_gpu_shader_int16.rs:18:52 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_GPU_SHADER_INT16_EXTENSION_NAME: &'static [u8; 24] = b"VK_AMD_gpu_shader_int16\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 24]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_gpu_shader_int16.rs:19:56 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_GPU_SHADER_INT16_EXTENSION_NAME_STR: &'static str = "VK_AMD_gpu_shader_int16"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_mixed_attachment_samples.rs:18:60 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_MIXED_ATTACHMENT_SAMPLES_EXTENSION_NAME: &'static [u8; 32] = b"VK_AMD_mixed_attachment_samples\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_mixed_attachment_samples.rs:19:64 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_MIXED_ATTACHMENT_SAMPLES_EXTENSION_NAME_STR: &'static str = "VK_AMD_mixed_attachment_samples"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_negative_viewport_height.rs:18:60 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME: &'static [u8; 32] = b"VK_AMD_negative_viewport_height\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_negative_viewport_height.rs:19:64 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME_STR: &'static str = "VK_AMD_negative_viewport_height"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_rasterization_order.rs:22:55 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_AMD_RASTERIZATION_ORDER_EXTENSION_NAME: &'static [u8; 27] = b"VK_AMD_rasterization_order\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 27]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_rasterization_order.rs:23:59 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_AMD_RASTERIZATION_ORDER_EXTENSION_NAME_STR: &'static str = "VK_AMD_rasterization_order"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_shader_ballot.rs:18:49 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_SHADER_BALLOT_EXTENSION_NAME: &'static [u8; 21] = b"VK_AMD_shader_ballot\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 21]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_shader_ballot.rs:19:53 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_SHADER_BALLOT_EXTENSION_NAME_STR: &'static str = "VK_AMD_shader_ballot"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_shader_explicit_vertex_parameter.rs:18:68 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_EXTENSION_NAME: &'static [u8; 40] = b"VK_AMD_shader_explicit_vertex_parameter\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 40]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_shader_explicit_vertex_parameter.rs:19:72 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_EXTENSION_NAME_STR: &'static str = "VK_AMD_shader_explicit_vertex_parameter"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_shader_trinary_minmax.rs:18:57 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_AMD_SHADER_TRINARY_MINMAX_EXTENSION_NAME: &'static [u8; 29] = b"VK_AMD_shader_trinary_minmax\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 29]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_shader_trinary_minmax.rs:19:61 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_AMD_SHADER_TRINARY_MINMAX_EXTENSION_NAME_STR: &'static str = "VK_AMD_shader_trinary_minmax"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_texture_gather_bias_lod.rs:22:59 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_AMD_TEXTURE_GATHER_BIAS_LOD_EXTENSION_NAME: &'static [u8; 31] = b"VK_AMD_texture_gather_bias_lod\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 31]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/amd_texture_gather_bias_lod.rs:23:63 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_AMD_TEXTURE_GATHER_BIAS_LOD_EXTENSION_NAME_STR: &'static str = "VK_AMD_texture_gather_bias_lod"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_acquire_xlib_display.rs:22:56 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_EXT_ACQUIRE_XLIB_DISPLAY_EXTENSION_NAME: &'static [u8; 28] = b"VK_EXT_acquire_xlib_display\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 28]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_acquire_xlib_display.rs:23:60 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_ACQUIRE_XLIB_DISPLAY_EXTENSION_NAME_STR: &'static str = "VK_EXT_acquire_xlib_display"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_blend_operation_advanced.rs:22:60 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME: &'static [u8; 32] = b"VK_EXT_blend_operation_advanced\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_blend_operation_advanced.rs:23:64 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME_STR: &'static str = "VK_EXT_blend_operation_advanced"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_debug_marker.rs:23:48 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_DEBUG_MARKER_EXTENSION_NAME: &'static [u8; 20] = b"VK_EXT_debug_marker\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 20]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_debug_marker.rs:24:52 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_EXT_DEBUG_MARKER_EXTENSION_NAME_STR: &'static str = "VK_EXT_debug_marker"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_debug_report.rs:23:48 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_DEBUG_REPORT_EXTENSION_NAME: &'static [u8; 20] = b"VK_EXT_debug_report\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 20]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_debug_report.rs:24:52 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_EXT_DEBUG_REPORT_EXTENSION_NAME_STR: &'static str = "VK_EXT_debug_report"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_depth_range_unrestricted.rs:18:60 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME: &'static [u8; 32] = b"VK_EXT_depth_range_unrestricted\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_depth_range_unrestricted.rs:19:64 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME_STR: &'static str = "VK_EXT_depth_range_unrestricted"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_direct_mode_display.rs:21:55 [INFO] [stderr] | [INFO] [stderr] 21 | pub const VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME: &'static [u8; 27] = b"VK_EXT_direct_mode_display\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 27]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_direct_mode_display.rs:22:59 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME_STR: &'static str = "VK_EXT_direct_mode_display"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_discard_rectangles.rs:22:54 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_EXT_DISCARD_RECTANGLES_EXTENSION_NAME: &'static [u8; 26] = b"VK_EXT_discard_rectangles\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 26]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_discard_rectangles.rs:23:58 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_DISCARD_RECTANGLES_EXTENSION_NAME_STR: &'static str = "VK_EXT_discard_rectangles"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_display_control.rs:25:51 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME: &'static [u8; 23] = b"VK_EXT_display_control\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 23]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_display_control.rs:26:55 [INFO] [stderr] | [INFO] [stderr] 26 | pub const VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME_STR: &'static str = "VK_EXT_display_control"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_display_surface_counter.rs:23:59 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_DISPLAY_SURFACE_COUNTER_EXTENSION_NAME: &'static [u8; 31] = b"VK_EXT_display_surface_counter\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 31]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_display_surface_counter.rs:24:63 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_EXT_DISPLAY_SURFACE_COUNTER_EXTENSION_NAME_STR: &'static str = "VK_EXT_display_surface_counter"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_hdr_metadata.rs:23:48 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_HDR_METADATA_EXTENSION_NAME: &'static [u8; 20] = b"VK_EXT_hdr_metadata\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 20]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_hdr_metadata.rs:24:52 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_EXT_HDR_METADATA_EXTENSION_NAME_STR: &'static str = "VK_EXT_hdr_metadata"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_post_depth_coverage.rs:18:55 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_EXT_POST_DEPTH_COVERAGE_EXTENSION_NAME: &'static [u8; 27] = b"VK_EXT_post_depth_coverage\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 27]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_post_depth_coverage.rs:19:59 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_EXT_POST_DEPTH_COVERAGE_EXTENSION_NAME_STR: &'static str = "VK_EXT_post_depth_coverage"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_sampler_filter_minmax.rs:22:57 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME: &'static [u8; 29] = b"VK_EXT_sampler_filter_minmax\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 29]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_sampler_filter_minmax.rs:23:61 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME_STR: &'static str = "VK_EXT_sampler_filter_minmax"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_stencil_export.rs:18:57 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME: &'static [u8; 29] = b"VK_EXT_shader_stencil_export\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 29]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_stencil_export.rs:19:61 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME_STR: &'static str = "VK_EXT_shader_stencil_export"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_subgroup_ballot.rs:18:58 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_EXT_SHADER_SUBGROUP_BALLOT_EXTENSION_NAME: &'static [u8; 30] = b"VK_EXT_shader_subgroup_ballot\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 30]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_subgroup_ballot.rs:19:62 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_EXT_SHADER_SUBGROUP_BALLOT_EXTENSION_NAME_STR: &'static str = "VK_EXT_shader_subgroup_ballot"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_subgroup_vote.rs:18:56 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_EXT_SHADER_SUBGROUP_VOTE_EXTENSION_NAME: &'static [u8; 28] = b"VK_EXT_shader_subgroup_vote\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 28]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_subgroup_vote.rs:19:60 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_EXT_SHADER_SUBGROUP_VOTE_EXTENSION_NAME_STR: &'static str = "VK_EXT_shader_subgroup_vote"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_viewport_index_layer.rs:18:63 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_EXTENSION_NAME: &'static [u8; 35] = b"VK_EXT_shader_viewport_index_layer\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 35]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_shader_viewport_index_layer.rs:19:67 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_EXTENSION_NAME_STR: &'static str = "VK_EXT_shader_viewport_index_layer"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_swapchain_colorspace.rs:18:57 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_EXT_SWAPCHAIN_COLOR_SPACE_EXTENSION_NAME: &'static [u8; 28] = b"VK_EXT_swapchain_colorspace\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 28]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_swapchain_colorspace.rs:19:61 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_EXT_SWAPCHAIN_COLOR_SPACE_EXTENSION_NAME_STR: &'static str = "VK_EXT_swapchain_colorspace"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_validation_flags.rs:22:52 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_EXT_VALIDATION_FLAGS_EXTENSION_NAME: &'static [u8; 24] = b"VK_EXT_validation_flags\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 24]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/ext_validation_flags.rs:23:56 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_EXT_VALIDATION_FLAGS_EXTENSION_NAME_STR: &'static str = "VK_EXT_validation_flags"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/google_display_timing.rs:23:53 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME: &'static [u8; 25] = b"VK_GOOGLE_display_timing\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 25]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/google_display_timing.rs:24:57 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME_STR: &'static str = "VK_GOOGLE_display_timing"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/img_filter_cubic.rs:18:48 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_IMG_FILTER_CUBIC_EXTENSION_NAME: &'static [u8; 20] = b"VK_IMG_filter_cubic\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 20]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/img_filter_cubic.rs:19:52 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_IMG_FILTER_CUBIC_EXTENSION_NAME_STR: &'static str = "VK_IMG_filter_cubic"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/img_format_pvrtc.rs:18:48 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_IMG_FORMAT_PVRTC_EXTENSION_NAME: &'static [u8; 20] = b"VK_IMG_format_pvrtc\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 20]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/img_format_pvrtc.rs:19:52 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_IMG_FORMAT_PVRTC_EXTENSION_NAME_STR: &'static str = "VK_IMG_format_pvrtc"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_16bit_storage.rs:22:49 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_16BIT_STORAGE_EXTENSION_NAME: &'static [u8; 21] = b"VK_KHR_16bit_storage\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 21]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_16bit_storage.rs:23:53 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_16BIT_STORAGE_EXTENSION_NAME_STR: &'static str = "VK_KHR_16bit_storage"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_android_surface.rs:24:51 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_ANDROID_SURFACE_EXTENSION_NAME: &'static [u8; 23] = b"VK_KHR_android_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 23]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_android_surface.rs:25:55 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_ANDROID_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_KHR_android_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_dedicated_allocation.rs:22:56 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME: &'static [u8; 28] = b"VK_KHR_dedicated_allocation\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 28]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_dedicated_allocation.rs:23:60 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME_STR: &'static str = "VK_KHR_dedicated_allocation"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_descriptor_update_template.rs:22:62 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_EXTENSION_NAME: &'static [u8; 34] = b"VK_KHR_descriptor_update_template\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 34]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_descriptor_update_template.rs:23:66 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_EXTENSION_NAME_STR: &'static str = "VK_KHR_descriptor_update_template"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_display.rs:23:43 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_DISPLAY_EXTENSION_NAME: &'static [u8; 15] = b"VK_KHR_display\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 15]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_display.rs:24:47 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_DISPLAY_EXTENSION_NAME_STR: &'static str = "VK_KHR_display"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_display_swapchain.rs:23:53 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME: &'static [u8; 25] = b"VK_KHR_display_swapchain\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 25]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_display_swapchain.rs:24:57 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME_STR: &'static str = "VK_KHR_display_swapchain"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence.rs:23:50 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME: &'static [u8; 22] = b"VK_KHR_external_fence\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 22]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence.rs:24:54 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_fence"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence_capabilities.rs:22:63 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME: &'static [u8; 35] = b"VK_KHR_external_fence_capabilities\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 35]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence_capabilities.rs:23:67 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_fence_capabilities"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence_fd.rs:24:53 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_EXTERNAL_FENCE_FD_EXTENSION_NAME: &'static [u8; 25] = b"VK_KHR_external_fence_fd\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 25]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence_fd.rs:25:57 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_EXTERNAL_FENCE_FD_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_fence_fd"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence_win32.rs:25:56 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_EXTERNAL_FENCE_WIN32_EXTENSION_NAME: &'static [u8; 28] = b"VK_KHR_external_fence_win32\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 28]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_fence_win32.rs:26:60 [INFO] [stderr] | [INFO] [stderr] 26 | pub const VK_KHR_EXTERNAL_FENCE_WIN32_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_fence_win32"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory.rs:23:51 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME: &'static [u8; 23] = b"VK_KHR_external_memory\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 23]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory.rs:24:55 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_memory"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory_capabilities.rs:22:64 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME: &'static [u8; 36] = b"VK_KHR_external_memory_capabilities\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 36]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory_capabilities.rs:23:68 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_memory_capabilities"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory_fd.rs:23:54 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME: &'static [u8; 26] = b"VK_KHR_external_memory_fd\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 26]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory_fd.rs:24:58 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_memory_fd"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory_win32.rs:24:57 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME: &'static [u8; 29] = b"VK_KHR_external_memory_win32\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 29]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_memory_win32.rs:25:61 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_memory_win32"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore.rs:23:54 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME: &'static [u8; 26] = b"VK_KHR_external_semaphore\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 26]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore.rs:24:58 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_semaphore"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore_capabilities.rs:22:67 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME: &'static [u8; 39] = b"VK_KHR_external_semaphore_capabilities\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 39]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore_capabilities.rs:23:71 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_semaphore_capabilities"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore_fd.rs:24:57 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME: &'static [u8; 29] = b"VK_KHR_external_semaphore_fd\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 29]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore_fd.rs:25:61 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_semaphore_fd"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore_win32.rs:25:60 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_EXTERNAL_SEMAPHORE_WIN32_EXTENSION_NAME: &'static [u8; 32] = b"VK_KHR_external_semaphore_win32\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_external_semaphore_win32.rs:26:64 [INFO] [stderr] | [INFO] [stderr] 26 | pub const VK_KHR_EXTERNAL_SEMAPHORE_WIN32_EXTENSION_NAME_STR: &'static str = "VK_KHR_external_semaphore_win32"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_get_memory_requirements2.rs:22:61 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME: &'static [u8; 32] = b"VK_KHR_get_memory_requirements2\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_get_memory_requirements2.rs:23:65 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME_STR: &'static str = "VK_KHR_get_memory_requirements2"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_get_physical_device_properties2.rs:22:68 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME: &'static [u8; 39] = b"VK_KHR_get_physical_device_properties2\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 39]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_get_physical_device_properties2.rs:23:72 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME_STR: &'static str = "VK_KHR_get_physical_device_properties2"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_get_surface_capabilities2.rs:23:62 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_GET_SURFACE_CAPABILITIES_2_EXTENSION_NAME: &'static [u8; 33] = b"VK_KHR_get_surface_capabilities2\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 33]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_get_surface_capabilities2.rs:24:66 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_GET_SURFACE_CAPABILITIES_2_EXTENSION_NAME_STR: &'static str = "VK_KHR_get_surface_capabilities2"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_incremental_present.rs:22:55 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME: &'static [u8; 27] = b"VK_KHR_incremental_present\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 27]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_incremental_present.rs:23:59 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME_STR: &'static str = "VK_KHR_incremental_present"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_maintenance1.rs:20:48 [INFO] [stderr] | [INFO] [stderr] 20 | pub const VK_KHR_MAINTENANCE1_EXTENSION_NAME: &'static [u8; 20] = b"VK_KHR_maintenance1\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 20]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_maintenance1.rs:21:52 [INFO] [stderr] | [INFO] [stderr] 21 | pub const VK_KHR_MAINTENANCE1_EXTENSION_NAME_STR: &'static str = "VK_KHR_maintenance1"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_mir_surface.rs:24:47 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_MIR_SURFACE_EXTENSION_NAME: &'static [u8; 19] = b"VK_KHR_mir_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 19]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_mir_surface.rs:25:51 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_MIR_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_KHR_mir_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_push_descriptor.rs:22:51 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME: &'static [u8; 23] = b"VK_KHR_push_descriptor\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 23]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_push_descriptor.rs:23:55 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME_STR: &'static str = "VK_KHR_push_descriptor"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_relaxed_block_layout.rs:18:56 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_KHR_RELAXED_BLOCK_LAYOUT_EXTENSION_NAME: &'static [u8; 28] = b"VK_KHR_relaxed_block_layout\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 28]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_relaxed_block_layout.rs:19:60 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_KHR_RELAXED_BLOCK_LAYOUT_EXTENSION_NAME_STR: &'static str = "VK_KHR_relaxed_block_layout"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_sampler_mirror_clamp_to_edge.rs:18:64 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME: &'static [u8; 36] = b"VK_KHR_sampler_mirror_clamp_to_edge\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 36]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_sampler_mirror_clamp_to_edge.rs:19:68 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME_STR: &'static str = "VK_KHR_sampler_mirror_clamp_to_edge"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_shader_draw_parameters.rs:18:58 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME: &'static [u8; 30] = b"VK_KHR_shader_draw_parameters\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 30]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_shader_draw_parameters.rs:19:62 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME_STR: &'static str = "VK_KHR_shader_draw_parameters"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_shared_presentable_image.rs:23:60 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_SHARED_PRESENTABLE_IMAGE_EXTENSION_NAME: &'static [u8; 32] = b"VK_KHR_shared_presentable_image\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_shared_presentable_image.rs:24:64 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_SHARED_PRESENTABLE_IMAGE_EXTENSION_NAME_STR: &'static str = "VK_KHR_shared_presentable_image"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_storage_buffer_storage_class.rs:18:64 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME: &'static [u8; 36] = b"VK_KHR_storage_buffer_storage_class\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 36]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_storage_buffer_storage_class.rs:19:68 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME_STR: &'static str = "VK_KHR_storage_buffer_storage_class"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_surface.rs:20:43 [INFO] [stderr] | [INFO] [stderr] 20 | pub const VK_KHR_SURFACE_EXTENSION_NAME: &'static [u8; 15] = b"VK_KHR_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 15]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_surface.rs:21:47 [INFO] [stderr] | [INFO] [stderr] 21 | pub const VK_KHR_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_KHR_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_swapchain.rs:23:45 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_SWAPCHAIN_EXTENSION_NAME: &'static [u8; 17] = b"VK_KHR_swapchain\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 17]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_swapchain.rs:24:49 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_SWAPCHAIN_EXTENSION_NAME_STR: &'static str = "VK_KHR_swapchain"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_variable_pointers.rs:22:53 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_VARIABLE_POINTERS_EXTENSION_NAME: &'static [u8; 25] = b"VK_KHR_variable_pointers\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 25]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_variable_pointers.rs:23:57 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_VARIABLE_POINTERS_EXTENSION_NAME_STR: &'static str = "VK_KHR_variable_pointers"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_wayland_surface.rs:24:51 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME: &'static [u8; 23] = b"VK_KHR_wayland_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 23]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_wayland_surface.rs:25:55 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_KHR_wayland_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_win32_keyed_mutex.rs:22:53 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_KHR_WIN32_KEYED_MUTEX_EXTENSION_NAME: &'static [u8; 25] = b"VK_KHR_win32_keyed_mutex\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 25]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_win32_keyed_mutex.rs:23:57 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_KHR_WIN32_KEYED_MUTEX_EXTENSION_NAME_STR: &'static str = "VK_KHR_win32_keyed_mutex"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_win32_surface.rs:24:49 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_WIN32_SURFACE_EXTENSION_NAME: &'static [u8; 21] = b"VK_KHR_win32_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 21]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_win32_surface.rs:25:53 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_WIN32_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_KHR_win32_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_xcb_surface.rs:24:47 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_XCB_SURFACE_EXTENSION_NAME: &'static [u8; 19] = b"VK_KHR_xcb_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 19]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_xcb_surface.rs:25:51 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_XCB_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_KHR_xcb_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_xlib_surface.rs:24:48 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_KHR_XLIB_SURFACE_EXTENSION_NAME: &'static [u8; 20] = b"VK_KHR_xlib_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 20]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/khr_xlib_surface.rs:25:52 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_KHR_XLIB_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_KHR_xlib_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/mvk_ios_surface.rs:23:47 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_MVK_IOS_SURFACE_EXTENSION_NAME: &'static [u8; 19] = b"VK_MVK_ios_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 19]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/mvk_ios_surface.rs:24:51 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_MVK_IOS_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_MVK_ios_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/mvk_macos_surface.rs:23:49 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_MVK_MACOS_SURFACE_EXTENSION_NAME: &'static [u8; 21] = b"VK_MVK_macos_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 21]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/mvk_macos_surface.rs:24:53 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_MVK_MACOS_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_MVK_macos_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nn_vi_surface.rs:23:45 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NN_VI_SURFACE_EXTENSION_NAME: &'static [u8; 17] = b"VK_NN_vi_surface\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 17]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nn_vi_surface.rs:24:49 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_NN_VI_SURFACE_EXTENSION_NAME_STR: &'static str = "VK_NN_vi_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_clip_space_w_scaling.rs:22:55 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_NV_CLIP_SPACE_W_SCALING_EXTENSION_NAME: &'static [u8; 27] = b"VK_NV_clip_space_w_scaling\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 27]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_clip_space_w_scaling.rs:23:59 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NV_CLIP_SPACE_W_SCALING_EXTENSION_NAME_STR: &'static str = "VK_NV_clip_space_w_scaling"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_dedicated_allocation.rs:22:55 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_NV_DEDICATED_ALLOCATION_EXTENSION_NAME: &'static [u8; 27] = b"VK_NV_dedicated_allocation\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 27]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_dedicated_allocation.rs:23:59 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NV_DEDICATED_ALLOCATION_EXTENSION_NAME_STR: &'static str = "VK_NV_dedicated_allocation"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_external_memory.rs:23:50 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NV_EXTERNAL_MEMORY_EXTENSION_NAME: &'static [u8; 22] = b"VK_NV_external_memory\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 22]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_external_memory.rs:24:54 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_NV_EXTERNAL_MEMORY_EXTENSION_NAME_STR: &'static str = "VK_NV_external_memory"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_external_memory_capabilities.rs:20:63 [INFO] [stderr] | [INFO] [stderr] 20 | pub const VK_NV_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME: &'static [u8; 35] = b"VK_NV_external_memory_capabilities\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 35]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_external_memory_capabilities.rs:21:67 [INFO] [stderr] | [INFO] [stderr] 21 | pub const VK_NV_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME_STR: &'static str = "VK_NV_external_memory_capabilities"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_external_memory_win32.rs:24:56 [INFO] [stderr] | [INFO] [stderr] 24 | pub const VK_NV_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME: &'static [u8; 28] = b"VK_NV_external_memory_win32\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 28]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_external_memory_win32.rs:25:60 [INFO] [stderr] | [INFO] [stderr] 25 | pub const VK_NV_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME_STR: &'static str = "VK_NV_external_memory_win32"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_fill_rectangle.rs:18:49 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_NV_FILL_RECTANGLE_EXTENSION_NAME: &'static [u8; 21] = b"VK_NV_fill_rectangle\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 21]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_fill_rectangle.rs:19:53 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_NV_FILL_RECTANGLE_EXTENSION_NAME_STR: &'static str = "VK_NV_fill_rectangle"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_fragment_coverage_to_color.rs:22:61 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_NV_FRAGMENT_COVERAGE_TO_COLOR_EXTENSION_NAME: &'static [u8; 33] = b"VK_NV_fragment_coverage_to_color\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 33]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_fragment_coverage_to_color.rs:23:65 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NV_FRAGMENT_COVERAGE_TO_COLOR_EXTENSION_NAME_STR: &'static str = "VK_NV_fragment_coverage_to_color"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_framebuffer_mixed_samples.rs:22:60 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_NV_FRAMEBUFFER_MIXED_SAMPLES_EXTENSION_NAME: &'static [u8; 32] = b"VK_NV_framebuffer_mixed_samples\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 32]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_framebuffer_mixed_samples.rs:23:64 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NV_FRAMEBUFFER_MIXED_SAMPLES_EXTENSION_NAME_STR: &'static str = "VK_NV_framebuffer_mixed_samples"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_geometry_shader_passthrough.rs:18:62 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_NV_GEOMETRY_SHADER_PASSTHROUGH_EXTENSION_NAME: &'static [u8; 34] = b"VK_NV_geometry_shader_passthrough\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 34]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_geometry_shader_passthrough.rs:19:66 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_NV_GEOMETRY_SHADER_PASSTHROUGH_EXTENSION_NAME_STR: &'static str = "VK_NV_geometry_shader_passthrough"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_glsl_shader.rs:18:46 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_NV_GLSL_SHADER_EXTENSION_NAME: &'static [u8; 18] = b"VK_NV_glsl_shader\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 18]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_glsl_shader.rs:19:50 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_NV_GLSL_SHADER_EXTENSION_NAME_STR: &'static str = "VK_NV_glsl_shader"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_sample_mask_override_coverage.rs:18:64 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_EXTENSION_NAME: &'static [u8; 36] = b"VK_NV_sample_mask_override_coverage\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 36]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_sample_mask_override_coverage.rs:19:68 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_EXTENSION_NAME_STR: &'static str = "VK_NV_sample_mask_override_coverage"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_viewport_array2.rs:18:50 [INFO] [stderr] | [INFO] [stderr] 18 | pub const VK_NV_VIEWPORT_ARRAY2_EXTENSION_NAME: &'static [u8; 22] = b"VK_NV_viewport_array2\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 22]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_viewport_array2.rs:19:54 [INFO] [stderr] | [INFO] [stderr] 19 | pub const VK_NV_VIEWPORT_ARRAY2_EXTENSION_NAME_STR: &'static str = "VK_NV_viewport_array2"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_viewport_swizzle.rs:22:51 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_NV_VIEWPORT_SWIZZLE_EXTENSION_NAME: &'static [u8; 23] = b"VK_NV_viewport_swizzle\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 23]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_viewport_swizzle.rs:23:55 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NV_VIEWPORT_SWIZZLE_EXTENSION_NAME_STR: &'static str = "VK_NV_viewport_swizzle"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_win32_keyed_mutex.rs:22:52 [INFO] [stderr] | [INFO] [stderr] 22 | pub const VK_NV_WIN32_KEYED_MUTEX_EXTENSION_NAME: &'static [u8; 24] = b"VK_NV_win32_keyed_mutex\x00"; [INFO] [stderr] | -^^^^^^^--------- help: consider removing `'static`: `&[u8; 24]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/nv_win32_keyed_mutex.rs:23:56 [INFO] [stderr] | [INFO] [stderr] 23 | pub const VK_NV_WIN32_KEYED_MUTEX_EXTENSION_NAME_STR: &'static str = "VK_NV_win32_keyed_mutex"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/lib.rs:148:33 [INFO] [stderr] | [INFO] [stderr] 148 | pub const VULKAN_LIBRARY_NAME: &'static str = "libvulkan.so.1"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.76s [INFO] running `"docker" "inspect" "3bae74c89a8569129201c514dddd37205423d84ff695ad656798a3672fc5f8a4"` [INFO] running `"docker" "rm" "-f" "3bae74c89a8569129201c514dddd37205423d84ff695ad656798a3672fc5f8a4"` [INFO] [stdout] 3bae74c89a8569129201c514dddd37205423d84ff695ad656798a3672fc5f8a4