]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/force-warn/force-allowed-by-default-lint.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / lint / force-warn / force-allowed-by-default-lint.stderr
CommitLineData
17df50a5
XL
1warning: hidden lifetime parameters in types are deprecated
2 --> $DIR/force-allowed-by-default-lint.rs:8:12
3 |
4LL | fn foo(x: &Foo) {}
5 | ^^^- help: indicate the anonymous lifetime: `<'_>`
6 |
136023e0 7 = note: requested on the command line with `--force-warn elided-lifetimes-in-paths`
17df50a5
XL
8
9warning: 1 warning emitted
10