It is totally clear to me that this code (/tests/ui/non-quotable.rs)
fn main() {
let ip = Ipv4Addr::LOCALHOST;
let _ = quote! { #ip };
}
does not approach anywhere close to accessing the network, but explain this for Socket!
I suggest thinking of a less provocative example that would not trigger confusing alerts.
It is totally clear to me that this code (/tests/ui/non-quotable.rs)
does not approach anywhere close to accessing the network, but explain this for Socket!
I suggest thinking of a less provocative example that would not trigger confusing alerts.