summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/doc_link_with_quotes.stderr
blob: ea730e667d65bdad1526230f532258448df55596 (plain)
1
2
3
4
5
6
7
8
9
10
error: possible intra-doc link using quotes instead of backticks
  --> $DIR/doc_link_with_quotes.rs:7:12
   |
LL | /// Calls ['bar'] uselessly
   |            ^^^^^
   |
   = note: `-D clippy::doc-link-with-quotes` implied by `-D warnings`

error: aborting due to previous error