From ba2d8044e01c5a667ee564885852c7119bbf1c76 Mon Sep 17 00:00:00 2001 From: rustbot Date: Fri, 17 Jul 2020 12:15:13 +0000 Subject: [PATCH] ices/71169.rs: fixed with errors === stdout === === stderr === error[E0770]: the type of const parameters must not depend on other generic parameters --> /home/runner/work/glacier/glacier/ices/71169.rs:4:43 | 4 | fn foo() {} | ^^^ the type must not depend on the parameter `LEN` error: constant expression depends on a generic parameter --> /home/runner/work/glacier/glacier/ices/71169.rs:8:14 | 8 | foo::<4, DATA>(); | ^^^^ | = note: this may fail depending on what value the parameter takes error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0770`. ============== --- {ices => fixed}/71169.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/71169.rs (100%) diff --git a/ices/71169.rs b/fixed/71169.rs similarity index 100% rename from ices/71169.rs rename to fixed/71169.rs