We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@alexcrichton helped me find this the hard way. was running vlc by accident. this test
The test is a should fail, but doesn't since another process is listening on the port.
The text was updated successfully, but these errors were encountered:
The test should probably just fail!() immediately. We just want to compile it make sure the syntax/types are valid.
fail!()
Sorry, something went wrong.
std: adjust the TCP io doc example to work reliably.
26cfc43
Fixes rust-lang#11576 by making the code never run (and hence never pass when the test was marked `should_fail`).
14668f2
48eaa14
Auto merge of rust-lang#11576 - koka831:fix/10128, r=llogiq
d18d01a
write_literal: Fix index of the remaining positional arguments - fixes rust-lang/rust-clippy#10128 - `clippy --fix` replaces multiple warnings at once e.g.) ```rust writeln!(v, "{0} {1}", "hello", "world"); // before: `writeln!(v, "hello {1}", "world");` // now: `writeln!(v, "hello world");` ``` changelog: [`print_literal`], [`write_literal`]: Now handles positional argument properly
No branches or pull requests
@alexcrichton helped me find this the hard way. was running vlc by accident. this test
The test is a should fail, but doesn't since another process is listening on the port.
The text was updated successfully, but these errors were encountered: