mirror of https://github.com/rust-lang/rfcs.git
fix: Ensure a syntax drawback is also in the comparison
This commit is contained in:
parent
38cf0ee942
commit
c3625147c2
|
@ -144,6 +144,9 @@ Benefits:
|
|||
its own
|
||||
- In the future, this can be leveraged by other build systems or tools
|
||||
|
||||
Downsides:
|
||||
- When sharing in markdown documents (e.g. GitHub issues), requires people escape markdown code fences with an extra backtick which they are likely not used to doing (or aware even exists)
|
||||
|
||||
### Alternative 1: Doc-comment
|
||||
|
||||
```rust
|
||||
|
|
Loading…
Reference in New Issue