-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
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
std::net_tcp: transfer ownership of write buffer to i/o task. #2655
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Comments
I'm not sure if this is really backwards-compatible. Re-nominating for production-ready (note that the FIXME comment says 2656). |
made obsolete by work going on on #4248, closing |
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Nov 15, 2022
bump rustc-build-sysroot
Aaron1011
pushed a commit
to Aaron1011/rust
that referenced
this issue
Jan 6, 2023
bump rustc-build-sysroot
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
…`ensures` clauses (rust-lang#2655) Co-authored-by: Celina G. Val <[email protected]> Co-authored-by: Felipe R. Monteiro <[email protected]>
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
### Description of changes: Expands the contract features introduced in rust-lang#2655 by completing the checking with stubbing/replacement capabilities. ### Resolved issues: Resolves rust-lang#2621 ### Related RFC: [0009 Function Contracts](https://model-checking.github.io/kani/rfc/rfcs/0009-function-contracts.html) By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. --------- Co-authored-by: Celina G. Val <[email protected]> Co-authored-by: Felipe R. Monteiro <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
As per fixme.
The text was updated successfully, but these errors were encountered: