displaystr 0.1.16

An attribute macro for ergonomically implementing the Display trait
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: unexpected token
 --> tests/ui/missing_string.rs:1:23
  |
1 | #[displaystr::display(docs)]
  |                       ^^^^

error: expected this variant to have a string discriminant: `= "..."`
 --> tests/ui/missing_string.rs:4:5
  |
4 |     B,
  |     ^