-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclippy_kernels3.txt
More file actions
20 lines (19 loc) · 1011 Bytes
/
clippy_kernels3.txt
File metadata and controls
20 lines (19 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Compiling bitnet v0.2.1-dev (C:\Code\Rust\BitNet-rs)
Checking bitnet-tests v0.2.1-dev (C:\Code\Rust\BitNet-rs\tests)
Checking bitnet-kernels v0.2.1-dev (C:\Code\Rust\BitNet-rs\crates\bitnet-kernels)
error: all variants have the same postfix: `Barrier`
--> crates\bitnet-kernels\tests\metal_resource_lifecycle_tests.rs:727:1
|
727 | / enum BarrierType {
728 | | BufferBarrier,
729 | | TextureBarrier,
730 | | MemoryBarrier,
731 | | }
| |_^
|
= help: remove the postfixes and use full paths to the variants instead of glob imports
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#enum_variant_names
= note: `-D clippy::enum-variant-names` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::enum_variant_names)]`
error: could not compile `bitnet-kernels` (test "metal_resource_lifecycle_tests") due to 1 previous error
warning: build failed, waiting for other jobs to finish...