Autodiff Memory Management: BFS #4048
Annotations
12 errors
[clippy] crates/burn-common/src/reader.rs#L103:
crates/burn-common/src/reader.rs#L103
error: bound is defined in more than one place
--> crates/burn-common/src/reader.rs:103:19
|
103 | pub fn map<O, F: FnOnce(T) -> O>(self, mapper: F) -> Reader<O>
| ^
...
107 | F: 'static + Send,
| ^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
= note: `-D clippy::multiple-bound-locations` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::multiple_bound_locations)]`
|
tests (blaze/macos-14, stable, std)
Process completed with exit code 101.
|
tests (windows-2022, stable, std)
The job was canceled because "blaze_macos-14_stable_std" failed.
|
tests (windows-2022, stable, std)
The operation was canceled.
|
tests (windows-2022, 1.75.0, std)
The job was canceled because "blaze_macos-14_stable_std" failed.
|
tests (windows-2022, 1.75.0, std)
The operation was canceled.
|
tests (ubuntu-22.04, stable, std)
The job was canceled because "blaze_macos-14_stable_std" failed.
|
tests (ubuntu-22.04, stable, std)
The operation was canceled.
|
tests (ubuntu-22.04, 1.75.0, std)
The job was canceled because "blaze_macos-14_stable_std" failed.
|
tests (ubuntu-22.04, 1.75.0, std)
The operation was canceled.
|
tests (blaze/macos-14, 1.75.0, std)
The job was canceled because "blaze_macos-14_stable_std" failed.
|
tests (blaze/macos-14, 1.75.0, std)
The operation was canceled.
|