]> git.proxmox.com Git - rustc.git/blame - src/test/ui/nll/user-annotations/inherent-associated-constants.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / nll / user-annotations / inherent-associated-constants.stderr
CommitLineData
9fa01778 1error: lifetime may not live long enough
923072b8 2 --> $DIR/inherent-associated-constants.rs:8:5
9fa01778
XL
3 |
4LL | fn non_wf_associated_const<'a>(x: i32) {
5 | -- lifetime `'a` defined here
532ac7d7 6LL | A::<'a>::IC;
9fa01778
XL
7 | ^^^^^^^^^^^ requires that `'a` must outlive `'static`
8
9error: aborting due to previous error
10