rust/tests/ui/impl-trait/example-st.stderr

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

11 lines
187 B
Plaintext
Raw Normal View History

2024-02-07 10:42:01 +08:00
warning: trait `Bind` is never used
--> $DIR/example-st.rs:6:7
|
LL | trait Bind<F> {
| ^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted