Tracking Issue for io::const_error!
#133448
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(io_const_error)]
This is a tracking issue for
const_error!
, a macro to createio::Error
s from a string literal without allocating.Public API
Steps / History
SimpleMessage
struct and allow creatingstd::io::Error
s with them libs-team#205Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: