blob: c1030152814ce4976feea4586c8753665a2c8992 [file] [log] [blame] [edit]
error: lifetime may not live long enough
--> $DIR/inherent-associated-constants.rs:8:5
|
LL | fn non_wf_associated_const<'a>(x: i32) {
| -- lifetime `'a` defined here
LL | A::<'a>::IC;
| ^^^^^^^^^^^ requires that `'a` must outlive `'static`
error: aborting due to 1 previous error