docstr 0.4.10

Ergonomic multi-line string literals
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: only string "..." or r"..." literals are supported
 --> tests/ui/multiple.rs:3:17
  |
3 |         #[doc = 4]
  |                 ^

error: only string "..." or r"..." literals are supported
 --> tests/ui/multiple.rs:5:17
  |
5 |         #[doc = false]
  |                 ^^^^^