rust/src/test/ui/lint/force-warn/force-allowed-by-default-lint.stderr

11 lines
327 B
Plaintext
Raw Normal View History

2021-05-27 17:19:39 +00:00
warning: hidden lifetime parameters in types are deprecated
2021-06-02 15:09:07 +00:00
--> $DIR/force-allowed-by-default-lint.rs:8:12
2021-05-27 17:19:39 +00:00
|
LL | fn foo(x: &Foo) {}
| ^^^- help: indicate the anonymous lifetime: `<'_>`
|
2021-06-04 21:21:43 +00:00
= note: requested on the command line with `--force-warns elided-lifetimes-in-paths`
2021-05-27 17:19:39 +00:00
warning: 1 warning emitted