From 4afa72075b19e4058be81f217e9633824d0148fe Mon Sep 17 00:00:00 2001 From: rustbot Date: Tue, 2 Feb 2021 12:25:36 +0000 Subject: [PATCH] ices/75682.rs: fixed with errors === stdout === === stderr === error[E0277]: the trait bound `InterruptSectorManager: Copy` is not satisfied --> /home/runner/work/glacier/glacier/ices/75682.rs:5:43 | 5 | static FOO: [InterruptSectorManager; 2] = [InterruptSectorManager { field: &() }; 2]; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `InterruptSectorManager` | = note: the `Copy` trait is required because the repeated element will be copied error: aborting due to previous error For more information about this error, try `rustc --explain E0277`. ============== --- {ices => fixed}/75682.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/75682.rs (100%) diff --git a/ices/75682.rs b/fixed/75682.rs similarity index 100% rename from ices/75682.rs rename to fixed/75682.rs