From 483b66c14026a719c07b8523bb9dab3603f125ef Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 10 Oct 2021 12:06:52 +0000 Subject: [PATCH] ices/68295.rs: fixed with errors === stdout === === stderr === error[E0308]: mismatched types --> /home/runner/work/glacier/glacier/ices/68295.rs:41:5 | 37 | pub fn crash(input: Matrix) -> Matrix | ----------------- expected `Matrix` because of return type ... 41 | input.into_owned() | ^^^^^^^^^^^^^^^^^^ expected `u32`, found associated type | = note: expected struct `Matrix<_, _, u32>` found struct `Matrix<_, _, <() as Allocator>::Buffer>` = help: consider constraining the associated type `<() as Allocator>::Buffer` to `u32` = note: for more information, visit https://doc.rust-lang.org/book/ch19-03-advanced-traits.html error: aborting due to previous error For more information about this error, try `rustc --explain E0308`. ============== --- {ices => fixed}/68295.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/68295.rs (100%) diff --git a/ices/68295.rs b/fixed/68295.rs similarity index 100% rename from ices/68295.rs rename to fixed/68295.rs