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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
#![feature(io_const_error)]
Feature gate: #![feature(io_const_error)]
This is a tracking issue for const_error!, a macro to create io::Errors from a string literal without allocating.
const_error!
io::Error
// std::io macro const_error($kind:expr, $message:expr $(,)?) { ... }
SimpleMessage
std::io::Error
Originally posted by @joboet in rust-lang/rust#133448
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 rust-lang/libs-team#205Unresolved Questions
Originally posted by @joboet in rust-lang/rust#133448
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: