docstr 0.4.10

Ergonomic multi-line string literals
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: macro path must be followed by `!`, try: `writeln!`
 --> tests/ui/wrong_punct.rs:3:21
  |
3 |     docstr::docstr!(writeln, s
  |                     ^^^^^^^

error: invalid macro path
  --> tests/ui/wrong_punct.rs:10:21
   |
10 |     docstr::docstr!(writeln s
   |                     ^^^^^^^