Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 705e438

Browse files
committed
ices/102209.rs: fixed with errors
=== 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 ==============
1 parent cd0b80b commit 705e438

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)