Skip to content
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

Tracking Issue for #![feature(unsupported_error)] #78877

Closed
CDirkx opened this issue Nov 8, 2020 · 1 comment
Closed

Tracking Issue for #![feature(unsupported_error)] #78877

CDirkx opened this issue Nov 8, 2020 · 1 comment
Labels
A-error-handling Area: Error handling A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` B-unstable Blocker: Implemented in the nightly compiler and unstable. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. Libs-Tracked Libs issues that are tracked on the team's project board. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Comments

@CDirkx
Copy link
Contributor

CDirkx commented Nov 8, 2020

This is a tracking issue for adding a new variant Unsupported to std::io::ErrorKind.
The feature gate for the issue is #![feature(unssupported_error)].

/// This operation is unsupported on this platform
Unsupported

Implementation PR: #78880

@CDirkx CDirkx added the C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. label Nov 8, 2020
@CDirkx CDirkx changed the title Tracking Issue for not_supported_error Tracking Issue for #![featue("not_supported_error")] Nov 8, 2020
@Mark-Simulacrum Mark-Simulacrum added T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. B-unstable Blocker: Implemented in the nightly compiler and unstable. labels Nov 8, 2020
@m-ou-se m-ou-se changed the title Tracking Issue for #![featue("not_supported_error")] Tracking Issue for #![feature("not_supported_error")] Nov 9, 2020
@camelid camelid changed the title Tracking Issue for #![feature("not_supported_error")] Tracking Issue for #![feature(not_supported_error)] Nov 9, 2020
@camelid camelid added the A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` label Nov 9, 2020
@KodrAus KodrAus added the Libs-Tracked Libs issues that are tracked on the team's project board. label Dec 16, 2020
@KodrAus KodrAus added the A-error-handling Area: Error handling label Jan 6, 2021
@CDirkx CDirkx changed the title Tracking Issue for #![feature(not_supported_error)] Tracking Issue for #![feature(unsupported_error)] Apr 24, 2021
@CDirkx
Copy link
Contributor Author

CDirkx commented Apr 24, 2021

Closing this issue as Unsupported was insta-stabilized.

@CDirkx CDirkx closed this as completed Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-error-handling Area: Error handling A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` B-unstable Blocker: Implemented in the nightly compiler and unstable. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. Libs-Tracked Libs issues that are tracked on the team's project board. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants