summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/def_id_nocore.stderr
blob: 6210d7c6cfd80c1d32369494f3010694b606dc65 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: methods called `as_*` usually take `self` by reference or `self` by mutable reference
  --> $DIR/def_id_nocore.rs:27:19
   |
LL |     pub fn as_ref(self) -> &'static str {
   |                   ^^^^
   |
   = note: `-D clippy::wrong-self-convention` implied by `-D warnings`
   = help: consider choosing a less ambiguous name

error: aborting due to previous error