ohno 0.4.0

High-quality Rust error handling.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: `#[display(...)]` positional arguments are implicitly scoped to `self`, so a field is referenced by its bare name, without a `self.` prefix
  --> tests/ui/display_self_prefixed_argument.rs:10:27
   |
10 | #[display("bad path: {}", self.path.display())]
   |                           ^^^^

error: `#[display(...)]` positional arguments are implicitly scoped to `self`, so a field is referenced by its bare name, without a `self.` prefix
  --> tests/ui/display_self_prefixed_argument.rs:16:27
   |
16 | #[display("bad path: {}", self)]
   |                           ^^^^