[INFO] crate web-glitz 0.1.1 is already in cache [INFO] checking web-glitz-0.1.1 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate web-glitz 0.1.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate web-glitz 0.1.1 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate web-glitz 0.1.1 [INFO] finished tweaking crates.io crate web-glitz 0.1.1 [INFO] tweaked toml for crates.io crate web-glitz 0.1.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 6aaf4e014a2fb8726b7004ea690da06f6561d3b612c384ab278d95db43ebbebb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "6aaf4e014a2fb8726b7004ea690da06f6561d3b612c384ab278d95db43ebbebb"` [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.17 [INFO] [stderr] Checking futures v0.1.29 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking futures-sink-preview v0.3.0-alpha.17 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling backtrace-sys v0.1.37 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.17 [INFO] [stderr] Checking backtrace v0.3.46 [INFO] [stderr] Compiling web-glitz-macros v0.1.0 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.17 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.61 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.61 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.61 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Checking wasm-bindgen v0.2.61 [INFO] [stderr] Checking js-sys v0.3.38 [INFO] [stderr] Checking web-sys v0.3.38 [INFO] [stderr] Checking wasm-bindgen-futures v0.3.25 [INFO] [stderr] Checking web-glitz v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: the feature `const_generics` is incomplete and may cause the compiler to crash [INFO] [stderr] --> src/lib.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | const_generics, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(incomplete_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/transform_feedback/layout_descriptor.rs:37:63 [INFO] [stderr] | [INFO] [stderr] 37 | unsafe impl<$($T),*> TypedTransformFeedbackLayout for ($($T),*) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 50 | impl_typed_transform_feedback_layout!(1, T0); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/transform_feedback/transform_feedback_buffers.rs:132:52 [INFO] [stderr] | [INFO] [stderr] 132 | impl<$($T),*> TransformFeedbackBuffers for ($($T),*) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 162 | impl_transform_feedback_buffers!(T0); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around pattern [INFO] [stderr] --> src/pipeline/graphics/transform_feedback/transform_feedback_buffers.rs:143:21 [INFO] [stderr] | [INFO] [stderr] 143 | let ($($T),*) = self; [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 162 | impl_transform_feedback_buffers!(T0); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/transform_feedback/transform_feedback_buffers.rs:153:64 [INFO] [stderr] | [INFO] [stderr] 153 | unsafe impl<$($T),*> TypedTransformFeedbackBuffers for ($($T),*) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 162 | impl_transform_feedback_buffers!(T0); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/transform_feedback/transform_feedback_buffers.rs:157:27 [INFO] [stderr] | [INFO] [stderr] 157 | type Layout = ($($T::TransformFeedback),*); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 162 | impl_transform_feedback_buffers!(T0); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/vertex/vertex_buffers.rs:130:41 [INFO] [stderr] | [INFO] [stderr] 130 | impl<$($T),*> VertexBuffers for ($($T),*) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 157 | impl_vertex_buffers!(T0); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around pattern [INFO] [stderr] --> src/pipeline/graphics/vertex/vertex_buffers.rs:138:21 [INFO] [stderr] | [INFO] [stderr] 138 | let ($($T),*) = self; [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 157 | impl_vertex_buffers!(T0); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/vertex/vertex_buffers.rs:148:53 [INFO] [stderr] | [INFO] [stderr] 148 | unsafe impl<$($T),*> TypedVertexBuffers for ($($T),*) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 157 | impl_vertex_buffers!(T0); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/vertex/vertex_buffers.rs:152:27 [INFO] [stderr] | [INFO] [stderr] 152 | type Layout = ($($T::Vertex),*); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 157 | impl_vertex_buffers!(T0); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/vertex/layout_descriptor.rs:38:50 [INFO] [stderr] | [INFO] [stderr] 38 | impl<$($T),*> TypedVertexInputLayout for ($($T),*) where $($T: Vertex),* { [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 54 | impl_typed_vertex_input_layout!(1, T0); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/render_target/render_target_description.rs:56:68 [INFO] [stderr] | [INFO] [stderr] 56 | impl<$C0 $(,$C)*> RenderTargetDescription for RenderTarget<($C0 $(,$C)*), ()> [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 193 | impl_render_target_description!(C0); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/render_target/render_target_description.rs:60:44 [INFO] [stderr] | [INFO] [stderr] 60 | type Framebuffer = Framebuffer<($C0::Buffer $(,$C::Buffer)*), ()>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 193 | impl_render_target_description!(C0); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/render_target/render_target_description.rs:214:67 [INFO] [stderr] | [INFO] [stderr] 214 | impl<$($C,)* Ds> RenderTargetDescription for RenderTarget<($($C),*), Ds> [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 344 | impl_render_target_description_depth_stencil!(C0); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/render_target/render_target_description.rs:219:44 [INFO] [stderr] | [INFO] [stderr] 219 | type Framebuffer = Framebuffer<($($C::Buffer),* ), Ds::Buffer>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 344 | impl_render_target_description_depth_stencil!(C0); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: the feature `const_generics` is incomplete and may cause the compiler to crash [INFO] [stderr] --> src/lib.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | const_generics, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(incomplete_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/transform_feedback/layout_descriptor.rs:37:63 [INFO] [stderr] | [INFO] [stderr] 37 | unsafe impl<$($T),*> TypedTransformFeedbackLayout for ($($T),*) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 50 | impl_typed_transform_feedback_layout!(1, T0); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/transform_feedback/transform_feedback_buffers.rs:132:52 [INFO] [stderr] | [INFO] [stderr] 132 | impl<$($T),*> TransformFeedbackBuffers for ($($T),*) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 162 | impl_transform_feedback_buffers!(T0); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around pattern [INFO] [stderr] --> src/pipeline/graphics/transform_feedback/transform_feedback_buffers.rs:143:21 [INFO] [stderr] | [INFO] [stderr] 143 | let ($($T),*) = self; [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 162 | impl_transform_feedback_buffers!(T0); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/transform_feedback/transform_feedback_buffers.rs:153:64 [INFO] [stderr] | [INFO] [stderr] 153 | unsafe impl<$($T),*> TypedTransformFeedbackBuffers for ($($T),*) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 162 | impl_transform_feedback_buffers!(T0); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/transform_feedback/transform_feedback_buffers.rs:157:27 [INFO] [stderr] | [INFO] [stderr] 157 | type Layout = ($($T::TransformFeedback),*); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 162 | impl_transform_feedback_buffers!(T0); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/vertex/vertex_buffers.rs:130:41 [INFO] [stderr] | [INFO] [stderr] 130 | impl<$($T),*> VertexBuffers for ($($T),*) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 157 | impl_vertex_buffers!(T0); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around pattern [INFO] [stderr] --> src/pipeline/graphics/vertex/vertex_buffers.rs:138:21 [INFO] [stderr] | [INFO] [stderr] 138 | let ($($T),*) = self; [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 157 | impl_vertex_buffers!(T0); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/vertex/vertex_buffers.rs:148:53 [INFO] [stderr] | [INFO] [stderr] 148 | unsafe impl<$($T),*> TypedVertexBuffers for ($($T),*) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 157 | impl_vertex_buffers!(T0); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/vertex/vertex_buffers.rs:152:27 [INFO] [stderr] | [INFO] [stderr] 152 | type Layout = ($($T::Vertex),*); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 157 | impl_vertex_buffers!(T0); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pipeline/graphics/vertex/layout_descriptor.rs:38:50 [INFO] [stderr] | [INFO] [stderr] 38 | impl<$($T),*> TypedVertexInputLayout for ($($T),*) where $($T: Vertex),* { [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 54 | impl_typed_vertex_input_layout!(1, T0); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/render_target/render_target_description.rs:56:68 [INFO] [stderr] | [INFO] [stderr] 56 | impl<$C0 $(,$C)*> RenderTargetDescription for RenderTarget<($C0 $(,$C)*), ()> [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 193 | impl_render_target_description!(C0); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/render_target/render_target_description.rs:60:44 [INFO] [stderr] | [INFO] [stderr] 60 | type Framebuffer = Framebuffer<($C0::Buffer $(,$C::Buffer)*), ()>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 193 | impl_render_target_description!(C0); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/render_target/render_target_description.rs:214:67 [INFO] [stderr] | [INFO] [stderr] 214 | impl<$($C,)* Ds> RenderTargetDescription for RenderTarget<($($C),*), Ds> [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 344 | impl_render_target_description_depth_stencil!(C0); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/render_target/render_target_description.rs:219:44 [INFO] [stderr] | [INFO] [stderr] 219 | type Framebuffer = Framebuffer<($($C::Buffer),* ), Ds::Buffer>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 344 | impl_render_target_description_depth_stencil!(C0); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:62:39 [INFO] [stderr] | [INFO] [stderr] 62 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(invalid_value)]` on by default [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:63:39 [INFO] [stderr] | [INFO] [stderr] 63 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:65:39 [INFO] [stderr] | [INFO] [stderr] 65 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:66:39 [INFO] [stderr] | [INFO] [stderr] 66 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:67:39 [INFO] [stderr] | [INFO] [stderr] 67 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:68:39 [INFO] [stderr] | [INFO] [stderr] 68 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:69:39 [INFO] [stderr] | [INFO] [stderr] 69 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:70:39 [INFO] [stderr] | [INFO] [stderr] 70 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:71:39 [INFO] [stderr] | [INFO] [stderr] 71 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:72:39 [INFO] [stderr] | [INFO] [stderr] 72 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:73:39 [INFO] [stderr] | [INFO] [stderr] 73 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:74:39 [INFO] [stderr] | [INFO] [stderr] 74 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:75:39 [INFO] [stderr] | [INFO] [stderr] 75 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:76:39 [INFO] [stderr] | [INFO] [stderr] 76 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:77:39 [INFO] [stderr] | [INFO] [stderr] 77 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: 31 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:62:39 [INFO] [stderr] | [INFO] [stderr] 62 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(invalid_value)]` on by default [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:63:39 [INFO] [stderr] | [INFO] [stderr] 63 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:65:39 [INFO] [stderr] | [INFO] [stderr] 65 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:66:39 [INFO] [stderr] | [INFO] [stderr] 66 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:67:39 [INFO] [stderr] | [INFO] [stderr] 67 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:68:39 [INFO] [stderr] | [INFO] [stderr] 68 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:69:39 [INFO] [stderr] | [INFO] [stderr] 69 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:70:39 [INFO] [stderr] | [INFO] [stderr] 70 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:71:39 [INFO] [stderr] | [INFO] [stderr] 71 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:72:39 [INFO] [stderr] | [INFO] [stderr] 72 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:73:39 [INFO] [stderr] | [INFO] [stderr] 73 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:74:39 [INFO] [stderr] | [INFO] [stderr] 74 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:75:39 [INFO] [stderr] | [INFO] [stderr] 75 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:76:39 [INFO] [stderr] | [INFO] [stderr] 76 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: the type `pipeline::graphics::util::BufferDescriptor` does not permit being left uninitialized [INFO] [stderr] --> src/pipeline/graphics/util.rs:77:39 [INFO] [stderr] | [INFO] [stderr] 77 | ManuallyDrop::new(MaybeUninit::uninit().assume_init()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>` must be non-null (in this struct field) [INFO] [stderr] [INFO] [stderr] warning: 31 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `"docker" "inspect" "6aaf4e014a2fb8726b7004ea690da06f6561d3b612c384ab278d95db43ebbebb"` [INFO] running `"docker" "rm" "-f" "6aaf4e014a2fb8726b7004ea690da06f6561d3b612c384ab278d95db43ebbebb"` [INFO] [stdout] 6aaf4e014a2fb8726b7004ea690da06f6561d3b612c384ab278d95db43ebbebb