Utkarsh Bhardwaj

Results 1 issues of Utkarsh Bhardwaj

Currently, enum variants defined by `custom_error!` macro do not support attributes. ```rust custom_error! {pub FooError IO {source: std::io::Error} = "IO operations failed unexpectedly.", #[cfg(feature = "use-mpsc")] MpscRecv {source: std::sync::mpsc::RecvError} =...