You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: hiding a lifetime that's elided elsewhere is confusing
--> src/clint/msip.rs:25:17
|
25 | pub fn msip(&mutself) -> MSIP_W<MSIP_SPEC> {
| ^^^^^^^^^ ----------------- the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default