Open joboet opened 4 days ago
Feature gate: #![feature(io_const_error)]
#![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 $(,)?) { ... }
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
Unresolved Questions