summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/doc_link_with_quotes.stderr
blob: bf6d57d8afe8c8788eae2122b30a1e2f69963bb0 (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:1
   |
LL | /// Calls ['bar']
   | ^^^^^^^^^^^^^^^^^
   |
   = note: `-D clippy::doc-link-with-quotes` implied by `-D warnings`

error: aborting due to previous error