From e513d7a13182729ce1b181552a59db65fa388a75 Mon Sep 17 00:00:00 2001 From: rustbot Date: Fri, 10 Dec 2021 12:06:22 +0000 Subject: [PATCH] ices/91461.rs: fixed with errors === stdout === === stderr === error: expected identifier, found reserved identifier `_` --> /home/runner/work/glacier/glacier/ices/91461.rs:1:7 | 1 | #[d=n(_:d:,)] | ^ expected identifier, found reserved identifier error: expected type, found `,` --> /home/runner/work/glacier/glacier/ices/91461.rs:1:11 | 1 | #[d=n(_:d:,)] | - -^ expected type | | | | | tried to parse a type due to this type ascription | while parsing this struct | = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` = note: see issue #23416 for more information error: expected type, found `,` --> /home/runner/work/glacier/glacier/ices/91461.rs:1:11 | 1 | #[d=n(_:d:,)] | -^ expected type | | | tried to parse a type due to this type ascription | = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` = note: see issue #23416 for more information error: expected item after attributes --> /home/runner/work/glacier/glacier/ices/91461.rs:1:1 | 1 | #[d=n(_:d:,)] | ^^^^^^^^^^^^^ error: aborting due to 4 previous errors ============== --- {ices => fixed}/91461.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/91461.rs (100%) diff --git a/ices/91461.rs b/fixed/91461.rs similarity index 100% rename from ices/91461.rs rename to fixed/91461.rs