Open
Description
Feature gate: #![feature(io_const_error)]
This is a tracking issue for const_error!
, a macro to create io::Error
s from a string literal without allocating.
Public API
// std::io
macro const_error($kind:expr, $message:expr $(,)?) { ... }
Steps / History
- ACP: Expose the internal
SimpleMessage
struct and allow creatingstd::io::Error
s with them libs-team#205 - Implementation: #...
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.