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

Commit 8ea0942

Browse files
committed
ices/109299.rs: fixed with errors
=== stdout === === stderr === error[E0261]: use of undeclared lifetime name `'d` --> /home/runner/work/glacier/glacier/ices/109299.rs:10:21 | 10 | impl<'cursor> Lexer<'d> { | - ^^ undeclared lifetime | | | help: consider introducing lifetime `'d` here: `'d,` error[E0412]: cannot find type `DocCursorImpl` in this scope --> /home/runner/work/glacier/glacier/ices/109299.rs:11:23 | 11 | type Cursor<'a> = DocCursorImpl<'a>; | ^^^^^^^^^^^^^ not found in this scope error[E0658]: inherent associated types are unstable --> /home/runner/work/glacier/glacier/ices/109299.rs:11:5 | 11 | type Cursor<'a> = DocCursorImpl<'a>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #8995 <rust-lang/rust#8995> for more information = help: add `#![feature(inherent_associated_types)]` to the crate attributes to enable error: aborting due to 3 previous errors Some errors have detailed explanations: E0261, E0412, E0658. For more information about an error, try `rustc --explain E0261`. ==============
1 parent ac0fdd9 commit 8ea0942

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed

ices/109299.rs fixed/109299.rs

File renamed without changes.

0 commit comments

Comments
 (0)