warning: hidden lifetime parameters in types are deprecated | |
--> $DIR/force-allowed-by-default-lint.rs:8:12 | |
| | |
LL | fn foo(x: &Foo) {} | |
| ^^^- help: indicate the anonymous lifetime: `<'_>` | |
| | |
= note: warning forced by `force-warns` commandline option | |
warning: 1 warning emitted | |