[xtask] Add support for cargo metadata new workspace member format #3576
Annotations
17 errors
[clippy] crates/burn-fusion/src/stream/base.rs#L43:
crates/burn-fusion/src/stream/base.rs#L43
error: initializer for `thread_local` value can be made `const`
--> crates/burn-fusion/src/stream/base.rs:43:71
|
43 | static ID: std::cell::OnceCell::<std::thread::ThreadId> = std::cell::OnceCell::new();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace with: `const { std::cell::OnceCell::new() }`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#thread_local_initializer_can_be_made_const
= note: `-D clippy::thread-local-initializer-can-be-made-const` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::thread_local_initializer_can_be_made_const)]`
|
tests (macos-13, stable, examples)
Canceling since a higher priority waiting request for 'test-refs/pull/1500/merge' exists
|
tests (macos-13, stable, examples)
The operation was canceled.
|
tests (windows-2022, stable, examples)
Canceling since a higher priority waiting request for 'test-refs/pull/1500/merge' exists
|
tests (windows-2022, stable, examples)
The operation was canceled.
|
tests (windows-2022, 1.75.0, std)
Canceling since a higher priority waiting request for 'test-refs/pull/1500/merge' exists
|
tests (windows-2022, 1.75.0, std)
The operation was canceled.
|
tests (windows-2022, stable, std)
Canceling since a higher priority waiting request for 'test-refs/pull/1500/merge' exists
|
tests (windows-2022, stable, std)
The operation was canceled.
|
tests (ubuntu-22.04, stable, std)
Canceling since a higher priority waiting request for 'test-refs/pull/1500/merge' exists
|
tests (ubuntu-22.04, stable, std)
The operation was canceled.
|
tests (ubuntu-22.04, 1.75.0, std)
Canceling since a higher priority waiting request for 'test-refs/pull/1500/merge' exists
|
tests (ubuntu-22.04, 1.75.0, std)
The operation was canceled.
|
tests (macos-13, stable, std)
Canceling since a higher priority waiting request for 'test-refs/pull/1500/merge' exists
|
tests (macos-13, stable, std)
The operation was canceled.
|
tests (macos-13, 1.75.0, std)
Canceling since a higher priority waiting request for 'test-refs/pull/1500/merge' exists
|
tests (macos-13, 1.75.0, std)
The operation was canceled.
|