We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2909e3f commit 334a696Copy full SHA for 334a696
n0-error-macros/src/lib.rs
@@ -42,7 +42,10 @@ use syn::{
42
/// #[error(from_sources)]
43
/// enum MyError {
44
/// #[error("io failed")]
45
-/// Io { source: std::io::Error, meta: n0_error::Meta },
+/// Io {
46
+/// source: std::io::Error,
47
+/// meta: n0_error::Meta,
48
+/// },
49
/// #[error("remote failed with {_0}")]
50
/// RemoteErrorCode(u32, #[error(meta)] n0_error::Meta),
51
/// }
0 commit comments