rust-clippy/tests/ui/def_id_nocore.stderr

13 lines
463 B
Text
Raw Normal View History

error: methods called `as_*` usually take `self` by reference or `self` by mutable reference
--> tests/ui/def_id_nocore.rs:27:19
|
LL | pub fn as_ref(self) -> &'static str {
| ^^^^
|
= help: consider choosing a less ambiguous name
2022-09-22 16:04:22 +00:00
= 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 1 previous error