From eb10bf9f1a3fe331cf9d08b1da66a9ad41a173ad Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 23 Jul 2020 12:14:32 +0000 Subject: [PATCH] ices/73252.rs: fixed with errors === stdout === === stderr === error[E0277]: the trait bound `(): Foo` is not satisfied --> /home/runner/work/glacier/glacier/ices/73252.rs:6:5 | 6 | pub fn lint_me() -> <() as Foo>::Assoc; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Foo` is not implemented for `()` error: aborting due to previous error For more information about this error, try `rustc --explain E0277`. ============== --- {ices => fixed}/73252.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/73252.rs (100%) diff --git a/ices/73252.rs b/fixed/73252.rs similarity index 100% rename from ices/73252.rs rename to fixed/73252.rs