Prepare for crate publishing #314
build.yml
on: pull_request
lint
59s
build
2m 12s
build-windows
6m 12s
test
2m 9s
docs
47s
semver-check
1m 0s
publish
0s
Annotations
58 errors and 2 warnings
docs
Process completed with exit code 101.
|
cannot find function `try_recv_error_to_recv_error` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L236
error[E0425]: cannot find function `try_recv_error_to_recv_error` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:236:38
|
236 | if let Some(e) = try_recv_error_to_recv_error(e) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
|
cannot find function `try_recv_error_to_recv_error` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L211
error[E0425]: cannot find function `try_recv_error_to_recv_error` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:211:38
|
211 | if let Some(e) = try_recv_error_to_recv_error(e) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
|
cannot find function, tuple struct or tuple variant `UnboundedStream` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L176
error[E0425]: cannot find function, tuple struct or tuple variant `UnboundedStream` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:176:9
|
176 | UnboundedStream(result)
| ^^^^^^^^^^^^^^^ not found in this scope
|
cannot find function `try_recv_error_to_recv_error` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L204
error[E0425]: cannot find function `try_recv_error_to_recv_error` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:204:38
|
204 | if let Some(e) = try_recv_error_to_recv_error(e) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
|
cannot find function `try_recv_error_to_recv_error` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L179
error[E0425]: cannot find function `try_recv_error_to_recv_error` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:179:38
|
179 | if let Some(e) = try_recv_error_to_recv_error(e) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
|
cannot find function, tuple struct or tuple variant `BoundedStream` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L154
error[E0425]: cannot find function, tuple struct or tuple variant `BoundedStream` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:154:9
|
154 | BoundedStream(result)
| ^^^^^^^^^^^^^ not found in this scope
|
module `unbounded` is private:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/async_primitives/subscribable_rwlock.rs#L1
error[E0603]: module `unbounded` is private
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/async_primitives/subscribable_rwlock.rs:1:22
|
1 | use crate::channel::{unbounded, UnboundedReceiver, UnboundedSender};
| ^^^^^^^^^ private module
|
note: the module `unbounded` is defined here
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel.rs:22:1
|
22 | mod unbounded;
| ^^^^^^^^^^^^^^
|
module `unbounded` is private:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/async_primitives/subscribable_mutex.rs#L2
error[E0603]: module `unbounded` is private
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/async_primitives/subscribable_mutex.rs:2:22
|
2 | use crate::channel::{unbounded, UnboundedReceiver, UnboundedSender};
| ^^^^^^^^^ private module
|
note: the module `unbounded` is defined here
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel.rs:22:1
|
22 | mod unbounded;
| ^^^^^^^^^^^^^^
|
cannot find type `UnboundedReceiver` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L291
error[E0412]: cannot find type `UnboundedReceiver` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:291:29
|
291 | impl<T> std::fmt::Debug for UnboundedReceiver<T> {
| ^^^^^^^^^^^^^^^^^ not found in this scope
|
cannot find type `UnboundedSender` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L286
error[E0412]: cannot find type `UnboundedSender` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:286:29
|
286 | impl<T> std::fmt::Debug for UnboundedSender<T> {
| ^^^^^^^^^^^^^^^ not found in this scope
|
cannot find type `UnboundedSender` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L279
error[E0412]: cannot find type `UnboundedSender` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:279:19
|
279 | impl<T> Clone for UnboundedSender<T> {
| ^^^^^^^^^^^^^^^ not found in this scope
|
cannot find type `UnboundedStream` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L259
error[E0412]: cannot find type `UnboundedStream` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:259:20
|
259 | impl<T> Stream for UnboundedStream<T> {
| ^^^^^^^^^^^^^^^ not found in this scope
|
cannot find type `UnboundedRecvError` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L230
error[E0412]: cannot find type `UnboundedRecvError` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:230:43
|
230 | pub fn drain(&self) -> Result<Vec<T>, UnboundedRecvError> {
| ^^^^^^^^^^^^^^^^^^ not found in this scope
|
help: you might be missing a type parameter
|
150 | impl<T, UnboundedRecvError> UnboundedReceiver<T> {
| ++++++++++++++++++++
|
cannot find type `UnboundedRecvError` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L203
error[E0412]: cannot find type `UnboundedRecvError` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:203:62
|
203 | pub async fn drain_at_least_one(&self) -> Result<Vec<T>, UnboundedRecvError> {
| ^^^^^^^^^^^^^^^^^^ not found in this scope
|
help: you might be missing a type parameter
|
150 | impl<T, UnboundedRecvError> UnboundedReceiver<T> {
| ++++++++++++++++++++
|
cannot find type `UnboundedTryRecvError` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L183
error[E0412]: cannot find type `UnboundedTryRecvError` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:183:41
|
183 | pub fn try_recv(&self) -> Result<T, UnboundedTryRecvError> {
| ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
|
help: you might be missing a type parameter
|
150 | impl<T, UnboundedTryRecvError> UnboundedReceiver<T> {
| +++++++++++++++++++++++
|
cannot find value `result` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L176
error[E0425]: cannot find value `result` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:176:25
|
176 | UnboundedStream(result)
| ^^^^^^ not found in this scope
|
cannot find type `UnboundedStream` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L168
error[E0412]: cannot find type `UnboundedStream` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:168:33
|
168 | pub fn into_stream(self) -> UnboundedStream<T> {
| ^^^^^^^^^^^^^^^ not found in this scope
|
cannot find value `result` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L165
error[E0425]: cannot find value `result` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:165:9
|
165 | result
| ^^^^^^ not found in this scope
|
cannot find type `UnboundedRecvError` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L158
error[E0412]: cannot find type `UnboundedRecvError` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:158:43
|
158 | pub async fn recv(&self) -> Result<T, UnboundedRecvError> {
| ^^^^^^^^^^^^^^^^^^ not found in this scope
|
help: you might be missing a type parameter
|
150 | impl<T, UnboundedRecvError> UnboundedReceiver<T> {
| ++++++++++++++++++++
|
cannot find type `UnboundedReceiver` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L150
error[E0412]: cannot find type `UnboundedReceiver` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:150:9
|
150 | impl<T> UnboundedReceiver<T> {
| ^^^^^^^^^^^^^^^^^ not found in this scope
|
cannot find value `result` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L146
error[E0425]: cannot find value `result` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:146:9
|
146 | result
| ^^^^^^ not found in this scope
|
cannot find type `UnboundedSendError` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L139
error[E0412]: cannot find type `UnboundedSendError` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:139:52
|
139 | pub async fn send(&self, msg: T) -> Result<(), UnboundedSendError<T>> {
| ^^^^^^^^^^^^^^^^^^ not found in this scope
|
cannot find type `UnboundedSender` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L132
error[E0412]: cannot find type `UnboundedSender` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:132:9
|
132 | impl<T> UnboundedSender<T> {
| ^^^^^^^^^^^^^^^ not found in this scope
|
cannot find type `OneShotReceiver` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/oneshot.rs#L128
error[E0412]: cannot find type `OneShotReceiver` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/oneshot.rs:128:29
|
128 | impl<T> std::fmt::Debug for OneShotReceiver<T> {
| ^^^^^^^^^^^^^^^ not found in this scope
|
cannot find type `OneShotSender` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/oneshot.rs#L123
error[E0412]: cannot find type `OneShotSender` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/oneshot.rs:123:29
|
123 | impl<T> std::fmt::Debug for OneShotSender<T> {
| ^^^^^^^^^^^^^ not found in this scope
|
cannot find value `result` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/oneshot.rs#L118
error[E0425]: cannot find value `result` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/oneshot.rs:118:9
|
118 | result
| ^^^^^^ not found in this scope
|
cannot find type `OneShotRecvError` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/oneshot.rs#L110
error[E0412]: cannot find type `OneShotRecvError` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/oneshot.rs:110:42
|
110 | pub async fn recv(self) -> Result<T, OneShotRecvError> {
| ^^^^^^^^^^^^^^^^ not found in this scope
|
help: you might be missing a type parameter
|
104 | impl<T, OneShotRecvError> OneShotReceiver<T> {
| ++++++++++++++++++
|
cannot find type `OneShotReceiver` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/oneshot.rs#L104
error[E0412]: cannot find type `OneShotReceiver` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/oneshot.rs:104:9
|
104 | impl<T> OneShotReceiver<T> {
| ^^^^^^^^^^^^^^^ not found in this scope
|
cannot find type `OneShotSender` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/oneshot.rs#L88
error[E0412]: cannot find type `OneShotSender` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/oneshot.rs:88:9
|
88 | impl<T> OneShotSender<T> {
| ^^^^^^^^^^^^^ not found in this scope
|
cannot find type `Receiver` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L247
error[E0412]: cannot find type `Receiver` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:247:29
|
247 | impl<T> std::fmt::Debug for Receiver<T> {
| ^^^^^^^^ not found in this scope
|
help: consider importing this struct
|
1 + use std::sync::mpsc::Receiver;
|
|
cannot find type `Sender` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L242
error[E0412]: cannot find type `Sender` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:242:29
|
242 | impl<T> std::fmt::Debug for Sender<T> {
| ^^^^^^
--> /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/marker.rs:82:1
|
= note: similarly named trait `Send` defined here
|
help: a trait with a similar name exists
|
242 | impl<T> std::fmt::Debug for Send<T> {
| ~~~~
help: consider importing this struct
|
1 + use std::sync::mpsc::Sender;
|
|
cannot find type `Sender` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L235
error[E0412]: cannot find type `Sender` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:235:19
|
235 | impl<T> Clone for Sender<T> {
| ^^^^^^
--> /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/marker.rs:82:1
|
= note: similarly named trait `Send` defined here
|
help: a trait with a similar name exists
|
235 | impl<T> Clone for Send<T> {
| ~~~~
help: consider importing this struct
|
1 + use std::sync::mpsc::Sender;
|
|
cannot find type `BoundedStream` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L215
error[E0412]: cannot find type `BoundedStream` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:215:20
|
215 | impl<T> Stream for BoundedStream<T> {
| ^^^^^^^^^^^^^ not found in this scope
|
cannot find type `RecvError` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L198
error[E0412]: cannot find type `RecvError` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:198:47
|
198 | pub fn drain(&mut self) -> Result<Vec<T>, RecvError> {
| ^^^^^^^^^ not found in this scope
|
help: consider importing this struct
|
1 + use std::sync::mpsc::RecvError;
|
|
cannot find type `RecvError` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L171
error[E0412]: cannot find type `RecvError` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:171:66
|
171 | pub async fn drain_at_least_one(&mut self) -> Result<Vec<T>, RecvError> {
| ^^^^^^^^^ not found in this scope
|
help: consider importing this struct
|
1 + use std::sync::mpsc::RecvError;
|
|
cannot find type `TryRecvError` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L161
error[E0412]: cannot find type `TryRecvError` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:161:45
|
161 | pub fn try_recv(&mut self) -> Result<T, TryRecvError> {
| ^^^^^^^^^^^^ not found in this scope
|
help: consider importing this enum
|
1 + use std::sync::mpsc::TryRecvError;
|
|
cannot find value `result` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L154
error[E0425]: cannot find value `result` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:154:23
|
154 | BoundedStream(result)
| ^^^^^^ not found in this scope
|
cannot find type `BoundedStream` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L143
error[E0412]: cannot find type `BoundedStream` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:143:33
|
143 | pub fn into_stream(self) -> BoundedStream<T>
| ^^^^^^^^^^^^^ not found in this scope
|
cannot find value `result` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L140
error[E0425]: cannot find value `result` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:140:9
|
140 | result
| ^^^^^^ not found in this scope
|
cannot find type `RecvError` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L132
error[E0412]: cannot find type `RecvError` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:132:47
|
132 | pub async fn recv(&mut self) -> Result<T, RecvError> {
| ^^^^^^^^^ not found in this scope
|
help: consider importing this struct
|
1 + use std::sync::mpsc::RecvError;
|
|
cannot find type `Receiver` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L126
error[E0412]: cannot find type `Receiver` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:126:9
|
126 | impl<T> Receiver<T> {
| ^^^^^^^^ not found in this scope
|
help: consider importing this struct
|
1 + use std::sync::mpsc::Receiver;
|
|
cannot find type `SendError` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L116
error[E0412]: cannot find type `SendError` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:116:52
|
116 | pub async fn send(&self, msg: T) -> Result<(), SendError<T>> {
| ^^^^^^^^^ not found in this scope
|
help: consider importing this struct
|
1 + use std::sync::mpsc::SendError;
|
|
cannot find type `Sender` in this scope:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L110
error[E0412]: cannot find type `Sender` in this scope
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:110:9
|
110 | impl<T> Sender<T> {
| ^^^^^^
--> /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/marker.rs:82:1
|
= note: similarly named trait `Send` defined here
|
help: a trait with a similar name exists
|
110 | impl<T> Send<T> {
| ~~~~
help: consider importing this struct
|
1 + use std::sync::mpsc::Sender;
|
|
unresolved imports `unbounded::unbounded`, `unbounded::UnboundedReceiver`, `unbounded::UnboundedRecvError`, `unbounded::UnboundedSendError`, `unbounded::UnboundedSender`, `unbounded::UnboundedStream`, `unbounded::UnboundedTryRecvError`:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel.rs#L30
error[E0432]: unresolved imports `unbounded::unbounded`, `unbounded::UnboundedReceiver`, `unbounded::UnboundedRecvError`, `unbounded::UnboundedSendError`, `unbounded::UnboundedSender`, `unbounded::UnboundedStream`, `unbounded::UnboundedTryRecvError`
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel.rs:30:5
|
30 | unbounded, UnboundedReceiver, UnboundedRecvError, UnboundedSendError, UnboundedSender,
| ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ no `UnboundedSender` in `channel::unbounded`
| | | | |
| | | | no `UnboundedSendError` in `channel::unbounded`
| | | no `UnboundedRecvError` in `channel::unbounded`
| | no `UnboundedReceiver` in `channel::unbounded`
| no `unbounded` in `channel::unbounded`
31 | UnboundedStream, UnboundedTryRecvError,
| ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ no `UnboundedTryRecvError` in `channel::unbounded`
| |
| no `UnboundedStream` in `channel::unbounded`
|
unresolved imports `oneshot::oneshot`, `oneshot::OneShotReceiver`, `oneshot::OneShotRecvError`, `oneshot::OneShotSender`, `oneshot::OneShotTryRecvError`:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel.rs#L28
error[E0432]: unresolved imports `oneshot::oneshot`, `oneshot::OneShotReceiver`, `oneshot::OneShotRecvError`, `oneshot::OneShotSender`, `oneshot::OneShotTryRecvError`
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel.rs:28:19
|
28 | pub use oneshot::{oneshot, OneShotReceiver, OneShotRecvError, OneShotSender, OneShotTryRecvError};
| ^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ no `OneShotTryRecvError` in `channel::oneshot`
| | | | |
| | | | no `OneShotSender` in `channel::oneshot`
| | | no `OneShotRecvError` in `channel::oneshot`
| | no `OneShotReceiver` in `channel::oneshot`
| no `oneshot` in `channel::oneshot`
|
unresolved imports `bounded::bounded`, `bounded::BoundedStream`, `bounded::Receiver`, `bounded::RecvError`, `bounded::SendError`, `bounded::Sender`, `bounded::TryRecvError`:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel.rs#L27
error[E0432]: unresolved imports `bounded::bounded`, `bounded::BoundedStream`, `bounded::Receiver`, `bounded::RecvError`, `bounded::SendError`, `bounded::Sender`, `bounded::TryRecvError`
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel.rs:27:19
|
27 | pub use bounded::{bounded, BoundedStream, Receiver, RecvError, SendError, Sender, TryRecvError};
| ^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^^ no `TryRecvError` in `channel::bounded`
| | | | | | |
| | | | | | no `Sender` in `channel::bounded`
| | | | | no `SendError` in `channel::bounded`
| | | | no `RecvError` in `channel::bounded`
| | | no `Receiver` in `channel::bounded`
| | no `BoundedStream` in `channel::bounded`
| no `bounded` in `channel::bounded`
|
= help: consider importing this struct instead:
std::sync::mpsc::Receiver
= help: consider importing this struct instead:
std::sync::mpsc::RecvError
= help: consider importing this struct instead:
std::sync::mpsc::SendError
= help: consider importing this struct instead:
std::sync::mpsc::Sender
= help: consider importing this enum instead:
std::sync::mpsc::TryRecvError
|
unresolved import `crate::art`:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/async_primitives/subscribable_mutex.rs#L1
error[E0432]: unresolved import `crate::art`
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/async_primitives/subscribable_mutex.rs:1:12
|
1 | use crate::art::{async_timeout, future::to, stream};
| ^^^ could not find `art` in the crate root
|
failed to resolve: could not find `art` in the crate root:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/async_primitives/subscribable_mutex.rs#L1
error[E0433]: failed to resolve: could not find `art` in the crate root
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/async_primitives/subscribable_mutex.rs:1:12
|
1 | use crate::art::{async_timeout, future::to, stream};
| ^^^ could not find `art` in the crate root
|
note: found an item that was configured out
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/lib.rs:17:9
|
17 | pub mod art;
| ^^^
= note: the item is gated behind the `async-std` feature
note: found an item that was configured out
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/lib.rs:22:9
|
22 | pub mod art;
| ^^^
= note: the item is gated behind the `tokio` feature
|
unresolved import `crate::art`:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/async_primitives/broadcast.rs#L2
error[E0432]: unresolved import `crate::art`
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/async_primitives/broadcast.rs:2:12
|
2 | use crate::art::async_block_on;
| ^^^ could not find `art` in the crate root
|
unresolved import `inner`:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs#L130
error[E0432]: unresolved import `inner`
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/unbounded.rs:130:9
|
130 | pub use inner::*;
| ^^^^^ use of undeclared crate or module `inner`
|
unresolved import `inner`:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/oneshot.rs#L86
error[E0432]: unresolved import `inner`
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/oneshot.rs:86:9
|
86 | pub use inner::*;
| ^^^^^ use of undeclared crate or module `inner`
|
unresolved import `inner`:
/home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs#L108
error[E0432]: unresolved import `inner`
--> /home/runner/.cargo/git/checkouts/async-compatibility-layer-274c4cb4d7d14514/482cece/src/channel/bounded.rs:108:9
|
108 | pub use inner::*;
| ^^^^^ use of undeclared crate or module `inner`
|
lint
Clippy had exited with the 101 exit code
|
semver-check
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
test
Process completed with exit code 101.
|
build
Process completed with exit code 101.
|
build-windows
Process completed with exit code 1.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs-plus/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs-plus/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|