[INFO] fetching crate dvk 0.1.6... [INFO] checking dvk-0.1.6 against beta for pr-78714 [INFO] extracting crate dvk 0.1.6 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate dvk 0.1.6 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate dvk 0.1.6 [INFO] finished tweaking crates.io crate dvk 0.1.6 [INFO] tweaked toml for crates.io crate dvk 0.1.6 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0bc0813ee8bac501f53240a316841983346c73d18b0eb44c100b34f3e32ff0dc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0bc0813ee8bac501f53240a316841983346c73d18b0eb44c100b34f3e32ff0dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0bc0813ee8bac501f53240a316841983346c73d18b0eb44c100b34f3e32ff0dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bc0813ee8bac501f53240a316841983346c73d18b0eb44c100b34f3e32ff0dc", kill_on_drop: false }` [INFO] [stdout] 0bc0813ee8bac501f53240a316841983346c73d18b0eb44c100b34f3e32ff0dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 83c3bd4e0921f2617ec091cbd051f472f002ba5506b80ed2d63165e5383de82f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "83c3bd4e0921f2617ec091cbd051f472f002ba5506b80ed2d63165e5383de82f", kill_on_drop: false }` [INFO] [stderr] Checking dvk v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:939:5 [INFO] [stdout] | [INFO] [stdout] 939 | / bitflags! { [INFO] [stdout] 940 | | pub flags VkFormatFeatureFlags: VkFlags { [INFO] [stdout] 941 | | const VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT = 0x00000001, [INFO] [stdout] 942 | | const VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 955 | | } [INFO] [stdout] 956 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:939:5 [INFO] [stdout] | [INFO] [stdout] 939 | / bitflags! { [INFO] [stdout] 940 | | pub flags VkFormatFeatureFlags: VkFlags { [INFO] [stdout] 941 | | const VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT = 0x00000001, [INFO] [stdout] 942 | | const VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 955 | | } [INFO] [stdout] 956 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:958:5 [INFO] [stdout] | [INFO] [stdout] 958 | / bitflags! { [INFO] [stdout] 959 | | pub flags VkImageUsageFlags: VkFlags { [INFO] [stdout] 960 | | const VK_IMAGE_USAGE_TRANSFER_SRC_BIT = 0x00000001, [INFO] [stdout] 961 | | const VK_IMAGE_USAGE_TRANSFER_DST_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 968 | | } [INFO] [stdout] 969 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:958:5 [INFO] [stdout] | [INFO] [stdout] 958 | / bitflags! { [INFO] [stdout] 959 | | pub flags VkImageUsageFlags: VkFlags { [INFO] [stdout] 960 | | const VK_IMAGE_USAGE_TRANSFER_SRC_BIT = 0x00000001, [INFO] [stdout] 961 | | const VK_IMAGE_USAGE_TRANSFER_DST_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 968 | | } [INFO] [stdout] 969 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:971:5 [INFO] [stdout] | [INFO] [stdout] 971 | / bitflags! { [INFO] [stdout] 972 | | pub flags VkImageCreateFlags: VkFlags { [INFO] [stdout] 973 | | const VK_IMAGE_CREATE_SPARSE_BINDING_BIT = 0x00000001, [INFO] [stdout] 974 | | const VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 978 | | } [INFO] [stdout] 979 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:971:5 [INFO] [stdout] | [INFO] [stdout] 971 | / bitflags! { [INFO] [stdout] 972 | | pub flags VkImageCreateFlags: VkFlags { [INFO] [stdout] 973 | | const VK_IMAGE_CREATE_SPARSE_BINDING_BIT = 0x00000001, [INFO] [stdout] 974 | | const VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 978 | | } [INFO] [stdout] 979 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:981:5 [INFO] [stdout] | [INFO] [stdout] 981 | / bitflags! { [INFO] [stdout] 982 | | pub flags VkSampleCountFlags: VkFlags { [INFO] [stdout] 983 | | const VK_SAMPLE_COUNT_1_BIT = 0x00000001, [INFO] [stdout] 984 | | const VK_SAMPLE_COUNT_2_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 990 | | } [INFO] [stdout] 991 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:981:5 [INFO] [stdout] | [INFO] [stdout] 981 | / bitflags! { [INFO] [stdout] 982 | | pub flags VkSampleCountFlags: VkFlags { [INFO] [stdout] 983 | | const VK_SAMPLE_COUNT_1_BIT = 0x00000001, [INFO] [stdout] 984 | | const VK_SAMPLE_COUNT_2_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 990 | | } [INFO] [stdout] 991 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:993:5 [INFO] [stdout] | [INFO] [stdout] 993 | / bitflags! { [INFO] [stdout] 994 | | pub flags VkQueueFlags: VkFlags { [INFO] [stdout] 995 | | const VK_QUEUE_GRAPHICS_BIT = 0x00000001, [INFO] [stdout] 996 | | const VK_QUEUE_COMPUTE_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 999 | | } [INFO] [stdout] 1000 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:993:5 [INFO] [stdout] | [INFO] [stdout] 993 | / bitflags! { [INFO] [stdout] 994 | | pub flags VkQueueFlags: VkFlags { [INFO] [stdout] 995 | | const VK_QUEUE_GRAPHICS_BIT = 0x00000001, [INFO] [stdout] 996 | | const VK_QUEUE_COMPUTE_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 999 | | } [INFO] [stdout] 1000 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1002:5 [INFO] [stdout] | [INFO] [stdout] 1002 | / bitflags! { [INFO] [stdout] 1003 | | pub flags VkMemoryPropertyFlags: VkFlags { [INFO] [stdout] 1004 | | const VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT = 0x00000001, [INFO] [stdout] 1005 | | const VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1009 | | } [INFO] [stdout] 1010 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1002:5 [INFO] [stdout] | [INFO] [stdout] 1002 | / bitflags! { [INFO] [stdout] 1003 | | pub flags VkMemoryPropertyFlags: VkFlags { [INFO] [stdout] 1004 | | const VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT = 0x00000001, [INFO] [stdout] 1005 | | const VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1009 | | } [INFO] [stdout] 1010 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1012:5 [INFO] [stdout] | [INFO] [stdout] 1012 | / bitflags! { [INFO] [stdout] 1013 | | pub flags VkMemoryHeapFlags: VkFlags { [INFO] [stdout] 1014 | | const VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001 [INFO] [stdout] 1015 | | } [INFO] [stdout] 1016 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1012:5 [INFO] [stdout] | [INFO] [stdout] 1012 | / bitflags! { [INFO] [stdout] 1013 | | pub flags VkMemoryHeapFlags: VkFlags { [INFO] [stdout] 1014 | | const VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001 [INFO] [stdout] 1015 | | } [INFO] [stdout] 1016 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1026:5 [INFO] [stdout] | [INFO] [stdout] 1026 | / bitflags! { [INFO] [stdout] 1027 | | pub flags VkPipelineStageFlags: VkFlags { [INFO] [stdout] 1028 | | const VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT = 0x00000001, [INFO] [stdout] 1029 | | const VK_PIPELINE_STAGE_DRAW_INDIRECT_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1045 | | } [INFO] [stdout] 1046 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1026:5 [INFO] [stdout] | [INFO] [stdout] 1026 | / bitflags! { [INFO] [stdout] 1027 | | pub flags VkPipelineStageFlags: VkFlags { [INFO] [stdout] 1028 | | const VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT = 0x00000001, [INFO] [stdout] 1029 | | const VK_PIPELINE_STAGE_DRAW_INDIRECT_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1045 | | } [INFO] [stdout] 1046 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1052:5 [INFO] [stdout] | [INFO] [stdout] 1052 | / bitflags! { [INFO] [stdout] 1053 | | pub flags VkImageAspectFlags: VkFlags { [INFO] [stdout] 1054 | | const VK_IMAGE_ASPECT_COLOR_BIT = 0x00000001, [INFO] [stdout] 1055 | | const VK_IMAGE_ASPECT_DEPTH_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1058 | | } [INFO] [stdout] 1059 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1052:5 [INFO] [stdout] | [INFO] [stdout] 1052 | / bitflags! { [INFO] [stdout] 1053 | | pub flags VkImageAspectFlags: VkFlags { [INFO] [stdout] 1054 | | const VK_IMAGE_ASPECT_COLOR_BIT = 0x00000001, [INFO] [stdout] 1055 | | const VK_IMAGE_ASPECT_DEPTH_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1058 | | } [INFO] [stdout] 1059 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1061:5 [INFO] [stdout] | [INFO] [stdout] 1061 | / bitflags! { [INFO] [stdout] 1062 | | pub flags VkSparseImageFormatFlags: VkFlags { [INFO] [stdout] 1063 | | const VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT = 0x00000001, [INFO] [stdout] 1064 | | const VK_SPARSE_IMAGE_FORMAT_ALIGNED_MIP_SIZE_BIT = 0x00000002, [INFO] [stdout] 1065 | | const VK_SPARSE_IMAGE_FORMAT_NONSTANDARD_BLOCK_SIZE_BIT = 0x00000004 [INFO] [stdout] 1066 | | } [INFO] [stdout] 1067 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1061:5 [INFO] [stdout] | [INFO] [stdout] 1061 | / bitflags! { [INFO] [stdout] 1062 | | pub flags VkSparseImageFormatFlags: VkFlags { [INFO] [stdout] 1063 | | const VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT = 0x00000001, [INFO] [stdout] 1064 | | const VK_SPARSE_IMAGE_FORMAT_ALIGNED_MIP_SIZE_BIT = 0x00000002, [INFO] [stdout] 1065 | | const VK_SPARSE_IMAGE_FORMAT_NONSTANDARD_BLOCK_SIZE_BIT = 0x00000004 [INFO] [stdout] 1066 | | } [INFO] [stdout] 1067 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1069:5 [INFO] [stdout] | [INFO] [stdout] 1069 | / bitflags! { [INFO] [stdout] 1070 | | pub flags VkSparseMemoryBindFlags: VkFlags { [INFO] [stdout] 1071 | | const VK_SPARSE_MEMORY_BIND_METADATA_BIT = 0x00000001 [INFO] [stdout] 1072 | | } [INFO] [stdout] 1073 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1069:5 [INFO] [stdout] | [INFO] [stdout] 1069 | / bitflags! { [INFO] [stdout] 1070 | | pub flags VkSparseMemoryBindFlags: VkFlags { [INFO] [stdout] 1071 | | const VK_SPARSE_MEMORY_BIND_METADATA_BIT = 0x00000001 [INFO] [stdout] 1072 | | } [INFO] [stdout] 1073 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1075:5 [INFO] [stdout] | [INFO] [stdout] 1075 | / bitflags! { [INFO] [stdout] 1076 | | pub flags VkFenceCreateFlags: VkFlags { [INFO] [stdout] 1077 | | const VK_FENCE_CREATE_SIGNALED_BIT = 0x00000001 [INFO] [stdout] 1078 | | } [INFO] [stdout] 1079 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1075:5 [INFO] [stdout] | [INFO] [stdout] 1075 | / bitflags! { [INFO] [stdout] 1076 | | pub flags VkFenceCreateFlags: VkFlags { [INFO] [stdout] 1077 | | const VK_FENCE_CREATE_SIGNALED_BIT = 0x00000001 [INFO] [stdout] 1078 | | } [INFO] [stdout] 1079 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1091:5 [INFO] [stdout] | [INFO] [stdout] 1091 | / bitflags! { [INFO] [stdout] 1092 | | pub flags VkQueryPipelineStatisticFlags: VkFlags { [INFO] [stdout] 1093 | | const VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_VERTICES_BIT = 0x00000001, [INFO] [stdout] 1094 | | const VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_PRIMITIVES_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1104 | | } [INFO] [stdout] 1105 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1091:5 [INFO] [stdout] | [INFO] [stdout] 1091 | / bitflags! { [INFO] [stdout] 1092 | | pub flags VkQueryPipelineStatisticFlags: VkFlags { [INFO] [stdout] 1093 | | const VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_VERTICES_BIT = 0x00000001, [INFO] [stdout] 1094 | | const VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_PRIMITIVES_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1104 | | } [INFO] [stdout] 1105 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1107:5 [INFO] [stdout] | [INFO] [stdout] 1107 | / bitflags! { [INFO] [stdout] 1108 | | pub flags VkQueryResultFlags: VkFlags { [INFO] [stdout] 1109 | | const VK_QUERY_RESULT_64_BIT = 0x00000001, [INFO] [stdout] 1110 | | const VK_QUERY_RESULT_WAIT_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1113 | | } [INFO] [stdout] 1114 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1107:5 [INFO] [stdout] | [INFO] [stdout] 1107 | / bitflags! { [INFO] [stdout] 1108 | | pub flags VkQueryResultFlags: VkFlags { [INFO] [stdout] 1109 | | const VK_QUERY_RESULT_64_BIT = 0x00000001, [INFO] [stdout] 1110 | | const VK_QUERY_RESULT_WAIT_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1113 | | } [INFO] [stdout] 1114 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1116:5 [INFO] [stdout] | [INFO] [stdout] 1116 | / bitflags! { [INFO] [stdout] 1117 | | pub flags VkBufferCreateFlags: VkFlags { [INFO] [stdout] 1118 | | const VK_BUFFER_CREATE_SPARSE_BINDING_BIT = 0x00000001, [INFO] [stdout] 1119 | | const VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT = 0x00000002, [INFO] [stdout] 1120 | | const VK_BUFFER_CREATE_SPARSE_ALIASED_BIT = 0x00000004 [INFO] [stdout] 1121 | | } [INFO] [stdout] 1122 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1116:5 [INFO] [stdout] | [INFO] [stdout] 1116 | / bitflags! { [INFO] [stdout] 1117 | | pub flags VkBufferCreateFlags: VkFlags { [INFO] [stdout] 1118 | | const VK_BUFFER_CREATE_SPARSE_BINDING_BIT = 0x00000001, [INFO] [stdout] 1119 | | const VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT = 0x00000002, [INFO] [stdout] 1120 | | const VK_BUFFER_CREATE_SPARSE_ALIASED_BIT = 0x00000004 [INFO] [stdout] 1121 | | } [INFO] [stdout] 1122 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1124:5 [INFO] [stdout] | [INFO] [stdout] 1124 | / bitflags! { [INFO] [stdout] 1125 | | pub flags VkBufferUsageFlags: VkFlags { [INFO] [stdout] 1126 | | const VK_BUFFER_USAGE_TRANSFER_SRC_BIT = 0x00000001, [INFO] [stdout] 1127 | | const VK_BUFFER_USAGE_TRANSFER_DST_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1135 | | } [INFO] [stdout] 1136 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1124:5 [INFO] [stdout] | [INFO] [stdout] 1124 | / bitflags! { [INFO] [stdout] 1125 | | pub flags VkBufferUsageFlags: VkFlags { [INFO] [stdout] 1126 | | const VK_BUFFER_USAGE_TRANSFER_SRC_BIT = 0x00000001, [INFO] [stdout] 1127 | | const VK_BUFFER_USAGE_TRANSFER_DST_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1135 | | } [INFO] [stdout] 1136 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1151:5 [INFO] [stdout] | [INFO] [stdout] 1151 | / bitflags! { [INFO] [stdout] 1152 | | pub flags VkPipelineCreateFlags: VkFlags { [INFO] [stdout] 1153 | | const VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT = 0x00000001, [INFO] [stdout] 1154 | | const VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT = 0x00000002, [INFO] [stdout] 1155 | | const VK_PIPELINE_CREATE_DERIVATIVE_BIT = 0x00000004 [INFO] [stdout] 1156 | | } [INFO] [stdout] 1157 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1151:5 [INFO] [stdout] | [INFO] [stdout] 1151 | / bitflags! { [INFO] [stdout] 1152 | | pub flags VkPipelineCreateFlags: VkFlags { [INFO] [stdout] 1153 | | const VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT = 0x00000001, [INFO] [stdout] 1154 | | const VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT = 0x00000002, [INFO] [stdout] 1155 | | const VK_PIPELINE_CREATE_DERIVATIVE_BIT = 0x00000004 [INFO] [stdout] 1156 | | } [INFO] [stdout] 1157 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1163:5 [INFO] [stdout] | [INFO] [stdout] 1163 | / bitflags! { [INFO] [stdout] 1164 | | pub flags VkShaderStageFlags: VkFlags { [INFO] [stdout] 1165 | | const VK_SHADER_STAGE_VERTEX_BIT = 0x00000001, [INFO] [stdout] 1166 | | const VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1173 | | } [INFO] [stdout] 1174 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1163:5 [INFO] [stdout] | [INFO] [stdout] 1163 | / bitflags! { [INFO] [stdout] 1164 | | pub flags VkShaderStageFlags: VkFlags { [INFO] [stdout] 1165 | | const VK_SHADER_STAGE_VERTEX_BIT = 0x00000001, [INFO] [stdout] 1166 | | const VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1173 | | } [INFO] [stdout] 1174 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1192:5 [INFO] [stdout] | [INFO] [stdout] 1192 | / bitflags! { [INFO] [stdout] 1193 | | pub flags VkCullModeFlags: VkFlags { [INFO] [stdout] 1194 | | const VK_CULL_MODE_NONE = 0, [INFO] [stdout] 1195 | | const VK_CULL_MODE_FRONT_BIT = 0x00000001, [INFO] [stdout] ... | [INFO] [stdout] 1198 | | } [INFO] [stdout] 1199 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1192:5 [INFO] [stdout] | [INFO] [stdout] 1192 | / bitflags! { [INFO] [stdout] 1193 | | pub flags VkCullModeFlags: VkFlags { [INFO] [stdout] 1194 | | const VK_CULL_MODE_NONE = 0, [INFO] [stdout] 1195 | | const VK_CULL_MODE_FRONT_BIT = 0x00000001, [INFO] [stdout] ... | [INFO] [stdout] 1198 | | } [INFO] [stdout] 1199 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1211:5 [INFO] [stdout] | [INFO] [stdout] 1211 | / bitflags! { [INFO] [stdout] 1212 | | pub flags VkColorComponentFlags: VkFlags { [INFO] [stdout] 1213 | | const VK_COLOR_COMPONENT_R_BIT = 0x00000001, [INFO] [stdout] 1214 | | const VK_COLOR_COMPONENT_G_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1217 | | } [INFO] [stdout] 1218 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1211:5 [INFO] [stdout] | [INFO] [stdout] 1211 | / bitflags! { [INFO] [stdout] 1212 | | pub flags VkColorComponentFlags: VkFlags { [INFO] [stdout] 1213 | | const VK_COLOR_COMPONENT_R_BIT = 0x00000001, [INFO] [stdout] 1214 | | const VK_COLOR_COMPONENT_G_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1217 | | } [INFO] [stdout] 1218 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1233:5 [INFO] [stdout] | [INFO] [stdout] 1233 | / bitflags! { [INFO] [stdout] 1234 | | pub flags VkDescriptorPoolCreateFlags: VkFlags { [INFO] [stdout] 1235 | | const VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT = 0x00000001 [INFO] [stdout] 1236 | | } [INFO] [stdout] 1237 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1233:5 [INFO] [stdout] | [INFO] [stdout] 1233 | / bitflags! { [INFO] [stdout] 1234 | | pub flags VkDescriptorPoolCreateFlags: VkFlags { [INFO] [stdout] 1235 | | const VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT = 0x00000001 [INFO] [stdout] 1236 | | } [INFO] [stdout] 1237 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1249:5 [INFO] [stdout] | [INFO] [stdout] 1249 | / bitflags! { [INFO] [stdout] 1250 | | pub flags VkAttachmentDescriptionFlags: VkFlags { [INFO] [stdout] 1251 | | const VK_ATTACHMENT_DESCRIPTION_MAY_ALIAS_BIT = 0x00000001 [INFO] [stdout] 1252 | | } [INFO] [stdout] 1253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1249:5 [INFO] [stdout] | [INFO] [stdout] 1249 | / bitflags! { [INFO] [stdout] 1250 | | pub flags VkAttachmentDescriptionFlags: VkFlags { [INFO] [stdout] 1251 | | const VK_ATTACHMENT_DESCRIPTION_MAY_ALIAS_BIT = 0x00000001 [INFO] [stdout] 1252 | | } [INFO] [stdout] 1253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1259:5 [INFO] [stdout] | [INFO] [stdout] 1259 | / bitflags! { [INFO] [stdout] 1260 | | pub flags VkAccessFlags: VkFlags { [INFO] [stdout] 1261 | | const VK_ACCESS_INDIRECT_COMMAND_READ_BIT = 0x00000001, [INFO] [stdout] 1262 | | const VK_ACCESS_INDEX_READ_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1278 | | } [INFO] [stdout] 1279 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1259:5 [INFO] [stdout] | [INFO] [stdout] 1259 | / bitflags! { [INFO] [stdout] 1260 | | pub flags VkAccessFlags: VkFlags { [INFO] [stdout] 1261 | | const VK_ACCESS_INDIRECT_COMMAND_READ_BIT = 0x00000001, [INFO] [stdout] 1262 | | const VK_ACCESS_INDEX_READ_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1278 | | } [INFO] [stdout] 1279 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:939:5 [INFO] [stdout] | [INFO] [stdout] 939 | / bitflags! { [INFO] [stdout] 940 | | pub flags VkFormatFeatureFlags: VkFlags { [INFO] [stdout] 941 | | const VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT = 0x00000001, [INFO] [stdout] 942 | | const VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 955 | | } [INFO] [stdout] 956 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1281:5 [INFO] [stdout] | [INFO] [stdout] 1281 | / bitflags! { [INFO] [stdout] 1282 | | pub flags VkDependencyFlags: VkFlags { [INFO] [stdout] 1283 | | const VK_DEPENDENCY_BY_REGION_BIT = 0x00000001 [INFO] [stdout] 1284 | | } [INFO] [stdout] 1285 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1281:5 [INFO] [stdout] | [INFO] [stdout] 1281 | / bitflags! { [INFO] [stdout] 1282 | | pub flags VkDependencyFlags: VkFlags { [INFO] [stdout] 1283 | | const VK_DEPENDENCY_BY_REGION_BIT = 0x00000001 [INFO] [stdout] 1284 | | } [INFO] [stdout] 1285 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:939:5 [INFO] [stdout] | [INFO] [stdout] 939 | / bitflags! { [INFO] [stdout] 940 | | pub flags VkFormatFeatureFlags: VkFlags { [INFO] [stdout] 941 | | const VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT = 0x00000001, [INFO] [stdout] 942 | | const VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 955 | | } [INFO] [stdout] 956 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1287:5 [INFO] [stdout] | [INFO] [stdout] 1287 | / bitflags! { [INFO] [stdout] 1288 | | pub flags VkCommandPoolCreateFlags: VkFlags { [INFO] [stdout] 1289 | | const VK_COMMAND_POOL_CREATE_TRANSIENT_BIT = 0x00000001, [INFO] [stdout] 1290 | | const VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT = 0x00000002 [INFO] [stdout] 1291 | | } [INFO] [stdout] 1292 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1287:5 [INFO] [stdout] | [INFO] [stdout] 1287 | / bitflags! { [INFO] [stdout] 1288 | | pub flags VkCommandPoolCreateFlags: VkFlags { [INFO] [stdout] 1289 | | const VK_COMMAND_POOL_CREATE_TRANSIENT_BIT = 0x00000001, [INFO] [stdout] 1290 | | const VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT = 0x00000002 [INFO] [stdout] 1291 | | } [INFO] [stdout] 1292 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:958:5 [INFO] [stdout] | [INFO] [stdout] 958 | / bitflags! { [INFO] [stdout] 959 | | pub flags VkImageUsageFlags: VkFlags { [INFO] [stdout] 960 | | const VK_IMAGE_USAGE_TRANSFER_SRC_BIT = 0x00000001, [INFO] [stdout] 961 | | const VK_IMAGE_USAGE_TRANSFER_DST_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 968 | | } [INFO] [stdout] 969 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1294:5 [INFO] [stdout] | [INFO] [stdout] 1294 | / bitflags! { [INFO] [stdout] 1295 | | pub flags VkCommandPoolResetFlags: VkFlags { [INFO] [stdout] 1296 | | const VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT = 0x00000001 [INFO] [stdout] 1297 | | } [INFO] [stdout] 1298 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1294:5 [INFO] [stdout] | [INFO] [stdout] 1294 | / bitflags! { [INFO] [stdout] 1295 | | pub flags VkCommandPoolResetFlags: VkFlags { [INFO] [stdout] 1296 | | const VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT = 0x00000001 [INFO] [stdout] 1297 | | } [INFO] [stdout] 1298 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1300:5 [INFO] [stdout] | [INFO] [stdout] 1300 | / bitflags! { [INFO] [stdout] 1301 | | pub flags VkCommandBufferUsageFlags: VkFlags { [INFO] [stdout] 1302 | | const VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT = 0x00000001, [INFO] [stdout] 1303 | | const VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT = 0x00000002, [INFO] [stdout] 1304 | | const VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT = 0x00000004 [INFO] [stdout] 1305 | | } [INFO] [stdout] 1306 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:958:5 [INFO] [stdout] | [INFO] [stdout] 958 | / bitflags! { [INFO] [stdout] 959 | | pub flags VkImageUsageFlags: VkFlags { [INFO] [stdout] 960 | | const VK_IMAGE_USAGE_TRANSFER_SRC_BIT = 0x00000001, [INFO] [stdout] 961 | | const VK_IMAGE_USAGE_TRANSFER_DST_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 968 | | } [INFO] [stdout] 969 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1300:5 [INFO] [stdout] | [INFO] [stdout] 1300 | / bitflags! { [INFO] [stdout] 1301 | | pub flags VkCommandBufferUsageFlags: VkFlags { [INFO] [stdout] 1302 | | const VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT = 0x00000001, [INFO] [stdout] 1303 | | const VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT = 0x00000002, [INFO] [stdout] 1304 | | const VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT = 0x00000004 [INFO] [stdout] 1305 | | } [INFO] [stdout] 1306 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1308:5 [INFO] [stdout] | [INFO] [stdout] 1308 | / bitflags! { [INFO] [stdout] 1309 | | pub flags VkQueryControlFlags: VkFlags { [INFO] [stdout] 1310 | | const VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001 [INFO] [stdout] 1311 | | } [INFO] [stdout] 1312 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:971:5 [INFO] [stdout] | [INFO] [stdout] 971 | / bitflags! { [INFO] [stdout] 972 | | pub flags VkImageCreateFlags: VkFlags { [INFO] [stdout] 973 | | const VK_IMAGE_CREATE_SPARSE_BINDING_BIT = 0x00000001, [INFO] [stdout] 974 | | const VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 978 | | } [INFO] [stdout] 979 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1308:5 [INFO] [stdout] | [INFO] [stdout] 1308 | / bitflags! { [INFO] [stdout] 1309 | | pub flags VkQueryControlFlags: VkFlags { [INFO] [stdout] 1310 | | const VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001 [INFO] [stdout] 1311 | | } [INFO] [stdout] 1312 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1314:5 [INFO] [stdout] | [INFO] [stdout] 1314 | / bitflags! { [INFO] [stdout] 1315 | | pub flags VkCommandBufferResetFlags: VkFlags { [INFO] [stdout] 1316 | | const VK_COMMAND_BUFFER_RESET_RELEASE_RESOURCES_BIT = 0x00000001 [INFO] [stdout] 1317 | | } [INFO] [stdout] 1318 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:971:5 [INFO] [stdout] | [INFO] [stdout] 971 | / bitflags! { [INFO] [stdout] 972 | | pub flags VkImageCreateFlags: VkFlags { [INFO] [stdout] 973 | | const VK_IMAGE_CREATE_SPARSE_BINDING_BIT = 0x00000001, [INFO] [stdout] 974 | | const VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 978 | | } [INFO] [stdout] 979 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:981:5 [INFO] [stdout] | [INFO] [stdout] 981 | / bitflags! { [INFO] [stdout] 982 | | pub flags VkSampleCountFlags: VkFlags { [INFO] [stdout] 983 | | const VK_SAMPLE_COUNT_1_BIT = 0x00000001, [INFO] [stdout] 984 | | const VK_SAMPLE_COUNT_2_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 990 | | } [INFO] [stdout] 991 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:981:5 [INFO] [stdout] | [INFO] [stdout] 981 | / bitflags! { [INFO] [stdout] 982 | | pub flags VkSampleCountFlags: VkFlags { [INFO] [stdout] 983 | | const VK_SAMPLE_COUNT_1_BIT = 0x00000001, [INFO] [stdout] 984 | | const VK_SAMPLE_COUNT_2_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 990 | | } [INFO] [stdout] 991 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:993:5 [INFO] [stdout] | [INFO] [stdout] 993 | / bitflags! { [INFO] [stdout] 994 | | pub flags VkQueueFlags: VkFlags { [INFO] [stdout] 995 | | const VK_QUEUE_GRAPHICS_BIT = 0x00000001, [INFO] [stdout] 996 | | const VK_QUEUE_COMPUTE_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 999 | | } [INFO] [stdout] 1000 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:993:5 [INFO] [stdout] | [INFO] [stdout] 993 | / bitflags! { [INFO] [stdout] 994 | | pub flags VkQueueFlags: VkFlags { [INFO] [stdout] 995 | | const VK_QUEUE_GRAPHICS_BIT = 0x00000001, [INFO] [stdout] 996 | | const VK_QUEUE_COMPUTE_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 999 | | } [INFO] [stdout] 1000 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1002:5 [INFO] [stdout] | [INFO] [stdout] 1002 | / bitflags! { [INFO] [stdout] 1003 | | pub flags VkMemoryPropertyFlags: VkFlags { [INFO] [stdout] 1004 | | const VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT = 0x00000001, [INFO] [stdout] 1005 | | const VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1009 | | } [INFO] [stdout] 1010 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1314:5 [INFO] [stdout] | [INFO] [stdout] 1314 | / bitflags! { [INFO] [stdout] 1315 | | pub flags VkCommandBufferResetFlags: VkFlags { [INFO] [stdout] 1316 | | const VK_COMMAND_BUFFER_RESET_RELEASE_RESOURCES_BIT = 0x00000001 [INFO] [stdout] 1317 | | } [INFO] [stdout] 1318 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1320:5 [INFO] [stdout] | [INFO] [stdout] 1320 | / bitflags! { [INFO] [stdout] 1321 | | pub flags VkStencilFaceFlags: VkFlags { [INFO] [stdout] 1322 | | const VK_STENCIL_FACE_FRONT_BIT = 0x00000001, [INFO] [stdout] 1323 | | const VK_STENCIL_FACE_BACK_BIT = 0x00000002, [INFO] [stdout] 1324 | | const VK_STENCIL_FRONT_AND_BACK = 0x00000003 [INFO] [stdout] 1325 | | } [INFO] [stdout] 1326 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1002:5 [INFO] [stdout] | [INFO] [stdout] 1002 | / bitflags! { [INFO] [stdout] 1003 | | pub flags VkMemoryPropertyFlags: VkFlags { [INFO] [stdout] 1004 | | const VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT = 0x00000001, [INFO] [stdout] 1005 | | const VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1009 | | } [INFO] [stdout] 1010 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1012:5 [INFO] [stdout] | [INFO] [stdout] 1012 | / bitflags! { [INFO] [stdout] 1013 | | pub flags VkMemoryHeapFlags: VkFlags { [INFO] [stdout] 1014 | | const VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001 [INFO] [stdout] 1015 | | } [INFO] [stdout] 1016 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1012:5 [INFO] [stdout] | [INFO] [stdout] 1012 | / bitflags! { [INFO] [stdout] 1013 | | pub flags VkMemoryHeapFlags: VkFlags { [INFO] [stdout] 1014 | | const VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001 [INFO] [stdout] 1015 | | } [INFO] [stdout] 1016 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1320:5 [INFO] [stdout] | [INFO] [stdout] 1320 | / bitflags! { [INFO] [stdout] 1321 | | pub flags VkStencilFaceFlags: VkFlags { [INFO] [stdout] 1322 | | const VK_STENCIL_FACE_FRONT_BIT = 0x00000001, [INFO] [stdout] 1323 | | const VK_STENCIL_FACE_BACK_BIT = 0x00000002, [INFO] [stdout] 1324 | | const VK_STENCIL_FRONT_AND_BACK = 0x00000003 [INFO] [stdout] 1325 | | } [INFO] [stdout] 1326 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:3643:68 [INFO] [stdout] | [INFO] [stdout] 3643 | ... vulkan_core.vkGetInstanceProcAddr = Some(transmute(try!(vulkan_core.library.as_ref().unwrap().symbol::("vkGetInstanceProcAddr")... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3645 | vulkan_core.vkCreateInstance = Some(transmute(load_command!(vulkan_core, VkInstance::null(), "vkCreateInstance"))); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3646 | ... vulkan_core.vkEnumerateInstanceExtensionProperties = Some(transmute(load_command!(vulkan_core, VkInstance::null(), "vkEnumerateInstanceExtensionProperties")... [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3647 | ... vulkan_core.vkEnumerateInstanceLayerProperties = Some(transmute(load_command!(vulkan_core, VkInstance::null(), "vkEnumerateInstanceLayerProperties")... [INFO] [stdout] | ------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3655 | self.vkDestroyInstance = Some(transmute(load_command!(self, instance, "vkDestroyInstance"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3656 | self.vkEnumeratePhysicalDevices = Some(transmute(load_command!(self, instance, "vkEnumeratePhysicalDevices"))); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1026:5 [INFO] [stdout] | [INFO] [stdout] 1026 | / bitflags! { [INFO] [stdout] 1027 | | pub flags VkPipelineStageFlags: VkFlags { [INFO] [stdout] 1028 | | const VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT = 0x00000001, [INFO] [stdout] 1029 | | const VK_PIPELINE_STAGE_DRAW_INDIRECT_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1045 | | } [INFO] [stdout] 1046 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3657 | self.vkGetPhysicalDeviceFeatures = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceFeatures"))); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3658 | ... self.vkGetPhysicalDeviceFormatProperties = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceFormatProperties"))); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3659 | ... self.vkGetPhysicalDeviceImageFormatProperties = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceImageFormatProperties")... [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3660 | self.vkGetPhysicalDeviceProperties = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceProperties"))); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3661 | ... self.vkGetPhysicalDeviceQueueFamilyProperties = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceQueueFamilyProperties")... [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3662 | ... self.vkGetPhysicalDeviceMemoryProperties = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceMemoryProperties"))); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3663 | self.vkGetInstanceProcAddr = Some(transmute(load_command!(self, instance, "vkGetInstanceProcAddr"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3664 | self.vkGetDeviceProcAddr = Some(transmute(load_command!(self, instance, "vkGetDeviceProcAddr"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3665 | self.vkCreateDevice = Some(transmute(load_command!(self, instance, "vkCreateDevice"))); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3666 | self.vkDestroyDevice = Some(transmute(load_command!(self, instance, "vkDestroyDevice"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3668 | ... self.vkEnumerateDeviceExtensionProperties = Some(transmute(load_command!(self, instance, "vkEnumerateDeviceExtensionProperties")... [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1026:5 [INFO] [stdout] | [INFO] [stdout] 1026 | / bitflags! { [INFO] [stdout] 1027 | | pub flags VkPipelineStageFlags: VkFlags { [INFO] [stdout] 1028 | | const VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT = 0x00000001, [INFO] [stdout] 1029 | | const VK_PIPELINE_STAGE_DRAW_INDIRECT_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1045 | | } [INFO] [stdout] 1046 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3670 | self.vkEnumerateDeviceLayerProperties = Some(transmute(load_command!(self, instance, "vkEnumerateDeviceLayerProperties"))); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3671 | self.vkGetDeviceQueue = Some(transmute(load_command!(self, instance, "vkGetDeviceQueue"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3672 | self.vkQueueSubmit = Some(transmute(load_command!(self, instance, "vkQueueSubmit"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3673 | self.vkQueueWaitIdle = Some(transmute(load_command!(self, instance, "vkQueueWaitIdle"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3674 | self.vkDeviceWaitIdle = Some(transmute(load_command!(self, instance, "vkDeviceWaitIdle"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3675 | self.vkAllocateMemory = Some(transmute(load_command!(self, instance, "vkAllocateMemory"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3676 | self.vkFreeMemory = Some(transmute(load_command!(self, instance, "vkFreeMemory"))); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3677 | self.vkMapMemory = Some(transmute(load_command!(self, instance, "vkMapMemory"))); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3678 | self.vkUnmapMemory = Some(transmute(load_command!(self, instance, "vkUnmapMemory"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3679 | self.vkFlushMappedMemoryRanges = Some(transmute(load_command!(self, instance, "vkFlushMappedMemoryRanges"))); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3680 | self.vkInvalidateMappedMemoryRanges = Some(transmute(load_command!(self, instance, "vkInvalidateMappedMemoryRanges"))); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3681 | self.vkGetDeviceMemoryCommitment = Some(transmute(load_command!(self, instance, "vkGetDeviceMemoryCommitment"))); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3682 | self.vkBindBufferMemory = Some(transmute(load_command!(self, instance, "vkBindBufferMemory"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1052:5 [INFO] [stdout] | [INFO] [stdout] 1052 | / bitflags! { [INFO] [stdout] 1053 | | pub flags VkImageAspectFlags: VkFlags { [INFO] [stdout] 1054 | | const VK_IMAGE_ASPECT_COLOR_BIT = 0x00000001, [INFO] [stdout] 1055 | | const VK_IMAGE_ASPECT_DEPTH_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1058 | | } [INFO] [stdout] 1059 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1052:5 [INFO] [stdout] | [INFO] [stdout] 1052 | / bitflags! { [INFO] [stdout] 1053 | | pub flags VkImageAspectFlags: VkFlags { [INFO] [stdout] 1054 | | const VK_IMAGE_ASPECT_COLOR_BIT = 0x00000001, [INFO] [stdout] 1055 | | const VK_IMAGE_ASPECT_DEPTH_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1058 | | } [INFO] [stdout] 1059 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1061:5 [INFO] [stdout] | [INFO] [stdout] 1061 | / bitflags! { [INFO] [stdout] 1062 | | pub flags VkSparseImageFormatFlags: VkFlags { [INFO] [stdout] 1063 | | const VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT = 0x00000001, [INFO] [stdout] 1064 | | const VK_SPARSE_IMAGE_FORMAT_ALIGNED_MIP_SIZE_BIT = 0x00000002, [INFO] [stdout] 1065 | | const VK_SPARSE_IMAGE_FORMAT_NONSTANDARD_BLOCK_SIZE_BIT = 0x00000004 [INFO] [stdout] 1066 | | } [INFO] [stdout] 1067 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3683 | self.vkBindImageMemory = Some(transmute(load_command!(self, instance, "vkBindImageMemory"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3684 | self.vkGetBufferMemoryRequirements = Some(transmute(load_command!(self, instance, "vkGetBufferMemoryRequirements"))); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3685 | self.vkGetImageMemoryRequirements = Some(transmute(load_command!(self, instance, "vkGetImageMemoryRequirements"))); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3686 | ... self.vkGetImageSparseMemoryRequirements = Some(transmute(load_command!(self, instance, "vkGetImageSparseMemoryRequirements"))); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3687 | ... self.vkGetPhysicalDeviceSparseImageFormatProperties = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceSparseImageFormatProperties")... [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3688 | self.vkQueueBindSparse = Some(transmute(load_command!(self, instance, "vkQueueBindSparse"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3689 | self.vkCreateFence = Some(transmute(load_command!(self, instance, "vkCreateFence"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3690 | self.vkDestroyFence = Some(transmute(load_command!(self, instance, "vkDestroyFence"))); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3691 | self.vkResetFences = Some(transmute(load_command!(self, instance, "vkResetFences"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3692 | self.vkGetFenceStatus = Some(transmute(load_command!(self, instance, "vkGetFenceStatus"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3693 | self.vkWaitForFences = Some(transmute(load_command!(self, instance, "vkWaitForFences"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3694 | self.vkCreateSemaphore = Some(transmute(load_command!(self, instance, "vkCreateSemaphore"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3695 | self.vkDestroySemaphore = Some(transmute(load_command!(self, instance, "vkDestroySemaphore"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3696 | self.vkCreateEvent = Some(transmute(load_command!(self, instance, "vkCreateEvent"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3697 | self.vkDestroyEvent = Some(transmute(load_command!(self, instance, "vkDestroyEvent"))); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3698 | self.vkGetEventStatus = Some(transmute(load_command!(self, instance, "vkGetEventStatus"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3699 | self.vkSetEvent = Some(transmute(load_command!(self, instance, "vkSetEvent"))); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3700 | self.vkResetEvent = Some(transmute(load_command!(self, instance, "vkResetEvent"))); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3701 | self.vkCreateQueryPool = Some(transmute(load_command!(self, instance, "vkCreateQueryPool"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3702 | self.vkDestroyQueryPool = Some(transmute(load_command!(self, instance, "vkDestroyQueryPool"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3703 | self.vkGetQueryPoolResults = Some(transmute(load_command!(self, instance, "vkGetQueryPoolResults"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3704 | self.vkCreateBuffer = Some(transmute(load_command!(self, instance, "vkCreateBuffer"))); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3705 | self.vkDestroyBuffer = Some(transmute(load_command!(self, instance, "vkDestroyBuffer"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3706 | self.vkCreateBufferView = Some(transmute(load_command!(self, instance, "vkCreateBufferView"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3707 | self.vkDestroyBufferView = Some(transmute(load_command!(self, instance, "vkDestroyBufferView"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3708 | self.vkCreateImage = Some(transmute(load_command!(self, instance, "vkCreateImage"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3709 | self.vkDestroyImage = Some(transmute(load_command!(self, instance, "vkDestroyImage"))); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3710 | self.vkGetImageSubresourceLayout = Some(transmute(load_command!(self, instance, "vkGetImageSubresourceLayout"))); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3711 | self.vkCreateImageView = Some(transmute(load_command!(self, instance, "vkCreateImageView"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3712 | self.vkDestroyImageView = Some(transmute(load_command!(self, instance, "vkDestroyImageView"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3713 | self.vkCreateShaderModule = Some(transmute(load_command!(self, instance, "vkCreateShaderModule"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3714 | self.vkDestroyShaderModule = Some(transmute(load_command!(self, instance, "vkDestroyShaderModule"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3715 | self.vkCreatePipelineCache = Some(transmute(load_command!(self, instance, "vkCreatePipelineCache"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1061:5 [INFO] [stdout] | [INFO] [stdout] 1061 | / bitflags! { [INFO] [stdout] 1062 | | pub flags VkSparseImageFormatFlags: VkFlags { [INFO] [stdout] 1063 | | const VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT = 0x00000001, [INFO] [stdout] 1064 | | const VK_SPARSE_IMAGE_FORMAT_ALIGNED_MIP_SIZE_BIT = 0x00000002, [INFO] [stdout] 1065 | | const VK_SPARSE_IMAGE_FORMAT_NONSTANDARD_BLOCK_SIZE_BIT = 0x00000004 [INFO] [stdout] 1066 | | } [INFO] [stdout] 1067 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1069:5 [INFO] [stdout] | [INFO] [stdout] 1069 | / bitflags! { [INFO] [stdout] 1070 | | pub flags VkSparseMemoryBindFlags: VkFlags { [INFO] [stdout] 1071 | | const VK_SPARSE_MEMORY_BIND_METADATA_BIT = 0x00000001 [INFO] [stdout] 1072 | | } [INFO] [stdout] 1073 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1069:5 [INFO] [stdout] | [INFO] [stdout] 1069 | / bitflags! { [INFO] [stdout] 1070 | | pub flags VkSparseMemoryBindFlags: VkFlags { [INFO] [stdout] 1071 | | const VK_SPARSE_MEMORY_BIND_METADATA_BIT = 0x00000001 [INFO] [stdout] 1072 | | } [INFO] [stdout] 1073 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1075:5 [INFO] [stdout] | [INFO] [stdout] 1075 | / bitflags! { [INFO] [stdout] 1076 | | pub flags VkFenceCreateFlags: VkFlags { [INFO] [stdout] 1077 | | const VK_FENCE_CREATE_SIGNALED_BIT = 0x00000001 [INFO] [stdout] 1078 | | } [INFO] [stdout] 1079 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1075:5 [INFO] [stdout] | [INFO] [stdout] 1075 | / bitflags! { [INFO] [stdout] 1076 | | pub flags VkFenceCreateFlags: VkFlags { [INFO] [stdout] 1077 | | const VK_FENCE_CREATE_SIGNALED_BIT = 0x00000001 [INFO] [stdout] 1078 | | } [INFO] [stdout] 1079 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1091:5 [INFO] [stdout] | [INFO] [stdout] 1091 | / bitflags! { [INFO] [stdout] 1092 | | pub flags VkQueryPipelineStatisticFlags: VkFlags { [INFO] [stdout] 1093 | | const VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_VERTICES_BIT = 0x00000001, [INFO] [stdout] 1094 | | const VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_PRIMITIVES_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1104 | | } [INFO] [stdout] 1105 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1091:5 [INFO] [stdout] | [INFO] [stdout] 1091 | / bitflags! { [INFO] [stdout] 1092 | | pub flags VkQueryPipelineStatisticFlags: VkFlags { [INFO] [stdout] 1093 | | const VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_VERTICES_BIT = 0x00000001, [INFO] [stdout] 1094 | | const VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_PRIMITIVES_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1104 | | } [INFO] [stdout] 1105 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1107:5 [INFO] [stdout] | [INFO] [stdout] 1107 | / bitflags! { [INFO] [stdout] 1108 | | pub flags VkQueryResultFlags: VkFlags { [INFO] [stdout] 1109 | | const VK_QUERY_RESULT_64_BIT = 0x00000001, [INFO] [stdout] 1110 | | const VK_QUERY_RESULT_WAIT_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1113 | | } [INFO] [stdout] 1114 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1107:5 [INFO] [stdout] | [INFO] [stdout] 1107 | / bitflags! { [INFO] [stdout] 1108 | | pub flags VkQueryResultFlags: VkFlags { [INFO] [stdout] 1109 | | const VK_QUERY_RESULT_64_BIT = 0x00000001, [INFO] [stdout] 1110 | | const VK_QUERY_RESULT_WAIT_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1113 | | } [INFO] [stdout] 1114 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1116:5 [INFO] [stdout] | [INFO] [stdout] 1116 | / bitflags! { [INFO] [stdout] 1117 | | pub flags VkBufferCreateFlags: VkFlags { [INFO] [stdout] 1118 | | const VK_BUFFER_CREATE_SPARSE_BINDING_BIT = 0x00000001, [INFO] [stdout] 1119 | | const VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT = 0x00000002, [INFO] [stdout] 1120 | | const VK_BUFFER_CREATE_SPARSE_ALIASED_BIT = 0x00000004 [INFO] [stdout] 1121 | | } [INFO] [stdout] 1122 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1116:5 [INFO] [stdout] | [INFO] [stdout] 1116 | / bitflags! { [INFO] [stdout] 1117 | | pub flags VkBufferCreateFlags: VkFlags { [INFO] [stdout] 1118 | | const VK_BUFFER_CREATE_SPARSE_BINDING_BIT = 0x00000001, [INFO] [stdout] 1119 | | const VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT = 0x00000002, [INFO] [stdout] 1120 | | const VK_BUFFER_CREATE_SPARSE_ALIASED_BIT = 0x00000004 [INFO] [stdout] 1121 | | } [INFO] [stdout] 1122 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1124:5 [INFO] [stdout] | [INFO] [stdout] 1124 | / bitflags! { [INFO] [stdout] 1125 | | pub flags VkBufferUsageFlags: VkFlags { [INFO] [stdout] 1126 | | const VK_BUFFER_USAGE_TRANSFER_SRC_BIT = 0x00000001, [INFO] [stdout] 1127 | | const VK_BUFFER_USAGE_TRANSFER_DST_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1135 | | } [INFO] [stdout] 1136 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1124:5 [INFO] [stdout] | [INFO] [stdout] 1124 | / bitflags! { [INFO] [stdout] 1125 | | pub flags VkBufferUsageFlags: VkFlags { [INFO] [stdout] 1126 | | const VK_BUFFER_USAGE_TRANSFER_SRC_BIT = 0x00000001, [INFO] [stdout] 1127 | | const VK_BUFFER_USAGE_TRANSFER_DST_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1135 | | } [INFO] [stdout] 1136 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1151:5 [INFO] [stdout] | [INFO] [stdout] 1151 | / bitflags! { [INFO] [stdout] 1152 | | pub flags VkPipelineCreateFlags: VkFlags { [INFO] [stdout] 1153 | | const VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT = 0x00000001, [INFO] [stdout] 1154 | | const VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT = 0x00000002, [INFO] [stdout] 1155 | | const VK_PIPELINE_CREATE_DERIVATIVE_BIT = 0x00000004 [INFO] [stdout] 1156 | | } [INFO] [stdout] 1157 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1151:5 [INFO] [stdout] | [INFO] [stdout] 1151 | / bitflags! { [INFO] [stdout] 1152 | | pub flags VkPipelineCreateFlags: VkFlags { [INFO] [stdout] 1153 | | const VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT = 0x00000001, [INFO] [stdout] 1154 | | const VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT = 0x00000002, [INFO] [stdout] 1155 | | const VK_PIPELINE_CREATE_DERIVATIVE_BIT = 0x00000004 [INFO] [stdout] 1156 | | } [INFO] [stdout] 1157 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1163:5 [INFO] [stdout] | [INFO] [stdout] 1163 | / bitflags! { [INFO] [stdout] 1164 | | pub flags VkShaderStageFlags: VkFlags { [INFO] [stdout] 1165 | | const VK_SHADER_STAGE_VERTEX_BIT = 0x00000001, [INFO] [stdout] 1166 | | const VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1173 | | } [INFO] [stdout] 1174 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1163:5 [INFO] [stdout] | [INFO] [stdout] 1163 | / bitflags! { [INFO] [stdout] 1164 | | pub flags VkShaderStageFlags: VkFlags { [INFO] [stdout] 1165 | | const VK_SHADER_STAGE_VERTEX_BIT = 0x00000001, [INFO] [stdout] 1166 | | const VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1173 | | } [INFO] [stdout] 1174 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1192:5 [INFO] [stdout] | [INFO] [stdout] 1192 | / bitflags! { [INFO] [stdout] 1193 | | pub flags VkCullModeFlags: VkFlags { [INFO] [stdout] 1194 | | const VK_CULL_MODE_NONE = 0, [INFO] [stdout] 1195 | | const VK_CULL_MODE_FRONT_BIT = 0x00000001, [INFO] [stdout] ... | [INFO] [stdout] 1198 | | } [INFO] [stdout] 1199 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1192:5 [INFO] [stdout] | [INFO] [stdout] 1192 | / bitflags! { [INFO] [stdout] 1193 | | pub flags VkCullModeFlags: VkFlags { [INFO] [stdout] 1194 | | const VK_CULL_MODE_NONE = 0, [INFO] [stdout] 1195 | | const VK_CULL_MODE_FRONT_BIT = 0x00000001, [INFO] [stdout] ... | [INFO] [stdout] 1198 | | } [INFO] [stdout] 1199 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1211:5 [INFO] [stdout] | [INFO] [stdout] 1211 | / bitflags! { [INFO] [stdout] 1212 | | pub flags VkColorComponentFlags: VkFlags { [INFO] [stdout] 1213 | | const VK_COLOR_COMPONENT_R_BIT = 0x00000001, [INFO] [stdout] 1214 | | const VK_COLOR_COMPONENT_G_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1217 | | } [INFO] [stdout] 1218 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1211:5 [INFO] [stdout] | [INFO] [stdout] 1211 | / bitflags! { [INFO] [stdout] 1212 | | pub flags VkColorComponentFlags: VkFlags { [INFO] [stdout] 1213 | | const VK_COLOR_COMPONENT_R_BIT = 0x00000001, [INFO] [stdout] 1214 | | const VK_COLOR_COMPONENT_G_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1217 | | } [INFO] [stdout] 1218 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1233:5 [INFO] [stdout] | [INFO] [stdout] 1233 | / bitflags! { [INFO] [stdout] 1234 | | pub flags VkDescriptorPoolCreateFlags: VkFlags { [INFO] [stdout] 1235 | | const VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT = 0x00000001 [INFO] [stdout] 1236 | | } [INFO] [stdout] 1237 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1233:5 [INFO] [stdout] | [INFO] [stdout] 1233 | / bitflags! { [INFO] [stdout] 1234 | | pub flags VkDescriptorPoolCreateFlags: VkFlags { [INFO] [stdout] 1235 | | const VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT = 0x00000001 [INFO] [stdout] 1236 | | } [INFO] [stdout] 1237 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3716 | self.vkDestroyPipelineCache = Some(transmute(load_command!(self, instance, "vkDestroyPipelineCache"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3717 | self.vkGetPipelineCacheData = Some(transmute(load_command!(self, instance, "vkGetPipelineCacheData"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3718 | self.vkMergePipelineCaches = Some(transmute(load_command!(self, instance, "vkMergePipelineCaches"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3719 | self.vkCreateGraphicsPipelines = Some(transmute(load_command!(self, instance, "vkCreateGraphicsPipelines"))); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3720 | self.vkCreateComputePipelines = Some(transmute(load_command!(self, instance, "vkCreateComputePipelines"))); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3721 | self.vkDestroyPipeline = Some(transmute(load_command!(self, instance, "vkDestroyPipeline"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3722 | self.vkCreatePipelineLayout = Some(transmute(load_command!(self, instance, "vkCreatePipelineLayout"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3723 | self.vkDestroyPipelineLayout = Some(transmute(load_command!(self, instance, "vkDestroyPipelineLayout"))); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3724 | self.vkCreateSampler = Some(transmute(load_command!(self, instance, "vkCreateSampler"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3725 | self.vkDestroySampler = Some(transmute(load_command!(self, instance, "vkDestroySampler"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3726 | self.vkCreateDescriptorSetLayout = Some(transmute(load_command!(self, instance, "vkCreateDescriptorSetLayout"))); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3727 | self.vkDestroyDescriptorSetLayout = Some(transmute(load_command!(self, instance, "vkDestroyDescriptorSetLayout"))); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3728 | self.vkCreateDescriptorPool = Some(transmute(load_command!(self, instance, "vkCreateDescriptorPool"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3729 | self.vkDestroyDescriptorPool = Some(transmute(load_command!(self, instance, "vkDestroyDescriptorPool"))); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3730 | self.vkResetDescriptorPool = Some(transmute(load_command!(self, instance, "vkResetDescriptorPool"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3731 | self.vkAllocateDescriptorSets = Some(transmute(load_command!(self, instance, "vkAllocateDescriptorSets"))); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1249:5 [INFO] [stdout] | [INFO] [stdout] 1249 | / bitflags! { [INFO] [stdout] 1250 | | pub flags VkAttachmentDescriptionFlags: VkFlags { [INFO] [stdout] 1251 | | const VK_ATTACHMENT_DESCRIPTION_MAY_ALIAS_BIT = 0x00000001 [INFO] [stdout] 1252 | | } [INFO] [stdout] 1253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1249:5 [INFO] [stdout] | [INFO] [stdout] 1249 | / bitflags! { [INFO] [stdout] 1250 | | pub flags VkAttachmentDescriptionFlags: VkFlags { [INFO] [stdout] 1251 | | const VK_ATTACHMENT_DESCRIPTION_MAY_ALIAS_BIT = 0x00000001 [INFO] [stdout] 1252 | | } [INFO] [stdout] 1253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1259:5 [INFO] [stdout] | [INFO] [stdout] 1259 | / bitflags! { [INFO] [stdout] 1260 | | pub flags VkAccessFlags: VkFlags { [INFO] [stdout] 1261 | | const VK_ACCESS_INDIRECT_COMMAND_READ_BIT = 0x00000001, [INFO] [stdout] 1262 | | const VK_ACCESS_INDEX_READ_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1278 | | } [INFO] [stdout] 1279 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1259:5 [INFO] [stdout] | [INFO] [stdout] 1259 | / bitflags! { [INFO] [stdout] 1260 | | pub flags VkAccessFlags: VkFlags { [INFO] [stdout] 1261 | | const VK_ACCESS_INDIRECT_COMMAND_READ_BIT = 0x00000001, [INFO] [stdout] 1262 | | const VK_ACCESS_INDEX_READ_BIT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 1278 | | } [INFO] [stdout] 1279 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1281:5 [INFO] [stdout] | [INFO] [stdout] 1281 | / bitflags! { [INFO] [stdout] 1282 | | pub flags VkDependencyFlags: VkFlags { [INFO] [stdout] 1283 | | const VK_DEPENDENCY_BY_REGION_BIT = 0x00000001 [INFO] [stdout] 1284 | | } [INFO] [stdout] 1285 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1281:5 [INFO] [stdout] | [INFO] [stdout] 1281 | / bitflags! { [INFO] [stdout] 1282 | | pub flags VkDependencyFlags: VkFlags { [INFO] [stdout] 1283 | | const VK_DEPENDENCY_BY_REGION_BIT = 0x00000001 [INFO] [stdout] 1284 | | } [INFO] [stdout] 1285 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1287:5 [INFO] [stdout] | [INFO] [stdout] 1287 | / bitflags! { [INFO] [stdout] 1288 | | pub flags VkCommandPoolCreateFlags: VkFlags { [INFO] [stdout] 1289 | | const VK_COMMAND_POOL_CREATE_TRANSIENT_BIT = 0x00000001, [INFO] [stdout] 1290 | | const VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT = 0x00000002 [INFO] [stdout] 1291 | | } [INFO] [stdout] 1292 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3732 | self.vkFreeDescriptorSets = Some(transmute(load_command!(self, instance, "vkFreeDescriptorSets"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3733 | self.vkUpdateDescriptorSets = Some(transmute(load_command!(self, instance, "vkUpdateDescriptorSets"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3734 | self.vkCreateFramebuffer = Some(transmute(load_command!(self, instance, "vkCreateFramebuffer"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3735 | self.vkDestroyFramebuffer = Some(transmute(load_command!(self, instance, "vkDestroyFramebuffer"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3736 | self.vkCreateRenderPass = Some(transmute(load_command!(self, instance, "vkCreateRenderPass"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3737 | self.vkDestroyRenderPass = Some(transmute(load_command!(self, instance, "vkDestroyRenderPass"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3738 | self.vkGetRenderAreaGranularity = Some(transmute(load_command!(self, instance, "vkGetRenderAreaGranularity"))); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3739 | self.vkCreateCommandPool = Some(transmute(load_command!(self, instance, "vkCreateCommandPool"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3740 | self.vkDestroyCommandPool = Some(transmute(load_command!(self, instance, "vkDestroyCommandPool"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3741 | self.vkResetCommandPool = Some(transmute(load_command!(self, instance, "vkResetCommandPool"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3742 | self.vkAllocateCommandBuffers = Some(transmute(load_command!(self, instance, "vkAllocateCommandBuffers"))); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3743 | self.vkFreeCommandBuffers = Some(transmute(load_command!(self, instance, "vkFreeCommandBuffers"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3744 | self.vkBeginCommandBuffer = Some(transmute(load_command!(self, instance, "vkBeginCommandBuffer"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3745 | self.vkEndCommandBuffer = Some(transmute(load_command!(self, instance, "vkEndCommandBuffer"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3746 | self.vkResetCommandBuffer = Some(transmute(load_command!(self, instance, "vkResetCommandBuffer"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3747 | self.vkCmdBindPipeline = Some(transmute(load_command!(self, instance, "vkCmdBindPipeline"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3748 | self.vkCmdSetViewport = Some(transmute(load_command!(self, instance, "vkCmdSetViewport"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3749 | self.vkCmdSetScissor = Some(transmute(load_command!(self, instance, "vkCmdSetScissor"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3750 | self.vkCmdSetLineWidth = Some(transmute(load_command!(self, instance, "vkCmdSetLineWidth"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3751 | self.vkCmdSetDepthBias = Some(transmute(load_command!(self, instance, "vkCmdSetDepthBias"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3752 | self.vkCmdSetBlendConstants = Some(transmute(load_command!(self, instance, "vkCmdSetBlendConstants"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3753 | self.vkCmdSetDepthBounds = Some(transmute(load_command!(self, instance, "vkCmdSetDepthBounds"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3754 | self.vkCmdSetStencilCompareMask = Some(transmute(load_command!(self, instance, "vkCmdSetStencilCompareMask"))); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3755 | self.vkCmdSetStencilWriteMask = Some(transmute(load_command!(self, instance, "vkCmdSetStencilWriteMask"))); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3756 | self.vkCmdSetStencilReference = Some(transmute(load_command!(self, instance, "vkCmdSetStencilReference"))); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3757 | self.vkCmdBindDescriptorSets = Some(transmute(load_command!(self, instance, "vkCmdBindDescriptorSets"))); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3758 | self.vkCmdBindIndexBuffer = Some(transmute(load_command!(self, instance, "vkCmdBindIndexBuffer"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3759 | self.vkCmdBindVertexBuffers = Some(transmute(load_command!(self, instance, "vkCmdBindVertexBuffers"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3760 | self.vkCmdDraw = Some(transmute(load_command!(self, instance, "vkCmdDraw"))); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3761 | self.vkCmdDrawIndexed = Some(transmute(load_command!(self, instance, "vkCmdDrawIndexed"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3762 | self.vkCmdDrawIndirect = Some(transmute(load_command!(self, instance, "vkCmdDrawIndirect"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3763 | self.vkCmdDrawIndexedIndirect = Some(transmute(load_command!(self, instance, "vkCmdDrawIndexedIndirect"))); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3764 | self.vkCmdDispatch = Some(transmute(load_command!(self, instance, "vkCmdDispatch"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3765 | self.vkCmdDispatchIndirect = Some(transmute(load_command!(self, instance, "vkCmdDispatchIndirect"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3766 | self.vkCmdCopyBuffer = Some(transmute(load_command!(self, instance, "vkCmdCopyBuffer"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3767 | self.vkCmdCopyImage = Some(transmute(load_command!(self, instance, "vkCmdCopyImage"))); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3768 | self.vkCmdBlitImage = Some(transmute(load_command!(self, instance, "vkCmdBlitImage"))); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3769 | self.vkCmdCopyBufferToImage = Some(transmute(load_command!(self, instance, "vkCmdCopyBufferToImage"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3770 | self.vkCmdCopyImageToBuffer = Some(transmute(load_command!(self, instance, "vkCmdCopyImageToBuffer"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3771 | self.vkCmdUpdateBuffer = Some(transmute(load_command!(self, instance, "vkCmdUpdateBuffer"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3772 | self.vkCmdFillBuffer = Some(transmute(load_command!(self, instance, "vkCmdFillBuffer"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3773 | self.vkCmdClearColorImage = Some(transmute(load_command!(self, instance, "vkCmdClearColorImage"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3774 | self.vkCmdClearDepthStencilImage = Some(transmute(load_command!(self, instance, "vkCmdClearDepthStencilImage"))); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3775 | self.vkCmdClearAttachments = Some(transmute(load_command!(self, instance, "vkCmdClearAttachments"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3776 | self.vkCmdResolveImage = Some(transmute(load_command!(self, instance, "vkCmdResolveImage"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1287:5 [INFO] [stdout] | [INFO] [stdout] 1287 | / bitflags! { [INFO] [stdout] 1288 | | pub flags VkCommandPoolCreateFlags: VkFlags { [INFO] [stdout] 1289 | | const VK_COMMAND_POOL_CREATE_TRANSIENT_BIT = 0x00000001, [INFO] [stdout] 1290 | | const VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT = 0x00000002 [INFO] [stdout] 1291 | | } [INFO] [stdout] 1292 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1294:5 [INFO] [stdout] | [INFO] [stdout] 1294 | / bitflags! { [INFO] [stdout] 1295 | | pub flags VkCommandPoolResetFlags: VkFlags { [INFO] [stdout] 1296 | | const VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT = 0x00000001 [INFO] [stdout] 1297 | | } [INFO] [stdout] 1298 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1294:5 [INFO] [stdout] | [INFO] [stdout] 1294 | / bitflags! { [INFO] [stdout] 1295 | | pub flags VkCommandPoolResetFlags: VkFlags { [INFO] [stdout] 1296 | | const VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT = 0x00000001 [INFO] [stdout] 1297 | | } [INFO] [stdout] 1298 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3777 | self.vkCmdSetEvent = Some(transmute(load_command!(self, instance, "vkCmdSetEvent"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3778 | self.vkCmdResetEvent = Some(transmute(load_command!(self, instance, "vkCmdResetEvent"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3779 | self.vkCmdWaitEvents = Some(transmute(load_command!(self, instance, "vkCmdWaitEvents"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3780 | self.vkCmdPipelineBarrier = Some(transmute(load_command!(self, instance, "vkCmdPipelineBarrier"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3781 | self.vkCmdBeginQuery = Some(transmute(load_command!(self, instance, "vkCmdBeginQuery"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3782 | self.vkCmdEndQuery = Some(transmute(load_command!(self, instance, "vkCmdEndQuery"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3783 | self.vkCmdResetQueryPool = Some(transmute(load_command!(self, instance, "vkCmdResetQueryPool"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3784 | self.vkCmdWriteTimestamp = Some(transmute(load_command!(self, instance, "vkCmdWriteTimestamp"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3785 | self.vkCmdCopyQueryPoolResults = Some(transmute(load_command!(self, instance, "vkCmdCopyQueryPoolResults"))); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1300:5 [INFO] [stdout] | [INFO] [stdout] 1300 | / bitflags! { [INFO] [stdout] 1301 | | pub flags VkCommandBufferUsageFlags: VkFlags { [INFO] [stdout] 1302 | | const VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT = 0x00000001, [INFO] [stdout] 1303 | | const VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT = 0x00000002, [INFO] [stdout] 1304 | | const VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT = 0x00000004 [INFO] [stdout] 1305 | | } [INFO] [stdout] 1306 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1300:5 [INFO] [stdout] | [INFO] [stdout] 1300 | / bitflags! { [INFO] [stdout] 1301 | | pub flags VkCommandBufferUsageFlags: VkFlags { [INFO] [stdout] 1302 | | const VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT = 0x00000001, [INFO] [stdout] 1303 | | const VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT = 0x00000002, [INFO] [stdout] 1304 | | const VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT = 0x00000004 [INFO] [stdout] 1305 | | } [INFO] [stdout] 1306 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3786 | self.vkCmdPushConstants = Some(transmute(load_command!(self, instance, "vkCmdPushConstants"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3787 | self.vkCmdBeginRenderPass = Some(transmute(load_command!(self, instance, "vkCmdBeginRenderPass"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3788 | self.vkCmdNextSubpass = Some(transmute(load_command!(self, instance, "vkCmdNextSubpass"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3789 | self.vkCmdEndRenderPass = Some(transmute(load_command!(self, instance, "vkCmdEndRenderPass"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3790 | self.vkCmdExecuteCommands = Some(transmute(load_command!(self, instance, "vkCmdExecuteCommands"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4383:5 [INFO] [stdout] | [INFO] [stdout] 4383 | / bitflags! { [INFO] [stdout] 4384 | | pub flags VkSurfaceTransformFlagsKHR: VkFlags { [INFO] [stdout] 4385 | | const VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR = 0x00000001, [INFO] [stdout] 4386 | | const VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 4394 | | } [INFO] [stdout] 4395 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4383:5 [INFO] [stdout] | [INFO] [stdout] 4383 | / bitflags! { [INFO] [stdout] 4384 | | pub flags VkSurfaceTransformFlagsKHR: VkFlags { [INFO] [stdout] 4385 | | const VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR = 0x00000001, [INFO] [stdout] 4386 | | const VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 4394 | | } [INFO] [stdout] 4395 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1308:5 [INFO] [stdout] | [INFO] [stdout] 1308 | / bitflags! { [INFO] [stdout] 1309 | | pub flags VkQueryControlFlags: VkFlags { [INFO] [stdout] 1310 | | const VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001 [INFO] [stdout] 1311 | | } [INFO] [stdout] 1312 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1308:5 [INFO] [stdout] | [INFO] [stdout] 1308 | / bitflags! { [INFO] [stdout] 1309 | | pub flags VkQueryControlFlags: VkFlags { [INFO] [stdout] 1310 | | const VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001 [INFO] [stdout] 1311 | | } [INFO] [stdout] 1312 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1314:5 [INFO] [stdout] | [INFO] [stdout] 1314 | / bitflags! { [INFO] [stdout] 1315 | | pub flags VkCommandBufferResetFlags: VkFlags { [INFO] [stdout] 1316 | | const VK_COMMAND_BUFFER_RESET_RELEASE_RESOURCES_BIT = 0x00000001 [INFO] [stdout] 1317 | | } [INFO] [stdout] 1318 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4397:5 [INFO] [stdout] | [INFO] [stdout] 4397 | / bitflags! { [INFO] [stdout] 4398 | | pub flags VkCompositeAlphaFlagsKHR: VkFlags { [INFO] [stdout] 4399 | | const VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR = 0x00000001, [INFO] [stdout] 4400 | | const VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 4403 | | } [INFO] [stdout] 4404 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4397:5 [INFO] [stdout] | [INFO] [stdout] 4397 | / bitflags! { [INFO] [stdout] 4398 | | pub flags VkCompositeAlphaFlagsKHR: VkFlags { [INFO] [stdout] 4399 | | const VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR = 0x00000001, [INFO] [stdout] 4400 | | const VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 4403 | | } [INFO] [stdout] 4404 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4472:75 [INFO] [stdout] | [INFO] [stdout] 4472 | ... vulkan_khr_surface.vkGetInstanceProcAddr = Some(transmute(try!(vulkan_khr_surface.library.as_ref().unwrap().symbol::("vkGetInst... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4479 | self.vkDestroySurfaceKHR = Some(transmute(load_command!(self, instance, "vkDestroySurfaceKHR"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4480 | ... self.vkGetPhysicalDeviceSurfaceSupportKHR = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceSurfaceSupportKHR")... [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4481 | ... self.vkGetPhysicalDeviceSurfaceCapabilitiesKHR = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")... [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4482 | ... self.vkGetPhysicalDeviceSurfaceFormatsKHR = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceSurfaceFormatsKHR")... [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4483 | ... self.vkGetPhysicalDeviceSurfacePresentModesKHR = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceSurfacePresentModesKHR")... [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4628:77 [INFO] [stdout] | [INFO] [stdout] 4628 | ... vulkan_khr_swapchain.vkGetInstanceProcAddr = Some(transmute(try!(vulkan_khr_swapchain.library.as_ref().unwrap().symbol::("vkGet... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4635 | self.vkCreateSwapchainKHR = Some(transmute(load_command!(self, instance, "vkCreateSwapchainKHR"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4636 | self.vkDestroySwapchainKHR = Some(transmute(load_command!(self, instance, "vkDestroySwapchainKHR"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4637 | self.vkGetSwapchainImagesKHR = Some(transmute(load_command!(self, instance, "vkGetSwapchainImagesKHR"))); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4638 | self.vkAcquireNextImageKHR = Some(transmute(load_command!(self, instance, "vkAcquireNextImageKHR"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4639 | self.vkQueuePresentKHR = Some(transmute(load_command!(self, instance, "vkQueuePresentKHR"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4700:5 [INFO] [stdout] | [INFO] [stdout] 4700 | / bitflags! { [INFO] [stdout] 4701 | | pub flags VkDisplayPlaneAlphaFlagsKHR: VkFlags { [INFO] [stdout] 4702 | | const VK_DISPLAY_PLANE_ALPHA_OPAQUE_BIT_KHR = 0x00000001, [INFO] [stdout] 4703 | | const VK_DISPLAY_PLANE_ALPHA_GLOBAL_BIT_KHR = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 4706 | | } [INFO] [stdout] 4707 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4700:5 [INFO] [stdout] | [INFO] [stdout] 4700 | / bitflags! { [INFO] [stdout] 4701 | | pub flags VkDisplayPlaneAlphaFlagsKHR: VkFlags { [INFO] [stdout] 4702 | | const VK_DISPLAY_PLANE_ALPHA_OPAQUE_BIT_KHR = 0x00000001, [INFO] [stdout] 4703 | | const VK_DISPLAY_PLANE_ALPHA_GLOBAL_BIT_KHR = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 4706 | | } [INFO] [stdout] 4707 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1314:5 [INFO] [stdout] | [INFO] [stdout] 1314 | / bitflags! { [INFO] [stdout] 1315 | | pub flags VkCommandBufferResetFlags: VkFlags { [INFO] [stdout] 1316 | | const VK_COMMAND_BUFFER_RESET_RELEASE_RESOURCES_BIT = 0x00000001 [INFO] [stdout] 1317 | | } [INFO] [stdout] 1318 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1320:5 [INFO] [stdout] | [INFO] [stdout] 1320 | / bitflags! { [INFO] [stdout] 1321 | | pub flags VkStencilFaceFlags: VkFlags { [INFO] [stdout] 1322 | | const VK_STENCIL_FACE_FRONT_BIT = 0x00000001, [INFO] [stdout] 1323 | | const VK_STENCIL_FACE_BACK_BIT = 0x00000002, [INFO] [stdout] 1324 | | const VK_STENCIL_FRONT_AND_BACK = 0x00000003 [INFO] [stdout] 1325 | | } [INFO] [stdout] 1326 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4849:75 [INFO] [stdout] | [INFO] [stdout] 4849 | ... vulkan_khr_display.vkGetInstanceProcAddr = Some(transmute(try!(vulkan_khr_display.library.as_ref().unwrap().symbol::("vkGetInst... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4856 | ... self.vkGetPhysicalDeviceDisplayPropertiesKHR = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceDisplayPropertiesKHR")... [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4857 | ... self.vkGetPhysicalDeviceDisplayPlanePropertiesKHR = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")... [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4858 | ... self.vkGetDisplayPlaneSupportedDisplaysKHR = Some(transmute(load_command!(self, instance, "vkGetDisplayPlaneSupportedDisplaysKHR")... [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4859 | self.vkGetDisplayModePropertiesKHR = Some(transmute(load_command!(self, instance, "vkGetDisplayModePropertiesKHR"))); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4860 | self.vkCreateDisplayModeKHR = Some(transmute(load_command!(self, instance, "vkCreateDisplayModeKHR"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4861 | self.vkGetDisplayPlaneCapabilitiesKHR = Some(transmute(load_command!(self, instance, "vkGetDisplayPlaneCapabilitiesKHR"))); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4862 | self.vkCreateDisplayPlaneSurfaceKHR = Some(transmute(load_command!(self, instance, "vkCreateDisplayPlaneSurfaceKHR"))); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4969:85 [INFO] [stdout] | [INFO] [stdout] 4969 | ... vulkan_khr_display_swapchain.vkGetInstanceProcAddr = Some(transmute(try!(vulkan_khr_display_swapchain.library.as_ref().unwrap().sym... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4976 | self.vkCreateSharedSwapchainsKHR = Some(transmute(load_command!(self, instance, "vkCreateSharedSwapchainsKHR"))); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1320:5 [INFO] [stdout] | [INFO] [stdout] 1320 | / bitflags! { [INFO] [stdout] 1321 | | pub flags VkStencilFaceFlags: VkFlags { [INFO] [stdout] 1322 | | const VK_STENCIL_FACE_FRONT_BIT = 0x00000001, [INFO] [stdout] 1323 | | const VK_STENCIL_FACE_BACK_BIT = 0x00000002, [INFO] [stdout] 1324 | | const VK_STENCIL_FRONT_AND_BACK = 0x00000003 [INFO] [stdout] 1325 | | } [INFO] [stdout] 1326 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:3643:68 [INFO] [stdout] | [INFO] [stdout] 3643 | ... vulkan_core.vkGetInstanceProcAddr = Some(transmute(try!(vulkan_core.library.as_ref().unwrap().symbol::("vkGetInstanceProcAddr")... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3645 | vulkan_core.vkCreateInstance = Some(transmute(load_command!(vulkan_core, VkInstance::null(), "vkCreateInstance"))); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3646 | ... vulkan_core.vkEnumerateInstanceExtensionProperties = Some(transmute(load_command!(vulkan_core, VkInstance::null(), "vkEnumerateInstanceExtensionProperties")... [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3647 | ... vulkan_core.vkEnumerateInstanceLayerProperties = Some(transmute(load_command!(vulkan_core, VkInstance::null(), "vkEnumerateInstanceLayerProperties")... [INFO] [stdout] | ------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3655 | self.vkDestroyInstance = Some(transmute(load_command!(self, instance, "vkDestroyInstance"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3656 | self.vkEnumeratePhysicalDevices = Some(transmute(load_command!(self, instance, "vkEnumeratePhysicalDevices"))); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3657 | self.vkGetPhysicalDeviceFeatures = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceFeatures"))); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3658 | ... self.vkGetPhysicalDeviceFormatProperties = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceFormatProperties"))); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3659 | ... self.vkGetPhysicalDeviceImageFormatProperties = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceImageFormatProperties")... [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3660 | self.vkGetPhysicalDeviceProperties = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceProperties"))); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3661 | ... self.vkGetPhysicalDeviceQueueFamilyProperties = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceQueueFamilyProperties")... [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3662 | ... self.vkGetPhysicalDeviceMemoryProperties = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceMemoryProperties"))); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3663 | self.vkGetInstanceProcAddr = Some(transmute(load_command!(self, instance, "vkGetInstanceProcAddr"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3664 | self.vkGetDeviceProcAddr = Some(transmute(load_command!(self, instance, "vkGetDeviceProcAddr"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3665 | self.vkCreateDevice = Some(transmute(load_command!(self, instance, "vkCreateDevice"))); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3666 | self.vkDestroyDevice = Some(transmute(load_command!(self, instance, "vkDestroyDevice"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3668 | ... self.vkEnumerateDeviceExtensionProperties = Some(transmute(load_command!(self, instance, "vkEnumerateDeviceExtensionProperties")... [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3670 | self.vkEnumerateDeviceLayerProperties = Some(transmute(load_command!(self, instance, "vkEnumerateDeviceLayerProperties"))); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3671 | self.vkGetDeviceQueue = Some(transmute(load_command!(self, instance, "vkGetDeviceQueue"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3672 | self.vkQueueSubmit = Some(transmute(load_command!(self, instance, "vkQueueSubmit"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3673 | self.vkQueueWaitIdle = Some(transmute(load_command!(self, instance, "vkQueueWaitIdle"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3674 | self.vkDeviceWaitIdle = Some(transmute(load_command!(self, instance, "vkDeviceWaitIdle"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3675 | self.vkAllocateMemory = Some(transmute(load_command!(self, instance, "vkAllocateMemory"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3676 | self.vkFreeMemory = Some(transmute(load_command!(self, instance, "vkFreeMemory"))); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3677 | self.vkMapMemory = Some(transmute(load_command!(self, instance, "vkMapMemory"))); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3678 | self.vkUnmapMemory = Some(transmute(load_command!(self, instance, "vkUnmapMemory"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3679 | self.vkFlushMappedMemoryRanges = Some(transmute(load_command!(self, instance, "vkFlushMappedMemoryRanges"))); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3680 | self.vkInvalidateMappedMemoryRanges = Some(transmute(load_command!(self, instance, "vkInvalidateMappedMemoryRanges"))); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3681 | self.vkGetDeviceMemoryCommitment = Some(transmute(load_command!(self, instance, "vkGetDeviceMemoryCommitment"))); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3682 | self.vkBindBufferMemory = Some(transmute(load_command!(self, instance, "vkBindBufferMemory"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3683 | self.vkBindImageMemory = Some(transmute(load_command!(self, instance, "vkBindImageMemory"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3684 | self.vkGetBufferMemoryRequirements = Some(transmute(load_command!(self, instance, "vkGetBufferMemoryRequirements"))); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3685 | self.vkGetImageMemoryRequirements = Some(transmute(load_command!(self, instance, "vkGetImageMemoryRequirements"))); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:5050:81 [INFO] [stdout] | [INFO] [stdout] 5050 | ... vulkan_khr_win32_surface.vkGetInstanceProcAddr = Some(transmute(try!(vulkan_khr_win32_surface.library.as_ref().unwrap().symbol:: src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 5057 | self.vkCreateWin32SurfaceKHR = Some(transmute(load_command!(self, instance, "vkCreateWin32SurfaceKHR"))); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 5058 | ... self.vkGetPhysicalDeviceWin32PresentationSupportKHR = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceWin32PresentationSupportKHR")... [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:5143:5 [INFO] [stdout] | [INFO] [stdout] 5143 | / bitflags! { [INFO] [stdout] 5144 | | pub flags VkDebugReportFlagsEXT: VkFlags { [INFO] [stdout] 5145 | | const VK_DEBUG_REPORT_INFORMATION_BIT_EXT = 0x00000001, [INFO] [stdout] 5146 | | const VK_DEBUG_REPORT_WARNING_BIT_EXT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 5150 | | } [INFO] [stdout] 5151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:5143:5 [INFO] [stdout] | [INFO] [stdout] 5143 | / bitflags! { [INFO] [stdout] 5144 | | pub flags VkDebugReportFlagsEXT: VkFlags { [INFO] [stdout] 5145 | | const VK_DEBUG_REPORT_INFORMATION_BIT_EXT = 0x00000001, [INFO] [stdout] 5146 | | const VK_DEBUG_REPORT_WARNING_BIT_EXT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 5150 | | } [INFO] [stdout] 5151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:5215:80 [INFO] [stdout] | [INFO] [stdout] 5215 | ... vulkan_ext_debug_report.vkGetInstanceProcAddr = Some(transmute(try!(vulkan_ext_debug_report.library.as_ref().unwrap().symbol::(... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 5222 | self.vkCreateDebugReportCallbackEXT = Some(transmute(load_command!(self, instance, "vkCreateDebugReportCallbackEXT"))); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 5223 | self.vkDestroyDebugReportCallbackEXT = Some(transmute(load_command!(self, instance, "vkDestroyDebugReportCallbackEXT"))); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 5224 | self.vkDebugReportMessageEXT = Some(transmute(load_command!(self, instance, "vkDebugReportMessageEXT"))); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3686 | ... self.vkGetImageSparseMemoryRequirements = Some(transmute(load_command!(self, instance, "vkGetImageSparseMemoryRequirements"))); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3687 | ... self.vkGetPhysicalDeviceSparseImageFormatProperties = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceSparseImageFormatProperties")... [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3688 | self.vkQueueBindSparse = Some(transmute(load_command!(self, instance, "vkQueueBindSparse"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3689 | self.vkCreateFence = Some(transmute(load_command!(self, instance, "vkCreateFence"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3690 | self.vkDestroyFence = Some(transmute(load_command!(self, instance, "vkDestroyFence"))); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3691 | self.vkResetFences = Some(transmute(load_command!(self, instance, "vkResetFences"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3692 | self.vkGetFenceStatus = Some(transmute(load_command!(self, instance, "vkGetFenceStatus"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3693 | self.vkWaitForFences = Some(transmute(load_command!(self, instance, "vkWaitForFences"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3694 | self.vkCreateSemaphore = Some(transmute(load_command!(self, instance, "vkCreateSemaphore"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3695 | self.vkDestroySemaphore = Some(transmute(load_command!(self, instance, "vkDestroySemaphore"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3696 | self.vkCreateEvent = Some(transmute(load_command!(self, instance, "vkCreateEvent"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3697 | self.vkDestroyEvent = Some(transmute(load_command!(self, instance, "vkDestroyEvent"))); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3698 | self.vkGetEventStatus = Some(transmute(load_command!(self, instance, "vkGetEventStatus"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3699 | self.vkSetEvent = Some(transmute(load_command!(self, instance, "vkSetEvent"))); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3700 | self.vkResetEvent = Some(transmute(load_command!(self, instance, "vkResetEvent"))); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3701 | self.vkCreateQueryPool = Some(transmute(load_command!(self, instance, "vkCreateQueryPool"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3702 | self.vkDestroyQueryPool = Some(transmute(load_command!(self, instance, "vkDestroyQueryPool"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3703 | self.vkGetQueryPoolResults = Some(transmute(load_command!(self, instance, "vkGetQueryPoolResults"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3704 | self.vkCreateBuffer = Some(transmute(load_command!(self, instance, "vkCreateBuffer"))); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3705 | self.vkDestroyBuffer = Some(transmute(load_command!(self, instance, "vkDestroyBuffer"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3706 | self.vkCreateBufferView = Some(transmute(load_command!(self, instance, "vkCreateBufferView"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3707 | self.vkDestroyBufferView = Some(transmute(load_command!(self, instance, "vkDestroyBufferView"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3708 | self.vkCreateImage = Some(transmute(load_command!(self, instance, "vkCreateImage"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3709 | self.vkDestroyImage = Some(transmute(load_command!(self, instance, "vkDestroyImage"))); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3710 | self.vkGetImageSubresourceLayout = Some(transmute(load_command!(self, instance, "vkGetImageSubresourceLayout"))); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3711 | self.vkCreateImageView = Some(transmute(load_command!(self, instance, "vkCreateImageView"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3712 | self.vkDestroyImageView = Some(transmute(load_command!(self, instance, "vkDestroyImageView"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3713 | self.vkCreateShaderModule = Some(transmute(load_command!(self, instance, "vkCreateShaderModule"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3714 | self.vkDestroyShaderModule = Some(transmute(load_command!(self, instance, "vkDestroyShaderModule"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3715 | self.vkCreatePipelineCache = Some(transmute(load_command!(self, instance, "vkCreatePipelineCache"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3716 | self.vkDestroyPipelineCache = Some(transmute(load_command!(self, instance, "vkDestroyPipelineCache"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3717 | self.vkGetPipelineCacheData = Some(transmute(load_command!(self, instance, "vkGetPipelineCacheData"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3718 | self.vkMergePipelineCaches = Some(transmute(load_command!(self, instance, "vkMergePipelineCaches"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3719 | self.vkCreateGraphicsPipelines = Some(transmute(load_command!(self, instance, "vkCreateGraphicsPipelines"))); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3720 | self.vkCreateComputePipelines = Some(transmute(load_command!(self, instance, "vkCreateComputePipelines"))); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3721 | self.vkDestroyPipeline = Some(transmute(load_command!(self, instance, "vkDestroyPipeline"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3722 | self.vkCreatePipelineLayout = Some(transmute(load_command!(self, instance, "vkCreatePipelineLayout"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3723 | self.vkDestroyPipelineLayout = Some(transmute(load_command!(self, instance, "vkDestroyPipelineLayout"))); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3724 | self.vkCreateSampler = Some(transmute(load_command!(self, instance, "vkCreateSampler"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3725 | self.vkDestroySampler = Some(transmute(load_command!(self, instance, "vkDestroySampler"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3726 | self.vkCreateDescriptorSetLayout = Some(transmute(load_command!(self, instance, "vkCreateDescriptorSetLayout"))); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3727 | self.vkDestroyDescriptorSetLayout = Some(transmute(load_command!(self, instance, "vkDestroyDescriptorSetLayout"))); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3728 | self.vkCreateDescriptorPool = Some(transmute(load_command!(self, instance, "vkCreateDescriptorPool"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3729 | self.vkDestroyDescriptorPool = Some(transmute(load_command!(self, instance, "vkDestroyDescriptorPool"))); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3730 | self.vkResetDescriptorPool = Some(transmute(load_command!(self, instance, "vkResetDescriptorPool"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3731 | self.vkAllocateDescriptorSets = Some(transmute(load_command!(self, instance, "vkAllocateDescriptorSets"))); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3732 | self.vkFreeDescriptorSets = Some(transmute(load_command!(self, instance, "vkFreeDescriptorSets"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3733 | self.vkUpdateDescriptorSets = Some(transmute(load_command!(self, instance, "vkUpdateDescriptorSets"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3734 | self.vkCreateFramebuffer = Some(transmute(load_command!(self, instance, "vkCreateFramebuffer"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3735 | self.vkDestroyFramebuffer = Some(transmute(load_command!(self, instance, "vkDestroyFramebuffer"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3736 | self.vkCreateRenderPass = Some(transmute(load_command!(self, instance, "vkCreateRenderPass"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3737 | self.vkDestroyRenderPass = Some(transmute(load_command!(self, instance, "vkDestroyRenderPass"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3738 | self.vkGetRenderAreaGranularity = Some(transmute(load_command!(self, instance, "vkGetRenderAreaGranularity"))); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3739 | self.vkCreateCommandPool = Some(transmute(load_command!(self, instance, "vkCreateCommandPool"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3740 | self.vkDestroyCommandPool = Some(transmute(load_command!(self, instance, "vkDestroyCommandPool"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3741 | self.vkResetCommandPool = Some(transmute(load_command!(self, instance, "vkResetCommandPool"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3742 | self.vkAllocateCommandBuffers = Some(transmute(load_command!(self, instance, "vkAllocateCommandBuffers"))); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3743 | self.vkFreeCommandBuffers = Some(transmute(load_command!(self, instance, "vkFreeCommandBuffers"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3744 | self.vkBeginCommandBuffer = Some(transmute(load_command!(self, instance, "vkBeginCommandBuffer"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3745 | self.vkEndCommandBuffer = Some(transmute(load_command!(self, instance, "vkEndCommandBuffer"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3746 | self.vkResetCommandBuffer = Some(transmute(load_command!(self, instance, "vkResetCommandBuffer"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3747 | self.vkCmdBindPipeline = Some(transmute(load_command!(self, instance, "vkCmdBindPipeline"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3748 | self.vkCmdSetViewport = Some(transmute(load_command!(self, instance, "vkCmdSetViewport"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3749 | self.vkCmdSetScissor = Some(transmute(load_command!(self, instance, "vkCmdSetScissor"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3750 | self.vkCmdSetLineWidth = Some(transmute(load_command!(self, instance, "vkCmdSetLineWidth"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3751 | self.vkCmdSetDepthBias = Some(transmute(load_command!(self, instance, "vkCmdSetDepthBias"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3752 | self.vkCmdSetBlendConstants = Some(transmute(load_command!(self, instance, "vkCmdSetBlendConstants"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3753 | self.vkCmdSetDepthBounds = Some(transmute(load_command!(self, instance, "vkCmdSetDepthBounds"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3754 | self.vkCmdSetStencilCompareMask = Some(transmute(load_command!(self, instance, "vkCmdSetStencilCompareMask"))); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3755 | self.vkCmdSetStencilWriteMask = Some(transmute(load_command!(self, instance, "vkCmdSetStencilWriteMask"))); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3756 | self.vkCmdSetStencilReference = Some(transmute(load_command!(self, instance, "vkCmdSetStencilReference"))); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3757 | self.vkCmdBindDescriptorSets = Some(transmute(load_command!(self, instance, "vkCmdBindDescriptorSets"))); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3758 | self.vkCmdBindIndexBuffer = Some(transmute(load_command!(self, instance, "vkCmdBindIndexBuffer"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3759 | self.vkCmdBindVertexBuffers = Some(transmute(load_command!(self, instance, "vkCmdBindVertexBuffers"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3760 | self.vkCmdDraw = Some(transmute(load_command!(self, instance, "vkCmdDraw"))); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3761 | self.vkCmdDrawIndexed = Some(transmute(load_command!(self, instance, "vkCmdDrawIndexed"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3762 | self.vkCmdDrawIndirect = Some(transmute(load_command!(self, instance, "vkCmdDrawIndirect"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3763 | self.vkCmdDrawIndexedIndirect = Some(transmute(load_command!(self, instance, "vkCmdDrawIndexedIndirect"))); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3764 | self.vkCmdDispatch = Some(transmute(load_command!(self, instance, "vkCmdDispatch"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3765 | self.vkCmdDispatchIndirect = Some(transmute(load_command!(self, instance, "vkCmdDispatchIndirect"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3766 | self.vkCmdCopyBuffer = Some(transmute(load_command!(self, instance, "vkCmdCopyBuffer"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3767 | self.vkCmdCopyImage = Some(transmute(load_command!(self, instance, "vkCmdCopyImage"))); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3768 | self.vkCmdBlitImage = Some(transmute(load_command!(self, instance, "vkCmdBlitImage"))); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3769 | self.vkCmdCopyBufferToImage = Some(transmute(load_command!(self, instance, "vkCmdCopyBufferToImage"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3770 | self.vkCmdCopyImageToBuffer = Some(transmute(load_command!(self, instance, "vkCmdCopyImageToBuffer"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3771 | self.vkCmdUpdateBuffer = Some(transmute(load_command!(self, instance, "vkCmdUpdateBuffer"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3772 | self.vkCmdFillBuffer = Some(transmute(load_command!(self, instance, "vkCmdFillBuffer"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3773 | self.vkCmdClearColorImage = Some(transmute(load_command!(self, instance, "vkCmdClearColorImage"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3774 | self.vkCmdClearDepthStencilImage = Some(transmute(load_command!(self, instance, "vkCmdClearDepthStencilImage"))); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3775 | self.vkCmdClearAttachments = Some(transmute(load_command!(self, instance, "vkCmdClearAttachments"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3776 | self.vkCmdResolveImage = Some(transmute(load_command!(self, instance, "vkCmdResolveImage"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3777 | self.vkCmdSetEvent = Some(transmute(load_command!(self, instance, "vkCmdSetEvent"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3778 | self.vkCmdResetEvent = Some(transmute(load_command!(self, instance, "vkCmdResetEvent"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3779 | self.vkCmdWaitEvents = Some(transmute(load_command!(self, instance, "vkCmdWaitEvents"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3780 | self.vkCmdPipelineBarrier = Some(transmute(load_command!(self, instance, "vkCmdPipelineBarrier"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3781 | self.vkCmdBeginQuery = Some(transmute(load_command!(self, instance, "vkCmdBeginQuery"))); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3782 | self.vkCmdEndQuery = Some(transmute(load_command!(self, instance, "vkCmdEndQuery"))); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3783 | self.vkCmdResetQueryPool = Some(transmute(load_command!(self, instance, "vkCmdResetQueryPool"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3784 | self.vkCmdWriteTimestamp = Some(transmute(load_command!(self, instance, "vkCmdWriteTimestamp"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3785 | self.vkCmdCopyQueryPoolResults = Some(transmute(load_command!(self, instance, "vkCmdCopyQueryPoolResults"))); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3786 | self.vkCmdPushConstants = Some(transmute(load_command!(self, instance, "vkCmdPushConstants"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3787 | self.vkCmdBeginRenderPass = Some(transmute(load_command!(self, instance, "vkCmdBeginRenderPass"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3788 | self.vkCmdNextSubpass = Some(transmute(load_command!(self, instance, "vkCmdNextSubpass"))); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3789 | self.vkCmdEndRenderPass = Some(transmute(load_command!(self, instance, "vkCmdEndRenderPass"))); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 3790 | self.vkCmdExecuteCommands = Some(transmute(load_command!(self, instance, "vkCmdExecuteCommands"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4383:5 [INFO] [stdout] | [INFO] [stdout] 4383 | / bitflags! { [INFO] [stdout] 4384 | | pub flags VkSurfaceTransformFlagsKHR: VkFlags { [INFO] [stdout] 4385 | | const VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR = 0x00000001, [INFO] [stdout] 4386 | | const VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 4394 | | } [INFO] [stdout] 4395 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4383:5 [INFO] [stdout] | [INFO] [stdout] 4383 | / bitflags! { [INFO] [stdout] 4384 | | pub flags VkSurfaceTransformFlagsKHR: VkFlags { [INFO] [stdout] 4385 | | const VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR = 0x00000001, [INFO] [stdout] 4386 | | const VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 4394 | | } [INFO] [stdout] 4395 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4397:5 [INFO] [stdout] | [INFO] [stdout] 4397 | / bitflags! { [INFO] [stdout] 4398 | | pub flags VkCompositeAlphaFlagsKHR: VkFlags { [INFO] [stdout] 4399 | | const VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR = 0x00000001, [INFO] [stdout] 4400 | | const VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 4403 | | } [INFO] [stdout] 4404 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4397:5 [INFO] [stdout] | [INFO] [stdout] 4397 | / bitflags! { [INFO] [stdout] 4398 | | pub flags VkCompositeAlphaFlagsKHR: VkFlags { [INFO] [stdout] 4399 | | const VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR = 0x00000001, [INFO] [stdout] 4400 | | const VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 4403 | | } [INFO] [stdout] 4404 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4472:75 [INFO] [stdout] | [INFO] [stdout] 4472 | ... vulkan_khr_surface.vkGetInstanceProcAddr = Some(transmute(try!(vulkan_khr_surface.library.as_ref().unwrap().symbol::("vkGetInst... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4479 | self.vkDestroySurfaceKHR = Some(transmute(load_command!(self, instance, "vkDestroySurfaceKHR"))); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4480 | ... self.vkGetPhysicalDeviceSurfaceSupportKHR = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceSurfaceSupportKHR")... [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4481 | ... self.vkGetPhysicalDeviceSurfaceCapabilitiesKHR = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")... [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4482 | ... self.vkGetPhysicalDeviceSurfaceFormatsKHR = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceSurfaceFormatsKHR")... [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4483 | ... self.vkGetPhysicalDeviceSurfacePresentModesKHR = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceSurfacePresentModesKHR")... [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4628:77 [INFO] [stdout] | [INFO] [stdout] 4628 | ... vulkan_khr_swapchain.vkGetInstanceProcAddr = Some(transmute(try!(vulkan_khr_swapchain.library.as_ref().unwrap().symbol::("vkGet... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4635 | self.vkCreateSwapchainKHR = Some(transmute(load_command!(self, instance, "vkCreateSwapchainKHR"))); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4636 | self.vkDestroySwapchainKHR = Some(transmute(load_command!(self, instance, "vkDestroySwapchainKHR"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4637 | self.vkGetSwapchainImagesKHR = Some(transmute(load_command!(self, instance, "vkGetSwapchainImagesKHR"))); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4638 | self.vkAcquireNextImageKHR = Some(transmute(load_command!(self, instance, "vkAcquireNextImageKHR"))); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4639 | self.vkQueuePresentKHR = Some(transmute(load_command!(self, instance, "vkQueuePresentKHR"))); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4700:5 [INFO] [stdout] | [INFO] [stdout] 4700 | / bitflags! { [INFO] [stdout] 4701 | | pub flags VkDisplayPlaneAlphaFlagsKHR: VkFlags { [INFO] [stdout] 4702 | | const VK_DISPLAY_PLANE_ALPHA_OPAQUE_BIT_KHR = 0x00000001, [INFO] [stdout] 4703 | | const VK_DISPLAY_PLANE_ALPHA_GLOBAL_BIT_KHR = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 4706 | | } [INFO] [stdout] 4707 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4700:5 [INFO] [stdout] | [INFO] [stdout] 4700 | / bitflags! { [INFO] [stdout] 4701 | | pub flags VkDisplayPlaneAlphaFlagsKHR: VkFlags { [INFO] [stdout] 4702 | | const VK_DISPLAY_PLANE_ALPHA_OPAQUE_BIT_KHR = 0x00000001, [INFO] [stdout] 4703 | | const VK_DISPLAY_PLANE_ALPHA_GLOBAL_BIT_KHR = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 4706 | | } [INFO] [stdout] 4707 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4849:75 [INFO] [stdout] | [INFO] [stdout] 4849 | ... vulkan_khr_display.vkGetInstanceProcAddr = Some(transmute(try!(vulkan_khr_display.library.as_ref().unwrap().symbol::("vkGetInst... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4856 | ... self.vkGetPhysicalDeviceDisplayPropertiesKHR = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceDisplayPropertiesKHR")... [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4857 | ... self.vkGetPhysicalDeviceDisplayPlanePropertiesKHR = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")... [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4858 | ... self.vkGetDisplayPlaneSupportedDisplaysKHR = Some(transmute(load_command!(self, instance, "vkGetDisplayPlaneSupportedDisplaysKHR")... [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4859 | self.vkGetDisplayModePropertiesKHR = Some(transmute(load_command!(self, instance, "vkGetDisplayModePropertiesKHR"))); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4860 | self.vkCreateDisplayModeKHR = Some(transmute(load_command!(self, instance, "vkCreateDisplayModeKHR"))); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4861 | self.vkGetDisplayPlaneCapabilitiesKHR = Some(transmute(load_command!(self, instance, "vkGetDisplayPlaneCapabilitiesKHR"))); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4862 | self.vkCreateDisplayPlaneSurfaceKHR = Some(transmute(load_command!(self, instance, "vkCreateDisplayPlaneSurfaceKHR"))); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:4969:85 [INFO] [stdout] | [INFO] [stdout] 4969 | ... vulkan_khr_display_swapchain.vkGetInstanceProcAddr = Some(transmute(try!(vulkan_khr_display_swapchain.library.as_ref().unwrap().sym... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 4976 | self.vkCreateSharedSwapchainsKHR = Some(transmute(load_command!(self, instance, "vkCreateSharedSwapchainsKHR"))); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:5050:81 [INFO] [stdout] | [INFO] [stdout] 5050 | ... vulkan_khr_win32_surface.vkGetInstanceProcAddr = Some(transmute(try!(vulkan_khr_win32_surface.library.as_ref().unwrap().symbol:: src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 5057 | self.vkCreateWin32SurfaceKHR = Some(transmute(load_command!(self, instance, "vkCreateWin32SurfaceKHR"))); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | ... try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 5058 | ... self.vkGetPhysicalDeviceWin32PresentationSupportKHR = Some(transmute(load_command!(self, instance, "vkGetPhysicalDeviceWin32PresentationSupportKHR")... [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:5143:5 [INFO] [stdout] | [INFO] [stdout] 5143 | / bitflags! { [INFO] [stdout] 5144 | | pub flags VkDebugReportFlagsEXT: VkFlags { [INFO] [stdout] 5145 | | const VK_DEBUG_REPORT_INFORMATION_BIT_EXT = 0x00000001, [INFO] [stdout] 5146 | | const VK_DEBUG_REPORT_WARNING_BIT_EXT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 5150 | | } [INFO] [stdout] 5151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:5143:5 [INFO] [stdout] | [INFO] [stdout] 5143 | / bitflags! { [INFO] [stdout] 5144 | | pub flags VkDebugReportFlagsEXT: VkFlags { [INFO] [stdout] 5145 | | const VK_DEBUG_REPORT_INFORMATION_BIT_EXT = 0x00000001, [INFO] [stdout] 5146 | | const VK_DEBUG_REPORT_WARNING_BIT_EXT = 0x00000002, [INFO] [stdout] ... | [INFO] [stdout] 5150 | | } [INFO] [stdout] 5151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:5215:80 [INFO] [stdout] | [INFO] [stdout] 5215 | ... vulkan_ext_debug_report.vkGetInstanceProcAddr = Some(transmute(try!(vulkan_ext_debug_report.library.as_ref().unwrap().symbol::(... [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 5222 | self.vkCreateDebugReportCallbackEXT = Some(transmute(load_command!(self, instance, "vkCreateDebugReportCallbackEXT"))); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 5223 | self.vkDestroyDebugReportCallbackEXT = Some(transmute(load_command!(self, instance, "vkDestroyDebugReportCallbackEXT"))); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 5224 | self.vkDebugReportMessageEXT = Some(transmute(load_command!(self, instance, "vkDebugReportMessageEXT"))); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:65:34 [INFO] [stdout] | [INFO] [stdout] 65 | use ::libc::{c_void, c_char, uint32_t, size_t, uint64_t, c_float, int32_t, uint8_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:65:52 [INFO] [stdout] | [INFO] [stdout] 65 | use ::libc::{c_void, c_char, uint32_t, size_t, uint64_t, c_float, int32_t, uint8_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:65:71 [INFO] [stdout] | [INFO] [stdout] 65 | use ::libc::{c_void, c_char, uint32_t, size_t, uint64_t, c_float, int32_t, uint8_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/lib.rs:65:80 [INFO] [stdout] | [INFO] [stdout] 65 | use ::libc::{c_void, c_char, uint32_t, size_t, uint64_t, c_float, int32_t, uint8_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:77:35 [INFO] [stdout] | [INFO] [stdout] 77 | pub const VK_API_VERSION_1_0: uint32_t = VK_MAKE_VERSION!(1,0,0); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:130:24 [INFO] [stdout] | [INFO] [stdout] 130 | pub type VkFlags = uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:131:25 [INFO] [stdout] | [INFO] [stdout] 131 | pub type VkBool32 = uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:132:29 [INFO] [stdout] | [INFO] [stdout] 132 | pub type VkDeviceSize = uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:133:29 [INFO] [stdout] | [INFO] [stdout] 133 | pub type VkSampleMask = uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:162:39 [INFO] [stdout] | [INFO] [stdout] 162 | pub const VK_REMAINING_MIP_LEVELS:uint32_t = !0x0u32; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:163:41 [INFO] [stdout] | [INFO] [stdout] 163 | pub const VK_REMAINING_ARRAY_LAYERS:uint32_t = !0x0u32; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:164:29 [INFO] [stdout] | [INFO] [stdout] 164 | pub const VK_WHOLE_SIZE:uint64_t = !0x0u64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:165:36 [INFO] [stdout] | [INFO] [stdout] 165 | pub const VK_ATTACHMENT_UNUSED:uint32_t = !0x0u32; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:166:23 [INFO] [stdout] | [INFO] [stdout] 166 | pub const VK_TRUE:uint32_t = 1u32; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:167:24 [INFO] [stdout] | [INFO] [stdout] 167 | pub const VK_FALSE:uint32_t = 0u32; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:168:39 [INFO] [stdout] | [INFO] [stdout] 168 | pub const VK_QUEUE_FAMILY_IGNORED:uint32_t = !0x0u32; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:169:35 [INFO] [stdout] | [INFO] [stdout] 169 | pub const VK_SUBPASS_EXTERNAL:uint32_t = !0x0u32; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:2655:16 [INFO] [stdout] | [INFO] [stdout] 2655 | Int32([int32_t;4]), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2656:17 [INFO] [stdout] | [INFO] [stdout] 2656 | UInt32([uint32_t;4]) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2839:99 [INFO] [stdout] | [INFO] [stdout] 2839 | ... pPhysicalDeviceCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2861:118 [INFO] [stdout] | [INFO] [stdout] 2861 | ... pQueueFamilyPropertyCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2882:105 [INFO] [stdout] | [INFO] [stdout] 2882 | ... pPropertyCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2887:103 [INFO] [stdout] | [INFO] [stdout] 2887 | ... pPropertyCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2890:101 [INFO] [stdout] | [INFO] [stdout] 2890 | pub type vkEnumerateInstanceLayerPropertiesFn = unsafe extern "stdcall" fn(pPropertyCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2894:99 [INFO] [stdout] | [INFO] [stdout] 2894 | ... pPropertyCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2898:80 [INFO] [stdout] | [INFO] [stdout] 2898 | ... queueFamilyIndex: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2899:74 [INFO] [stdout] | [INFO] [stdout] 2899 | ... queueIndex: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2903:72 [INFO] [stdout] | [INFO] [stdout] 2903 | ... submitCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2931:89 [INFO] [stdout] | [INFO] [stdout] 2931 | ... memoryRangeCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2935:94 [INFO] [stdout] | [INFO] [stdout] 2935 | ... memoryRangeCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2962:116 [INFO] [stdout] | [INFO] [stdout] 2962 | ... pSparseMemoryRequirementCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2971:113 [INFO] [stdout] | [INFO] [stdout] 2971 | ... pPropertyCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2974:78 [INFO] [stdout] | [INFO] [stdout] 2974 | ... bindInfoCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2988:71 [INFO] [stdout] | [INFO] [stdout] 2988 | ... fenceCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2995:73 [INFO] [stdout] | [INFO] [stdout] 2995 | ... fenceCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:2998:70 [INFO] [stdout] | [INFO] [stdout] 2998 | ... timeout: uint64_t) -> VkResult; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3038:79 [INFO] [stdout] | [INFO] [stdout] 3038 | ... firstQuery: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3039:79 [INFO] [stdout] | [INFO] [stdout] 3039 | ... queryCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3111:82 [INFO] [stdout] | [INFO] [stdout] 3111 | ... srcCacheCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3116:88 [INFO] [stdout] | [INFO] [stdout] 3116 | ... createInfoCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3123:87 [INFO] [stdout] | [INFO] [stdout] 3123 | ... createInfoCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3178:86 [INFO] [stdout] | [INFO] [stdout] 3178 | ... descriptorSetCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3182:90 [INFO] [stdout] | [INFO] [stdout] 3182 | ... descriptorWriteCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3184:89 [INFO] [stdout] | [INFO] [stdout] 3184 | ... descriptorCopyCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3228:86 [INFO] [stdout] | [INFO] [stdout] 3228 | ... commandBufferCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3244:77 [INFO] [stdout] | [INFO] [stdout] 3244 | ... firstViewport: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3245:77 [INFO] [stdout] | [INFO] [stdout] 3245 | ... viewportCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3249:75 [INFO] [stdout] | [INFO] [stdout] 3249 | ... firstScissor: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3250:75 [INFO] [stdout] | [INFO] [stdout] 3250 | ... scissorCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3271:85 [INFO] [stdout] | [INFO] [stdout] 3271 | ... compareMask: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3275:81 [INFO] [stdout] | [INFO] [stdout] 3275 | ... writeMask: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3279:81 [INFO] [stdout] | [INFO] [stdout] 3279 | ... reference: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3284:79 [INFO] [stdout] | [INFO] [stdout] 3284 | ... firstSet: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3285:89 [INFO] [stdout] | [INFO] [stdout] 3285 | ... descriptorSetCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3287:89 [INFO] [stdout] | [INFO] [stdout] 3287 | ... dynamicOffsetCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3288:93 [INFO] [stdout] | [INFO] [stdout] 3288 | ... pDynamicOffsets: *const uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3296:82 [INFO] [stdout] | [INFO] [stdout] 3296 | ... firstBinding: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3297:82 [INFO] [stdout] | [INFO] [stdout] 3297 | ... bindingCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3302:68 [INFO] [stdout] | [INFO] [stdout] 3302 | ... vertexCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3303:70 [INFO] [stdout] | [INFO] [stdout] 3303 | ... instanceCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3304:68 [INFO] [stdout] | [INFO] [stdout] 3304 | ... firstVertex: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3305:70 [INFO] [stdout] | [INFO] [stdout] 3305 | ... firstInstance: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3308:74 [INFO] [stdout] | [INFO] [stdout] 3308 | ... indexCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3309:77 [INFO] [stdout] | [INFO] [stdout] 3309 | ... instanceCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3310:74 [INFO] [stdout] | [INFO] [stdout] 3310 | ... firstIndex: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:3311:76 [INFO] [stdout] | [INFO] [stdout] 3311 | ... vertexOffset: int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3312:77 [INFO] [stdout] | [INFO] [stdout] 3312 | ... firstInstance: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3317:74 [INFO] [stdout] | [INFO] [stdout] 3317 | ... drawCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3318:71 [INFO] [stdout] | [INFO] [stdout] 3318 | ... stride: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3323:81 [INFO] [stdout] | [INFO] [stdout] 3323 | ... drawCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3324:78 [INFO] [stdout] | [INFO] [stdout] 3324 | ... stride: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3327:62 [INFO] [stdout] | [INFO] [stdout] 3327 | ... x: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3328:62 [INFO] [stdout] | [INFO] [stdout] 3328 | ... y: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3329:62 [INFO] [stdout] | [INFO] [stdout] 3329 | ... z: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3338:74 [INFO] [stdout] | [INFO] [stdout] 3338 | ... regionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3346:73 [INFO] [stdout] | [INFO] [stdout] 3346 | ... regionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3354:73 [INFO] [stdout] | [INFO] [stdout] 3354 | ... regionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3362:81 [INFO] [stdout] | [INFO] [stdout] 3362 | ... regionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:65:34 [INFO] [stdout] | [INFO] [stdout] 65 | use ::libc::{c_void, c_char, uint32_t, size_t, uint64_t, c_float, int32_t, uint8_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3369:81 [INFO] [stdout] | [INFO] [stdout] 3369 | ... regionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3376:77 [INFO] [stdout] | [INFO] [stdout] 3376 | ... pData: *const uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:65:52 [INFO] [stdout] | [INFO] [stdout] 65 | use ::libc::{c_void, c_char, uint32_t, size_t, uint64_t, c_float, int32_t, uint8_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3382:67 [INFO] [stdout] | [INFO] [stdout] 3382 | ... data: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:65:71 [INFO] [stdout] | [INFO] [stdout] 65 | use ::libc::{c_void, c_char, uint32_t, size_t, uint64_t, c_float, int32_t, uint8_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3388:78 [INFO] [stdout] | [INFO] [stdout] 3388 | ... rangeCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/lib.rs:65:80 [INFO] [stdout] | [INFO] [stdout] 65 | use ::libc::{c_void, c_char, uint32_t, size_t, uint64_t, c_float, int32_t, uint8_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3395:85 [INFO] [stdout] | [INFO] [stdout] 3395 | ... rangeCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:77:35 [INFO] [stdout] | [INFO] [stdout] 77 | pub const VK_API_VERSION_1_0: uint32_t = VK_MAKE_VERSION!(1,0,0); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3399:84 [INFO] [stdout] | [INFO] [stdout] 3399 | ... attachmentCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:130:24 [INFO] [stdout] | [INFO] [stdout] 130 | pub type VkFlags = uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3401:78 [INFO] [stdout] | [INFO] [stdout] 3401 | ... rectCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:131:25 [INFO] [stdout] | [INFO] [stdout] 131 | pub type VkBool32 = uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3409:76 [INFO] [stdout] | [INFO] [stdout] 3409 | ... regionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:132:29 [INFO] [stdout] | [INFO] [stdout] 132 | pub type VkDeviceSize = uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:133:29 [INFO] [stdout] | [INFO] [stdout] 133 | pub type VkSampleMask = uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3421:73 [INFO] [stdout] | [INFO] [stdout] 3421 | ... eventCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:162:39 [INFO] [stdout] | [INFO] [stdout] 162 | pub const VK_REMAINING_MIP_LEVELS:uint32_t = !0x0u32; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3425:81 [INFO] [stdout] | [INFO] [stdout] 3425 | ... memoryBarrierCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3427:87 [INFO] [stdout] | [INFO] [stdout] 3427 | ... bufferMemoryBarrierCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:163:41 [INFO] [stdout] | [INFO] [stdout] 163 | pub const VK_REMAINING_ARRAY_LAYERS:uint32_t = !0x0u32; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:164:29 [INFO] [stdout] | [INFO] [stdout] 164 | pub const VK_WHOLE_SIZE:uint64_t = !0x0u64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:165:36 [INFO] [stdout] | [INFO] [stdout] 165 | pub const VK_ATTACHMENT_UNUSED:uint32_t = !0x0u32; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:166:23 [INFO] [stdout] | [INFO] [stdout] 166 | pub const VK_TRUE:uint32_t = 1u32; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:167:24 [INFO] [stdout] | [INFO] [stdout] 167 | pub const VK_FALSE:uint32_t = 0u32; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:168:39 [INFO] [stdout] | [INFO] [stdout] 168 | pub const VK_QUEUE_FAMILY_IGNORED:uint32_t = !0x0u32; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:169:35 [INFO] [stdout] | [INFO] [stdout] 169 | pub const VK_SUBPASS_EXTERNAL:uint32_t = !0x0u32; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:2655:16 [INFO] [stdout] | [INFO] [stdout] 2655 | Int32([int32_t;4]), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2656:17 [INFO] [stdout] | [INFO] [stdout] 2656 | UInt32([uint32_t;4]) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2839:99 [INFO] [stdout] | [INFO] [stdout] 2839 | ... pPhysicalDeviceCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2861:118 [INFO] [stdout] | [INFO] [stdout] 2861 | ... pQueueFamilyPropertyCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2882:105 [INFO] [stdout] | [INFO] [stdout] 2882 | ... pPropertyCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2887:103 [INFO] [stdout] | [INFO] [stdout] 2887 | ... pPropertyCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2890:101 [INFO] [stdout] | [INFO] [stdout] 2890 | pub type vkEnumerateInstanceLayerPropertiesFn = unsafe extern "stdcall" fn(pPropertyCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2894:99 [INFO] [stdout] | [INFO] [stdout] 2894 | ... pPropertyCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2898:80 [INFO] [stdout] | [INFO] [stdout] 2898 | ... queueFamilyIndex: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2899:74 [INFO] [stdout] | [INFO] [stdout] 2899 | ... queueIndex: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2903:72 [INFO] [stdout] | [INFO] [stdout] 2903 | ... submitCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2931:89 [INFO] [stdout] | [INFO] [stdout] 2931 | ... memoryRangeCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2935:94 [INFO] [stdout] | [INFO] [stdout] 2935 | ... memoryRangeCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2962:116 [INFO] [stdout] | [INFO] [stdout] 2962 | ... pSparseMemoryRequirementCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2971:113 [INFO] [stdout] | [INFO] [stdout] 2971 | ... pPropertyCount: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2974:78 [INFO] [stdout] | [INFO] [stdout] 2974 | ... bindInfoCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2988:71 [INFO] [stdout] | [INFO] [stdout] 2988 | ... fenceCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2995:73 [INFO] [stdout] | [INFO] [stdout] 2995 | ... fenceCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:2998:70 [INFO] [stdout] | [INFO] [stdout] 2998 | ... timeout: uint64_t) -> VkResult; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3038:79 [INFO] [stdout] | [INFO] [stdout] 3038 | ... firstQuery: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3039:79 [INFO] [stdout] | [INFO] [stdout] 3039 | ... queryCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3111:82 [INFO] [stdout] | [INFO] [stdout] 3111 | ... srcCacheCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3116:88 [INFO] [stdout] | [INFO] [stdout] 3116 | ... createInfoCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3123:87 [INFO] [stdout] | [INFO] [stdout] 3123 | ... createInfoCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3178:86 [INFO] [stdout] | [INFO] [stdout] 3178 | ... descriptorSetCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3182:90 [INFO] [stdout] | [INFO] [stdout] 3182 | ... descriptorWriteCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3184:89 [INFO] [stdout] | [INFO] [stdout] 3184 | ... descriptorCopyCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3228:86 [INFO] [stdout] | [INFO] [stdout] 3228 | ... commandBufferCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3429:86 [INFO] [stdout] | [INFO] [stdout] 3429 | ... imageMemoryBarrierCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3436:86 [INFO] [stdout] | [INFO] [stdout] 3436 | ... memoryBarrierCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3438:92 [INFO] [stdout] | [INFO] [stdout] 3438 | ... bufferMemoryBarrierCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3440:91 [INFO] [stdout] | [INFO] [stdout] 3440 | ... imageMemoryBarrierCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3445:68 [INFO] [stdout] | [INFO] [stdout] 3445 | ... query: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3450:66 [INFO] [stdout] | [INFO] [stdout] 3450 | ... query: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3454:77 [INFO] [stdout] | [INFO] [stdout] 3454 | ... firstQuery: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3455:77 [INFO] [stdout] | [INFO] [stdout] 3455 | ... queryCount: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3460:72 [INFO] [stdout] | [INFO] [stdout] 3460 | ... query: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3464:83 [INFO] [stdout] | [INFO] [stdout] 3464 | ... firstQuery: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3465:83 [INFO] [stdout] | [INFO] [stdout] 3465 | ... queryCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3474:72 [INFO] [stdout] | [INFO] [stdout] 3474 | ... offset: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3475:70 [INFO] [stdout] | [INFO] [stdout] 3475 | ... size: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3488:86 [INFO] [stdout] | [INFO] [stdout] 3488 | ... commandBufferCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 139 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkSemaphore); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 141 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkFence); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkDeviceMemory); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 143 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkBuffer); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 144 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkImage); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkEvent); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkQueryPool); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkBufferView); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkImageView); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 149 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkShaderModule); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 150 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkPipelineCache); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 151 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkPipelineLayout); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 152 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkRenderPass); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 153 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkPipeline); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3244:77 [INFO] [stdout] | [INFO] [stdout] 3244 | ... firstViewport: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3245:77 [INFO] [stdout] | [INFO] [stdout] 3245 | ... viewportCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3249:75 [INFO] [stdout] | [INFO] [stdout] 3249 | ... firstScissor: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3250:75 [INFO] [stdout] | [INFO] [stdout] 3250 | ... scissorCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3271:85 [INFO] [stdout] | [INFO] [stdout] 3271 | ... compareMask: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3275:81 [INFO] [stdout] | [INFO] [stdout] 3275 | ... writeMask: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3279:81 [INFO] [stdout] | [INFO] [stdout] 3279 | ... reference: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3284:79 [INFO] [stdout] | [INFO] [stdout] 3284 | ... firstSet: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3285:89 [INFO] [stdout] | [INFO] [stdout] 3285 | ... descriptorSetCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3287:89 [INFO] [stdout] | [INFO] [stdout] 3287 | ... dynamicOffsetCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3288:93 [INFO] [stdout] | [INFO] [stdout] 3288 | ... pDynamicOffsets: *const uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3296:82 [INFO] [stdout] | [INFO] [stdout] 3296 | ... firstBinding: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3297:82 [INFO] [stdout] | [INFO] [stdout] 3297 | ... bindingCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3302:68 [INFO] [stdout] | [INFO] [stdout] 3302 | ... vertexCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3303:70 [INFO] [stdout] | [INFO] [stdout] 3303 | ... instanceCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3304:68 [INFO] [stdout] | [INFO] [stdout] 3304 | ... firstVertex: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3305:70 [INFO] [stdout] | [INFO] [stdout] 3305 | ... firstInstance: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3308:74 [INFO] [stdout] | [INFO] [stdout] 3308 | ... indexCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3309:77 [INFO] [stdout] | [INFO] [stdout] 3309 | ... instanceCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3310:74 [INFO] [stdout] | [INFO] [stdout] 3310 | ... firstIndex: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:3311:76 [INFO] [stdout] | [INFO] [stdout] 3311 | ... vertexOffset: int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3312:77 [INFO] [stdout] | [INFO] [stdout] 3312 | ... firstInstance: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 154 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkDescriptorSetLayout); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3317:74 [INFO] [stdout] | [INFO] [stdout] 3317 | ... drawCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 155 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkSampler); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkDescriptorPool); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3318:71 [INFO] [stdout] | [INFO] [stdout] 3318 | ... stride: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 157 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkDescriptorSet); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3323:81 [INFO] [stdout] | [INFO] [stdout] 3323 | ... drawCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3324:78 [INFO] [stdout] | [INFO] [stdout] 3324 | ... stride: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3327:62 [INFO] [stdout] | [INFO] [stdout] 3327 | ... x: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 158 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkFramebuffer); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3328:62 [INFO] [stdout] | [INFO] [stdout] 3328 | ... y: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3329:62 [INFO] [stdout] | [INFO] [stdout] 3329 | ... z: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3338:74 [INFO] [stdout] | [INFO] [stdout] 3338 | ... regionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkCommandPool); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3346:73 [INFO] [stdout] | [INFO] [stdout] 3346 | ... regionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3354:73 [INFO] [stdout] | [INFO] [stdout] 3354 | ... regionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3362:81 [INFO] [stdout] | [INFO] [stdout] 3362 | ... regionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3369:81 [INFO] [stdout] | [INFO] [stdout] 3369 | ... regionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3376:77 [INFO] [stdout] | [INFO] [stdout] 3376 | ... pData: *const uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3382:67 [INFO] [stdout] | [INFO] [stdout] 3382 | ... data: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3388:78 [INFO] [stdout] | [INFO] [stdout] 3388 | ... rangeCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3395:85 [INFO] [stdout] | [INFO] [stdout] 3395 | ... rangeCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3399:84 [INFO] [stdout] | [INFO] [stdout] 3399 | ... attachmentCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3401:78 [INFO] [stdout] | [INFO] [stdout] 3401 | ... rectCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3409:76 [INFO] [stdout] | [INFO] [stdout] 3409 | ... regionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3421:73 [INFO] [stdout] | [INFO] [stdout] 3421 | ... eventCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3425:81 [INFO] [stdout] | [INFO] [stdout] 3425 | ... memoryBarrierCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3427:87 [INFO] [stdout] | [INFO] [stdout] 3427 | ... bufferMemoryBarrierCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3429:86 [INFO] [stdout] | [INFO] [stdout] 3429 | ... imageMemoryBarrierCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3436:86 [INFO] [stdout] | [INFO] [stdout] 3436 | ... memoryBarrierCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3438:92 [INFO] [stdout] | [INFO] [stdout] 3438 | ... bufferMemoryBarrierCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3440:91 [INFO] [stdout] | [INFO] [stdout] 3440 | ... imageMemoryBarrierCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3445:68 [INFO] [stdout] | [INFO] [stdout] 3445 | ... query: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3450:66 [INFO] [stdout] | [INFO] [stdout] 3450 | ... query: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3454:77 [INFO] [stdout] | [INFO] [stdout] 3454 | ... firstQuery: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3455:77 [INFO] [stdout] | [INFO] [stdout] 3455 | ... queryCount: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3460:72 [INFO] [stdout] | [INFO] [stdout] 3460 | ... query: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3464:83 [INFO] [stdout] | [INFO] [stdout] 3464 | ... firstQuery: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3465:83 [INFO] [stdout] | [INFO] [stdout] 3465 | ... queryCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3474:72 [INFO] [stdout] | [INFO] [stdout] 3474 | ... offset: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3475:70 [INFO] [stdout] | [INFO] [stdout] 3475 | ... size: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:3488:86 [INFO] [stdout] | [INFO] [stdout] 3488 | ... commandBufferCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 139 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkSemaphore); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 141 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkFence); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkDeviceMemory); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1475:20 [INFO] [stdout] | [INFO] [stdout] 1475 | pub width: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1476:21 [INFO] [stdout] | [INFO] [stdout] 1476 | pub height: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1477:20 [INFO] [stdout] | [INFO] [stdout] 1477 | pub depth: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1485:27 [INFO] [stdout] | [INFO] [stdout] 1485 | pub maxMipLevels: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1486:29 [INFO] [stdout] | [INFO] [stdout] 1486 | pub maxArrayLayers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1495:34 [INFO] [stdout] | [INFO] [stdout] 1495 | pub maxImageDimension2D: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1496:34 [INFO] [stdout] | [INFO] [stdout] 1496 | pub maxImageDimension1D: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1497:34 [INFO] [stdout] | [INFO] [stdout] 1497 | pub maxImageDimension3D: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 143 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkBuffer); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1498:36 [INFO] [stdout] | [INFO] [stdout] 1498 | pub maxImageDimensionCube: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1499:34 [INFO] [stdout] | [INFO] [stdout] 1499 | pub maxImageArrayLayers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1500:37 [INFO] [stdout] | [INFO] [stdout] 1500 | pub maxTexelBufferElements: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 144 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkImage); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1501:36 [INFO] [stdout] | [INFO] [stdout] 1501 | pub maxUniformBufferRange: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1502:36 [INFO] [stdout] | [INFO] [stdout] 1502 | pub maxStorageBufferRange: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1503:35 [INFO] [stdout] | [INFO] [stdout] 1503 | pub maxPushConstantsSize: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkEvent); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1504:39 [INFO] [stdout] | [INFO] [stdout] 1504 | pub maxMemoryAllocationCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1505:40 [INFO] [stdout] | [INFO] [stdout] 1505 | pub maxSamplerAllocationCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1508:37 [INFO] [stdout] | [INFO] [stdout] 1508 | pub maxBoundDescriptorSets: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkQueryPool); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1509:44 [INFO] [stdout] | [INFO] [stdout] 1509 | pub maxPerStageDescriptorSamplers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1510:50 [INFO] [stdout] | [INFO] [stdout] 1510 | pub maxPerStageDescriptorUniformBuffers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkBufferView); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkImageView); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 149 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkShaderModule); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 150 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkPipelineCache); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 151 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkPipelineLayout); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 152 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkRenderPass); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 153 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkPipeline); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 154 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkDescriptorSetLayout); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 155 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkSampler); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 156 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkDescriptorPool); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 157 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkDescriptorSet); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1511:50 [INFO] [stdout] | [INFO] [stdout] 1511 | pub maxPerStageDescriptorStorageBuffers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1512:49 [INFO] [stdout] | [INFO] [stdout] 1512 | pub maxPerStageDescriptorSampledImages: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1513:49 [INFO] [stdout] | [INFO] [stdout] 1513 | pub maxPerStageDescriptorStorageImages: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1514:52 [INFO] [stdout] | [INFO] [stdout] 1514 | pub maxPerStageDescriptorInputAttachments: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1515:35 [INFO] [stdout] | [INFO] [stdout] 1515 | pub maxPerStageResources: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1516:39 [INFO] [stdout] | [INFO] [stdout] 1516 | pub maxDescriptorSetSamplers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1517:45 [INFO] [stdout] | [INFO] [stdout] 1517 | pub maxDescriptorSetUniformBuffers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1518:52 [INFO] [stdout] | [INFO] [stdout] 1518 | pub maxDescriptorSetUniformBuffersDynamic: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1519:45 [INFO] [stdout] | [INFO] [stdout] 1519 | pub maxDescriptorSetStorageBuffers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1520:52 [INFO] [stdout] | [INFO] [stdout] 1520 | pub maxDescriptorSetStorageBuffersDynamic: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1521:44 [INFO] [stdout] | [INFO] [stdout] 1521 | pub maxDescriptorSetSampledImages: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1522:44 [INFO] [stdout] | [INFO] [stdout] 1522 | pub maxDescriptorSetStorageImages: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1523:47 [INFO] [stdout] | [INFO] [stdout] 1523 | pub maxDescriptorSetInputAttachments: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1524:39 [INFO] [stdout] | [INFO] [stdout] 1524 | pub maxVertexInputAttributes: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1525:37 [INFO] [stdout] | [INFO] [stdout] 1525 | pub maxVertexInputBindings: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1526:44 [INFO] [stdout] | [INFO] [stdout] 1526 | pub maxVertexInputAttributeOffset: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1527:42 [INFO] [stdout] | [INFO] [stdout] 1527 | pub maxVertexInputBindingStride: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1528:40 [INFO] [stdout] | [INFO] [stdout] 1528 | pub maxVertexOutputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1529:45 [INFO] [stdout] | [INFO] [stdout] 1529 | pub maxTessellationGenerationLevel: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1530:39 [INFO] [stdout] | [INFO] [stdout] 1530 | pub maxTessellationPatchSize: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 158 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkFramebuffer); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1531:61 [INFO] [stdout] | [INFO] [stdout] 1531 | pub maxTessellationControlPerVertexInputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1532:62 [INFO] [stdout] | [INFO] [stdout] 1532 | pub maxTessellationControlPerVertexOutputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | pub struct $name(uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | VK_DEFINE_NON_DISPATCHABLE_HANDLE!(VkCommandPool); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1533:61 [INFO] [stdout] | [INFO] [stdout] 1533 | pub maxTessellationControlPerPatchOutputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1534:58 [INFO] [stdout] | [INFO] [stdout] 1534 | pub maxTessellationControlTotalOutputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1535:55 [INFO] [stdout] | [INFO] [stdout] 1535 | pub maxTessellationEvaluationInputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1536:56 [INFO] [stdout] | [INFO] [stdout] 1536 | pub maxTessellationEvaluationOutputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1537:43 [INFO] [stdout] | [INFO] [stdout] 1537 | pub maxGeometryShaderInvocations: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1475:20 [INFO] [stdout] | [INFO] [stdout] 1475 | pub width: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1476:21 [INFO] [stdout] | [INFO] [stdout] 1476 | pub height: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1477:20 [INFO] [stdout] | [INFO] [stdout] 1477 | pub depth: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1485:27 [INFO] [stdout] | [INFO] [stdout] 1485 | pub maxMipLevels: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1486:29 [INFO] [stdout] | [INFO] [stdout] 1486 | pub maxArrayLayers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1495:34 [INFO] [stdout] | [INFO] [stdout] 1495 | pub maxImageDimension2D: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1496:34 [INFO] [stdout] | [INFO] [stdout] 1496 | pub maxImageDimension1D: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1497:34 [INFO] [stdout] | [INFO] [stdout] 1497 | pub maxImageDimension3D: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1498:36 [INFO] [stdout] | [INFO] [stdout] 1498 | pub maxImageDimensionCube: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1499:34 [INFO] [stdout] | [INFO] [stdout] 1499 | pub maxImageArrayLayers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1500:37 [INFO] [stdout] | [INFO] [stdout] 1500 | pub maxTexelBufferElements: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1501:36 [INFO] [stdout] | [INFO] [stdout] 1501 | pub maxUniformBufferRange: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1502:36 [INFO] [stdout] | [INFO] [stdout] 1502 | pub maxStorageBufferRange: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1503:35 [INFO] [stdout] | [INFO] [stdout] 1503 | pub maxPushConstantsSize: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1504:39 [INFO] [stdout] | [INFO] [stdout] 1504 | pub maxMemoryAllocationCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1538:41 [INFO] [stdout] | [INFO] [stdout] 1538 | pub maxGeometryInputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1539:42 [INFO] [stdout] | [INFO] [stdout] 1539 | pub maxGeometryOutputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1540:40 [INFO] [stdout] | [INFO] [stdout] 1540 | pub maxGeometryOutputVertices: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1541:47 [INFO] [stdout] | [INFO] [stdout] 1541 | pub maxGeometryTotalOutputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1542:41 [INFO] [stdout] | [INFO] [stdout] 1542 | pub maxFragmentInputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1543:43 [INFO] [stdout] | [INFO] [stdout] 1543 | pub maxFragmentOutputAttachments: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1544:44 [INFO] [stdout] | [INFO] [stdout] 1544 | pub maxFragmentDualSrcAttachments: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1545:49 [INFO] [stdout] | [INFO] [stdout] 1545 | pub maxFragmentCombinedOutputResources: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1546:41 [INFO] [stdout] | [INFO] [stdout] 1546 | pub maxComputeSharedMemorySize: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1547:40 [INFO] [stdout] | [INFO] [stdout] 1547 | pub maxComputeWorkGroupCount: [uint32_t;3], [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1548:45 [INFO] [stdout] | [INFO] [stdout] 1548 | pub maxComputeWorkGroupInvocations: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1549:39 [INFO] [stdout] | [INFO] [stdout] 1549 | pub maxComputeWorkGroupSize: [uint32_t;3], [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1550:36 [INFO] [stdout] | [INFO] [stdout] 1550 | pub subPixelPrecisionBits: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1505:40 [INFO] [stdout] | [INFO] [stdout] 1505 | pub maxSamplerAllocationCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1551:36 [INFO] [stdout] | [INFO] [stdout] 1551 | pub subTexelPrecisionBits: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1552:34 [INFO] [stdout] | [INFO] [stdout] 1552 | pub mipmapPrecisionBits: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1553:39 [INFO] [stdout] | [INFO] [stdout] 1553 | pub maxDrawIndexedIndexValue: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1508:37 [INFO] [stdout] | [INFO] [stdout] 1508 | pub maxBoundDescriptorSets: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1554:35 [INFO] [stdout] | [INFO] [stdout] 1554 | pub maxDrawIndirectCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1509:44 [INFO] [stdout] | [INFO] [stdout] 1509 | pub maxPerStageDescriptorSamplers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1557:27 [INFO] [stdout] | [INFO] [stdout] 1557 | pub maxViewports: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1558:37 [INFO] [stdout] | [INFO] [stdout] 1558 | pub maxViewportDimensions: [uint32_t;2], [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1560:35 [INFO] [stdout] | [INFO] [stdout] 1560 | pub viewportSubPixelBits: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1510:50 [INFO] [stdout] | [INFO] [stdout] 1510 | pub maxPerStageDescriptorUniformBuffers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:1565:29 [INFO] [stdout] | [INFO] [stdout] 1565 | pub minTexelOffset: int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1566:29 [INFO] [stdout] | [INFO] [stdout] 1566 | pub maxTexelOffset: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:1567:35 [INFO] [stdout] | [INFO] [stdout] 1567 | pub minTexelGatherOffset: int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1511:50 [INFO] [stdout] | [INFO] [stdout] 1511 | pub maxPerStageDescriptorStorageBuffers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1568:35 [INFO] [stdout] | [INFO] [stdout] 1568 | pub maxTexelGatherOffset: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1512:49 [INFO] [stdout] | [INFO] [stdout] 1512 | pub maxPerStageDescriptorSampledImages: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1571:46 [INFO] [stdout] | [INFO] [stdout] 1571 | pub subPixelInterpolationOffsetBits: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1513:49 [INFO] [stdout] | [INFO] [stdout] 1513 | pub maxPerStageDescriptorStorageImages: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1572:34 [INFO] [stdout] | [INFO] [stdout] 1572 | pub maxFramebufferWidth: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1573:35 [INFO] [stdout] | [INFO] [stdout] 1573 | pub maxFramebufferHeight: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1574:35 [INFO] [stdout] | [INFO] [stdout] 1574 | pub maxFramebufferLayers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1579:34 [INFO] [stdout] | [INFO] [stdout] 1579 | pub maxColorAttachments: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1585:33 [INFO] [stdout] | [INFO] [stdout] 1585 | pub maxSampleMaskWords: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1588:31 [INFO] [stdout] | [INFO] [stdout] 1588 | pub maxClipDistances: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1589:31 [INFO] [stdout] | [INFO] [stdout] 1589 | pub maxCullDistances: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1514:52 [INFO] [stdout] | [INFO] [stdout] 1514 | pub maxPerStageDescriptorInputAttachments: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1590:46 [INFO] [stdout] | [INFO] [stdout] 1590 | pub maxCombinedClipAndCullDistances: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1515:35 [INFO] [stdout] | [INFO] [stdout] 1515 | pub maxPerStageResources: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1591:38 [INFO] [stdout] | [INFO] [stdout] 1591 | pub discreteQueuePriorities: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1516:39 [INFO] [stdout] | [INFO] [stdout] 1516 | pub maxDescriptorSetSamplers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1617:25 [INFO] [stdout] | [INFO] [stdout] 1617 | pub apiVersion: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1618:28 [INFO] [stdout] | [INFO] [stdout] 1618 | pub driverVersion: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1517:45 [INFO] [stdout] | [INFO] [stdout] 1517 | pub maxDescriptorSetUniformBuffers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1619:23 [INFO] [stdout] | [INFO] [stdout] 1619 | pub vendorID: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1620:23 [INFO] [stdout] | [INFO] [stdout] 1620 | pub deviceID: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1518:52 [INFO] [stdout] | [INFO] [stdout] 1518 | pub maxDescriptorSetUniformBuffersDynamic: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/lib.rs:1623:33 [INFO] [stdout] | [INFO] [stdout] 1623 | pub pipelineCacheUUID: [uint8_t;VK_UUID_SIZE], [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1519:45 [INFO] [stdout] | [INFO] [stdout] 1519 | pub maxDescriptorSetStorageBuffers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1642:25 [INFO] [stdout] | [INFO] [stdout] 1642 | pub queueCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1520:52 [INFO] [stdout] | [INFO] [stdout] 1520 | pub maxDescriptorSetStorageBuffersDynamic: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1643:33 [INFO] [stdout] | [INFO] [stdout] 1643 | pub timestampValidBits: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1521:44 [INFO] [stdout] | [INFO] [stdout] 1521 | pub maxDescriptorSetSampledImages: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1652:24 [INFO] [stdout] | [INFO] [stdout] 1652 | pub heapIndex: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1522:44 [INFO] [stdout] | [INFO] [stdout] 1522 | pub maxDescriptorSetStorageImages: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1667:30 [INFO] [stdout] | [INFO] [stdout] 1667 | pub memoryTypeCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1523:47 [INFO] [stdout] | [INFO] [stdout] 1523 | pub maxDescriptorSetInputAttachments: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1669:30 [INFO] [stdout] | [INFO] [stdout] 1669 | pub memoryHeapCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1680:31 [INFO] [stdout] | [INFO] [stdout] 1680 | pub queueFamilyIndex: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1524:39 [INFO] [stdout] | [INFO] [stdout] 1524 | pub maxVertexInputAttributes: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1681:25 [INFO] [stdout] | [INFO] [stdout] 1681 | pub queueCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1525:37 [INFO] [stdout] | [INFO] [stdout] 1525 | pub maxVertexInputBindings: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1692:35 [INFO] [stdout] | [INFO] [stdout] 1692 | pub queueCreateInfoCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1526:44 [INFO] [stdout] | [INFO] [stdout] 1526 | pub maxVertexInputAttributeOffset: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1694:32 [INFO] [stdout] | [INFO] [stdout] 1694 | pub enabledLayerCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1696:36 [INFO] [stdout] | [INFO] [stdout] 1696 | pub enabledExtensionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1527:42 [INFO] [stdout] | [INFO] [stdout] 1527 | pub maxVertexInputBindingStride: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1528:40 [INFO] [stdout] | [INFO] [stdout] 1528 | pub maxVertexOutputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1529:45 [INFO] [stdout] | [INFO] [stdout] 1529 | pub maxTessellationGenerationLevel: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1530:39 [INFO] [stdout] | [INFO] [stdout] 1530 | pub maxTessellationPatchSize: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1531:61 [INFO] [stdout] | [INFO] [stdout] 1531 | pub maxTessellationControlPerVertexInputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1532:62 [INFO] [stdout] | [INFO] [stdout] 1532 | pub maxTessellationControlPerVertexOutputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1533:61 [INFO] [stdout] | [INFO] [stdout] 1533 | pub maxTessellationControlPerPatchOutputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1534:58 [INFO] [stdout] | [INFO] [stdout] 1534 | pub maxTessellationControlTotalOutputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1535:55 [INFO] [stdout] | [INFO] [stdout] 1535 | pub maxTessellationEvaluationInputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1536:56 [INFO] [stdout] | [INFO] [stdout] 1536 | pub maxTessellationEvaluationOutputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1537:43 [INFO] [stdout] | [INFO] [stdout] 1537 | pub maxGeometryShaderInvocations: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1538:41 [INFO] [stdout] | [INFO] [stdout] 1538 | pub maxGeometryInputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1539:42 [INFO] [stdout] | [INFO] [stdout] 1539 | pub maxGeometryOutputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1540:40 [INFO] [stdout] | [INFO] [stdout] 1540 | pub maxGeometryOutputVertices: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1541:47 [INFO] [stdout] | [INFO] [stdout] 1541 | pub maxGeometryTotalOutputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1542:41 [INFO] [stdout] | [INFO] [stdout] 1542 | pub maxFragmentInputComponents: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1705:26 [INFO] [stdout] | [INFO] [stdout] 1705 | pub specVersion: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1721:26 [INFO] [stdout] | [INFO] [stdout] 1721 | pub specVersion: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1722:36 [INFO] [stdout] | [INFO] [stdout] 1722 | pub implementationVersion: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1741:33 [INFO] [stdout] | [INFO] [stdout] 1741 | pub waitSemaphoreCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1744:33 [INFO] [stdout] | [INFO] [stdout] 1744 | pub commandBufferCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1746:35 [INFO] [stdout] | [INFO] [stdout] 1746 | pub signalSemaphoreCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1757:30 [INFO] [stdout] | [INFO] [stdout] 1757 | pub memoryTypeIndex: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1777:29 [INFO] [stdout] | [INFO] [stdout] 1777 | pub memoryTypeBits: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1794:35 [INFO] [stdout] | [INFO] [stdout] 1794 | pub imageMipTailFirstLod: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1816:24 [INFO] [stdout] | [INFO] [stdout] 1816 | pub bindCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1825:24 [INFO] [stdout] | [INFO] [stdout] 1825 | pub bindCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1834:23 [INFO] [stdout] | [INFO] [stdout] 1834 | pub mipLevel: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1835:25 [INFO] [stdout] | [INFO] [stdout] 1835 | pub arrayLayer: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:1842:16 [INFO] [stdout] | [INFO] [stdout] 1842 | pub x: int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:1843:16 [INFO] [stdout] | [INFO] [stdout] 1843 | pub y: int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:1844:16 [INFO] [stdout] | [INFO] [stdout] 1844 | pub z: int32_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1864:24 [INFO] [stdout] | [INFO] [stdout] 1864 | pub bindCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1874:33 [INFO] [stdout] | [INFO] [stdout] 1874 | pub waitSemaphoreCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1876:30 [INFO] [stdout] | [INFO] [stdout] 1876 | pub bufferBindCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1878:35 [INFO] [stdout] | [INFO] [stdout] 1878 | pub imageOpaqueBindCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1880:29 [INFO] [stdout] | [INFO] [stdout] 1880 | pub imageBindCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1882:35 [INFO] [stdout] | [INFO] [stdout] 1882 | pub signalSemaphoreCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1921:25 [INFO] [stdout] | [INFO] [stdout] 1921 | pub queryCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1543:43 [INFO] [stdout] | [INFO] [stdout] 1543 | pub maxFragmentOutputAttachments: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1935:36 [INFO] [stdout] | [INFO] [stdout] 1935 | pub queueFamilyIndexCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1936:41 [INFO] [stdout] | [INFO] [stdout] 1936 | pub pQueueFamilyIndices: *const uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1544:44 [INFO] [stdout] | [INFO] [stdout] 1544 | pub maxFragmentDualSrcAttachments: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1545:49 [INFO] [stdout] | [INFO] [stdout] 1545 | pub maxFragmentCombinedOutputResources: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1546:41 [INFO] [stdout] | [INFO] [stdout] 1546 | pub maxComputeSharedMemorySize: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1547:40 [INFO] [stdout] | [INFO] [stdout] 1547 | pub maxComputeWorkGroupCount: [uint32_t;3], [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1548:45 [INFO] [stdout] | [INFO] [stdout] 1548 | pub maxComputeWorkGroupInvocations: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1549:39 [INFO] [stdout] | [INFO] [stdout] 1549 | pub maxComputeWorkGroupSize: [uint32_t;3], [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1550:36 [INFO] [stdout] | [INFO] [stdout] 1550 | pub subPixelPrecisionBits: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1551:36 [INFO] [stdout] | [INFO] [stdout] 1551 | pub subTexelPrecisionBits: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1552:34 [INFO] [stdout] | [INFO] [stdout] 1552 | pub mipmapPrecisionBits: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1553:39 [INFO] [stdout] | [INFO] [stdout] 1553 | pub maxDrawIndexedIndexValue: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1554:35 [INFO] [stdout] | [INFO] [stdout] 1554 | pub maxDrawIndirectCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1557:27 [INFO] [stdout] | [INFO] [stdout] 1557 | pub maxViewports: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1558:37 [INFO] [stdout] | [INFO] [stdout] 1558 | pub maxViewportDimensions: [uint32_t;2], [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1560:35 [INFO] [stdout] | [INFO] [stdout] 1560 | pub viewportSubPixelBits: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:1565:29 [INFO] [stdout] | [INFO] [stdout] 1565 | pub minTexelOffset: int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1566:29 [INFO] [stdout] | [INFO] [stdout] 1566 | pub maxTexelOffset: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:1567:35 [INFO] [stdout] | [INFO] [stdout] 1567 | pub minTexelGatherOffset: int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1568:35 [INFO] [stdout] | [INFO] [stdout] 1568 | pub maxTexelGatherOffset: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1571:46 [INFO] [stdout] | [INFO] [stdout] 1571 | pub subPixelInterpolationOffsetBits: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1572:34 [INFO] [stdout] | [INFO] [stdout] 1572 | pub maxFramebufferWidth: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1573:35 [INFO] [stdout] | [INFO] [stdout] 1573 | pub maxFramebufferHeight: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1574:35 [INFO] [stdout] | [INFO] [stdout] 1574 | pub maxFramebufferLayers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1579:34 [INFO] [stdout] | [INFO] [stdout] 1579 | pub maxColorAttachments: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1962:24 [INFO] [stdout] | [INFO] [stdout] 1962 | pub mipLevels: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1963:26 [INFO] [stdout] | [INFO] [stdout] 1963 | pub arrayLayers: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1968:36 [INFO] [stdout] | [INFO] [stdout] 1968 | pub queueFamilyIndexCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1969:41 [INFO] [stdout] | [INFO] [stdout] 1969 | pub pQueueFamilyIndices: *const uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1585:33 [INFO] [stdout] | [INFO] [stdout] 1585 | pub maxSampleMaskWords: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1999:27 [INFO] [stdout] | [INFO] [stdout] 1999 | pub baseMipLevel: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1588:31 [INFO] [stdout] | [INFO] [stdout] 1588 | pub maxClipDistances: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2000:25 [INFO] [stdout] | [INFO] [stdout] 2000 | pub levelCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1589:31 [INFO] [stdout] | [INFO] [stdout] 1589 | pub maxCullDistances: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2001:29 [INFO] [stdout] | [INFO] [stdout] 2001 | pub baseArrayLayer: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1590:46 [INFO] [stdout] | [INFO] [stdout] 1590 | pub maxCombinedClipAndCullDistances: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2002:25 [INFO] [stdout] | [INFO] [stdout] 2002 | pub layerCount: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1591:38 [INFO] [stdout] | [INFO] [stdout] 1591 | pub discreteQueuePriorities: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2027:27 [INFO] [stdout] | [INFO] [stdout] 2027 | pub pCode: *const uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2045:25 [INFO] [stdout] | [INFO] [stdout] 2045 | pub constantID: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1617:25 [INFO] [stdout] | [INFO] [stdout] 1617 | pub apiVersion: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2046:21 [INFO] [stdout] | [INFO] [stdout] 2046 | pub offset: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1618:28 [INFO] [stdout] | [INFO] [stdout] 1618 | pub driverVersion: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2054:28 [INFO] [stdout] | [INFO] [stdout] 2054 | pub mapEntryCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1619:23 [INFO] [stdout] | [INFO] [stdout] 1619 | pub vendorID: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2077:22 [INFO] [stdout] | [INFO] [stdout] 2077 | pub binding: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1620:23 [INFO] [stdout] | [INFO] [stdout] 1620 | pub deviceID: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2078:21 [INFO] [stdout] | [INFO] [stdout] 2078 | pub stride: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/lib.rs:1623:33 [INFO] [stdout] | [INFO] [stdout] 1623 | pub pipelineCacheUUID: [uint8_t;VK_UUID_SIZE], [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2086:23 [INFO] [stdout] | [INFO] [stdout] 2086 | pub location: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2087:22 [INFO] [stdout] | [INFO] [stdout] 2087 | pub binding: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1642:25 [INFO] [stdout] | [INFO] [stdout] 1642 | pub queueCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2089:21 [INFO] [stdout] | [INFO] [stdout] 2089 | pub offset: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1643:33 [INFO] [stdout] | [INFO] [stdout] 1643 | pub timestampValidBits: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2099:44 [INFO] [stdout] | [INFO] [stdout] 2099 | pub vertexBindingDescriptionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1652:24 [INFO] [stdout] | [INFO] [stdout] 1652 | pub heapIndex: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2101:46 [INFO] [stdout] | [INFO] [stdout] 2101 | pub vertexAttributeDescriptionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1667:30 [INFO] [stdout] | [INFO] [stdout] 1667 | pub memoryTypeCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2123:33 [INFO] [stdout] | [INFO] [stdout] 2123 | pub patchControlPoints: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1669:30 [INFO] [stdout] | [INFO] [stdout] 1669 | pub memoryHeapCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:2142:16 [INFO] [stdout] | [INFO] [stdout] 2142 | pub x: int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:2143:16 [INFO] [stdout] | [INFO] [stdout] 2143 | pub y: int32_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1680:31 [INFO] [stdout] | [INFO] [stdout] 1680 | pub queueFamilyIndex: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2150:20 [INFO] [stdout] | [INFO] [stdout] 2150 | pub width: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1681:25 [INFO] [stdout] | [INFO] [stdout] 1681 | pub queueCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1692:35 [INFO] [stdout] | [INFO] [stdout] 1692 | pub queueCreateInfoCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2151:21 [INFO] [stdout] | [INFO] [stdout] 2151 | pub height: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1694:32 [INFO] [stdout] | [INFO] [stdout] 1694 | pub enabledLayerCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2169:28 [INFO] [stdout] | [INFO] [stdout] 2169 | pub viewportCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1696:36 [INFO] [stdout] | [INFO] [stdout] 1696 | pub enabledExtensionCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2171:27 [INFO] [stdout] | [INFO] [stdout] 2171 | pub scissorCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2217:26 [INFO] [stdout] | [INFO] [stdout] 2217 | pub compareMask: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1705:26 [INFO] [stdout] | [INFO] [stdout] 1705 | pub specVersion: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2218:24 [INFO] [stdout] | [INFO] [stdout] 2218 | pub writeMask: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1721:26 [INFO] [stdout] | [INFO] [stdout] 1721 | pub specVersion: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1722:36 [INFO] [stdout] | [INFO] [stdout] 1722 | pub implementationVersion: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2219:24 [INFO] [stdout] | [INFO] [stdout] 2219 | pub reference: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1741:33 [INFO] [stdout] | [INFO] [stdout] 1741 | pub waitSemaphoreCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2263:30 [INFO] [stdout] | [INFO] [stdout] 2263 | pub attachmentCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2275:32 [INFO] [stdout] | [INFO] [stdout] 2275 | pub dynamicStateCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2286:25 [INFO] [stdout] | [INFO] [stdout] 2286 | pub stageCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2299:22 [INFO] [stdout] | [INFO] [stdout] 2299 | pub subpass: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:2301:32 [INFO] [stdout] | [INFO] [stdout] 2301 | pub basePipelineIndex: int32_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:2314:32 [INFO] [stdout] | [INFO] [stdout] 2314 | pub basePipelineIndex: int32_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2322:21 [INFO] [stdout] | [INFO] [stdout] 2322 | pub offset: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2323:19 [INFO] [stdout] | [INFO] [stdout] 2323 | pub size: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2333:29 [INFO] [stdout] | [INFO] [stdout] 2333 | pub setLayoutCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2335:37 [INFO] [stdout] | [INFO] [stdout] 2335 | pub pushConstantRangeCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1744:33 [INFO] [stdout] | [INFO] [stdout] 1744 | pub commandBufferCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1746:35 [INFO] [stdout] | [INFO] [stdout] 1746 | pub signalSemaphoreCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2367:22 [INFO] [stdout] | [INFO] [stdout] 2367 | pub binding: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1757:30 [INFO] [stdout] | [INFO] [stdout] 1757 | pub memoryTypeIndex: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2369:30 [INFO] [stdout] | [INFO] [stdout] 2369 | pub descriptorCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1777:29 [INFO] [stdout] | [INFO] [stdout] 1777 | pub memoryTypeBits: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2381:27 [INFO] [stdout] | [INFO] [stdout] 2381 | pub bindingCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1794:35 [INFO] [stdout] | [INFO] [stdout] 1794 | pub imageMipTailFirstLod: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1816:24 [INFO] [stdout] | [INFO] [stdout] 1816 | pub bindCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2391:30 [INFO] [stdout] | [INFO] [stdout] 2391 | pub descriptorCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1825:24 [INFO] [stdout] | [INFO] [stdout] 1825 | pub bindCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2401:22 [INFO] [stdout] | [INFO] [stdout] 2401 | pub maxSets: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2402:28 [INFO] [stdout] | [INFO] [stdout] 2402 | pub poolSizeCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2413:33 [INFO] [stdout] | [INFO] [stdout] 2413 | pub descriptorSetCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2442:25 [INFO] [stdout] | [INFO] [stdout] 2442 | pub dstBinding: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2443:30 [INFO] [stdout] | [INFO] [stdout] 2443 | pub dstArrayElement: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2444:30 [INFO] [stdout] | [INFO] [stdout] 2444 | pub descriptorCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2458:25 [INFO] [stdout] | [INFO] [stdout] 2458 | pub srcBinding: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2459:30 [INFO] [stdout] | [INFO] [stdout] 2459 | pub srcArrayElement: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2461:25 [INFO] [stdout] | [INFO] [stdout] 2461 | pub dstBinding: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2462:30 [INFO] [stdout] | [INFO] [stdout] 2462 | pub dstArrayElement: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1834:23 [INFO] [stdout] | [INFO] [stdout] 1834 | pub mipLevel: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2463:30 [INFO] [stdout] | [INFO] [stdout] 2463 | pub descriptorCount: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1835:25 [INFO] [stdout] | [INFO] [stdout] 1835 | pub arrayLayer: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2474:30 [INFO] [stdout] | [INFO] [stdout] 2474 | pub attachmentCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:1842:16 [INFO] [stdout] | [INFO] [stdout] 1842 | pub x: int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2476:20 [INFO] [stdout] | [INFO] [stdout] 2476 | pub width: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2477:21 [INFO] [stdout] | [INFO] [stdout] 2477 | pub height: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:1843:16 [INFO] [stdout] | [INFO] [stdout] 1843 | pub y: int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2478:21 [INFO] [stdout] | [INFO] [stdout] 2478 | pub layers: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/lib.rs:1844:16 [INFO] [stdout] | [INFO] [stdout] 1844 | pub z: int32_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2500:25 [INFO] [stdout] | [INFO] [stdout] 2500 | pub attachment: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1864:24 [INFO] [stdout] | [INFO] [stdout] 1864 | pub bindCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2510:35 [INFO] [stdout] | [INFO] [stdout] 2510 | pub inputAttachmentCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2512:35 [INFO] [stdout] | [INFO] [stdout] 2512 | pub colorAttachmentCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1874:33 [INFO] [stdout] | [INFO] [stdout] 1874 | pub waitSemaphoreCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2516:38 [INFO] [stdout] | [INFO] [stdout] 2516 | pub preserveAttachmentCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1876:30 [INFO] [stdout] | [INFO] [stdout] 1876 | pub bufferBindCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2517:42 [INFO] [stdout] | [INFO] [stdout] 2517 | pub pPreserveAttachments: *const uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1878:35 [INFO] [stdout] | [INFO] [stdout] 1878 | pub imageOpaqueBindCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2524:25 [INFO] [stdout] | [INFO] [stdout] 2524 | pub srcSubpass: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:1880:29 [INFO] [stdout] | [INFO] [stdout] 1880 | pub imageBindCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2525:25 [INFO] [stdout] | [INFO] [stdout] 2525 | pub dstSubpass: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2540:30 [INFO] [stdout] | [INFO] [stdout] 2540 | pub attachmentCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2542:27 [INFO] [stdout] | [INFO] [stdout] 2542 | pub subpassCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2544:30 [INFO] [stdout] | [INFO] [stdout] 2544 | pub dependencyCount: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2555:31 [INFO] [stdout] | [INFO] [stdout] 2555 | pub queueFamilyIndex: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2566:33 [INFO] [stdout] | [INFO] [stdout] 2566 | pub commandBufferCount: uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2576:22 [INFO] [stdout] | [INFO] [stdout] 2576 | pub subpass: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:2607:23 [WARN] too many lines in the log, truncating it