From fe87728352045981fae00bd9ba30286e265130b7 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 6 Feb 2021 12:21:28 +0000 Subject: [PATCH] ices/70304.rs: fixed with errors === stdout === === stderr === error[E0107]: missing generics for associated type `Document::Cursor` --> /home/runner/work/glacier/glacier/ices/70304.rs:6:10 | 6 | type Cursor<'a>: DocCursor<'a>; | ^^^^^^ expected 1 lifetime argument | note: associated type defined here, with 1 lifetime parameter: `'a` --> /home/runner/work/glacier/glacier/ices/70304.rs:6:10 | 6 | type Cursor<'a>: DocCursor<'a>; | ^^^^^^ -- help: use angle brackets to add missing lifetime argument | 6 | type Cursor<'a><'a>: DocCursor<'a>; | ^^^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0107`. ============== --- {ices => fixed}/70304.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/70304.rs (100%) diff --git a/ices/70304.rs b/fixed/70304.rs similarity index 100% rename from ices/70304.rs rename to fixed/70304.rs