-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking Issue for io::Cursor::{split, split_mut} #86369
Copy link
Copy link
Open
Labels
A-ioArea: `std::io`, `std::fs`, `std::net` and `std::path`Area: `std::io`, `std::fs`, `std::net` and `std::path`C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-ioArea: `std::io`, `std::fs`, `std::net` and `std::path`Area: `std::io`, `std::fs`, `std::net` and `std::path`C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(cursor_split)]Steps / History
io::Cursor::{remaining, remaining_slice, is_empty}#86037io::Cursor::{remaining_slice, is_empty}#109174Unresolved Questions/Issues
nameremainingAddio::Cursor::{remaining, remaining_slice, is_empty}#86037 (comment)change signature ofremainingto returnusize. Tracking Issue forio::Cursor::{split, split_mut}#86369 (comment)conflict with<Cursor as bytes::Buf>::remainingTracking Issue forio::Cursor::{split, split_mut}#86369 (comment)