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
stop linting [`blocks_in_conditions`] on `match` with weird attr macro case
should fixes: rust-lang#12016
---
changelog: [`blocks_in_conditions`] - fix FP on `match` with weird attr macro
This might not be the best solution, as the root cause (i think?) is the `span` of block was incorrectly given by the compiler?
I'm open to better solutions
In order to call listen on a TcpListener instance, I have to
use std::io::Listener
. Same for accept. Can these be moved intostd::io::net::tcp
??The text was updated successfully, but these errors were encountered: