rust/tests/ui/issues/issue-23485.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
332 B
Plaintext
Raw Normal View History

2024-02-06 20:42:01 -06:00
warning: method `clone_first` is never used
--> $DIR/issue-23485.rs:20:8
|
LL | trait Iterator {
| -------- method in this trait
...
LL | fn clone_first(mut self) -> Option<<Self::Item as Deref>::Target> where
| ^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted