v0.2.8 #71
Annotations
10 errors
Run just release:
usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs#L1
error[E0463]: can't find crate for `core`
|
= note: the `aarch64-unknown-linux-gnu` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-unknown-linux-gnu`
|
Run just release:
usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs#L1
error[E0463]: can't find crate for `compiler_builtins`
|
Run just release:
usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs#L1622
error[E0463]: can't find crate for `core`
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs:1622:9
|
1622 | use core::mem::ManuallyDrop;
| ^^^^ can't find crate
|
= note: the `aarch64-unknown-linux-gnu` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-unknown-linux-gnu`
|
Run just release:
usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs#L1624
error[E0463]: can't find crate for `core`
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs:1624:13
|
1624 | pub use core::{
| ^^^^ can't find crate
|
= note: the `aarch64-unknown-linux-gnu` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-unknown-linux-gnu`
|
Run just release:
usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs#L1633
error[E0405]: cannot find trait `Sized` in this scope
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs:1633:32
|
1633 | pub struct AlwaysUnpin<T: ?Sized>(PhantomData<T>);
| ^^^^^ not found in this scope
|
Run just release:
usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs#L1635
error[E0405]: cannot find trait `Sized` in this scope
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs:1635:14
|
1635 | impl<T: ?Sized> Unpin for AlwaysUnpin<T> {}
| ^^^^^ not found in this scope
|
Run just release:
usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs#L1639
error[E0405]: cannot find trait `Sized` in this scope
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs:1639:43
|
1639 | pub struct UnsafeDropInPlaceGuard<T: ?Sized>(*mut T);
| ^^^^^ not found in this scope
|
Run just release:
usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs#L1641
error[E0405]: cannot find trait `Sized` in this scope
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs:1641:14
|
1641 | impl<T: ?Sized> UnsafeDropInPlaceGuard<T> {
| ^^^^^ not found in this scope
|
Run just release:
usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs#L1648
error[E0405]: cannot find trait `Sized` in this scope
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs:1648:14
|
1648 | impl<T: ?Sized> Drop for UnsafeDropInPlaceGuard<T> {
| ^^^^^ not found in this scope
|
Run just release
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading