Nahor
Nahor
## Code ```rust #[derive(Debug, Diagnostic, Error)] #[error("oops!")] #[diagnostic(code(oops::my::bad), help("try doing it better next time?"))] struct MyBad { #[source_code] src: NamedSource, #[label("this bit here")] highlight: SourceSpan, } let src = "one\ntwoo\nthree".to_string();...
Output of `restic version` -------------------------- 0.16.4 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- It would be nice to have an option to align...
Except for `smart_pointers` and `conversions`, all the exercises are in alphabetical order, which is convenient since one can then just open them one after the other. With those two though,...