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
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== stdout ===
=== stderr ===
error: lifetime may not live long enough
--> /home/runner/work/glacier/glacier/ices/102209.rs:12:24
|
7 | impl NfaBuilder<'_> {
| -- lifetime `'2` appears in the `impl`'s self type
8 | pub fn with<R, F: FnOnce(NfaBuilder<'_>) -> R>(f: F) -> R {
9 | Brand::with(|brand| {
| ----- has type `Brand<'1>`
...
12 | brand: brand.lt,
| ^^^^^^^^ this usage requires that `'1` must outlive `'2`
error: lifetime may not live long enough
--> /home/runner/work/glacier/glacier/ices/102209.rs:12:24
|
7 | impl NfaBuilder<'_> {
| -- lifetime `'1` appears in the `impl`'s self type
...
12 | brand: brand.lt,
| ^^^^^^^^ this usage requires that `'1` must outlive `'static`
error: aborting due to 2 previous errors
==============
0 commit comments