You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: build failed, waiting for other jobs to finish...
error[E0308]: mismatched types
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/socket.rs:1776:23
|
1776 | from!(net::TcpStream, Socket);
| ^^^^^^ expected struct Socket, found ()
|
::: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/lib.rs:104:16
|
104 | fn from(socket: $from) -> $for {
| ---- implicitly returns () as its body has no tail or return expression
error[E0308]: mismatched types
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/socket.rs:1777:25
|
1777 | from!(net::TcpListener, Socket);
| ^^^^^^ expected struct Socket, found ()
|
::: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/lib.rs:104:16
|
104 | fn from(socket: $from) -> $for {
| ---- implicitly returns () as its body has no tail or return expression
error[E0308]: mismatched types
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/socket.rs:1778:23
|
1778 | from!(net::UdpSocket, Socket);
| ^^^^^^ expected struct Socket, found ()
|
::: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/lib.rs:104:16
|
104 | fn from(socket: $from) -> $for {
| ---- implicitly returns () as its body has no tail or return expression
error[E0308]: mismatched types
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/socket.rs:1779:15
|
1779 | from!(Socket, net::TcpStream);
| ^^^^^^^^^^^^^^ expected struct TcpStream, found ()
|
::: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/lib.rs:104:16
|
104 | fn from(socket: $from) -> $for {
| ---- implicitly returns () as its body has no tail or return expression
error[E0308]: mismatched types
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/socket.rs:1780:15
|
1780 | from!(Socket, net::TcpListener);
| ^^^^^^^^^^^^^^^^ expected struct TcpListener, found ()
|
::: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/lib.rs:104:16
|
104 | fn from(socket: $from) -> $for {
| ---- implicitly returns () as its body has no tail or return expression
error[E0308]: mismatched types
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/socket.rs:1781:15
|
1781 | from!(Socket, net::UdpSocket);
| ^^^^^^^^^^^^^^ expected struct UdpSocket, found ()
|
::: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/lib.rs:104:16
|
104 | fn from(socket: $from) -> $for {
| ---- implicitly returns () as its body has no tail or return expression
The text was updated successfully, but these errors were encountered:
warning: build failed, waiting for other jobs to finish...
error[E0308]: mismatched types
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/socket.rs:1776:23
|
1776 | from!(net::TcpStream, Socket);
| ^^^^^^ expected struct
Socket
, found()
|
::: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/lib.rs:104:16
|
104 | fn from(socket: $from) -> $for {
| ---- implicitly returns
()
as its body has no tail orreturn
expressionerror[E0308]: mismatched types
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/socket.rs:1777:25
|
1777 | from!(net::TcpListener, Socket);
| ^^^^^^ expected struct
Socket
, found()
|
::: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/lib.rs:104:16
|
104 | fn from(socket: $from) -> $for {
| ---- implicitly returns
()
as its body has no tail orreturn
expressionerror[E0308]: mismatched types
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/socket.rs:1778:23
|
1778 | from!(net::UdpSocket, Socket);
| ^^^^^^ expected struct
Socket
, found()
|
::: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/lib.rs:104:16
|
104 | fn from(socket: $from) -> $for {
| ---- implicitly returns
()
as its body has no tail orreturn
expressionerror[E0308]: mismatched types
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/socket.rs:1779:15
|
1779 | from!(Socket, net::TcpStream);
| ^^^^^^^^^^^^^^ expected struct
TcpStream
, found()
|
::: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/lib.rs:104:16
|
104 | fn from(socket: $from) -> $for {
| ---- implicitly returns
()
as its body has no tail orreturn
expressionerror[E0308]: mismatched types
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/socket.rs:1780:15
|
1780 | from!(Socket, net::TcpListener);
| ^^^^^^^^^^^^^^^^ expected struct
TcpListener
, found()
|
::: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/lib.rs:104:16
|
104 | fn from(socket: $from) -> $for {
| ---- implicitly returns
()
as its body has no tail orreturn
expressionerror[E0308]: mismatched types
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/socket.rs:1781:15
|
1781 | from!(Socket, net::UdpSocket);
| ^^^^^^^^^^^^^^ expected struct
UdpSocket
, found()
|
::: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/lib.rs:104:16
|
104 | fn from(socket: $from) -> $for {
| ---- implicitly returns
()
as its body has no tail orreturn
expressionThe text was updated successfully, but these errors were encountered: