From 9e15e4cbacdb4aab50fac77918c6cb5eeecffb7f Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 11 Jul 2021 12:06:05 +0000 Subject: [PATCH] ices/83921.rs: fixed with errors === stdout === === stderr === error[E0552]: incorrect `repr(packed)` attribute format: `packed` takes exactly one parenthesized argument, or no parentheses at all --> /home/runner/work/glacier/glacier/ices/83921.rs:2:8 | 2 | #[repr(packed())] | ^^^^^^^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0552`. ============== --- {ices => fixed}/83921.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/83921.rs (100%) diff --git a/ices/83921.rs b/fixed/83921.rs similarity index 100% rename from ices/83921.rs rename to fixed/83921.rs