summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/def_id_nocore.stderr
blob: bfd0de4e13acbca18e10ff7673f2d7ca251c4624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 {
   |                   ^^^^
   |
   = help: consider choosing a less ambiguous name
   = note: `-D clippy::wrong-self-convention` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::wrong_self_convention)]`

error: aborting due to previous error