From 059ccd38a658dbd7a6cfcf6dce41a6ea1121c46f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:16:51 +0900 Subject: [PATCH] ices/77323.rs: fixed with errors (#696) === stdout === === stderr === error: attribute requires -Z query-dep-graph to be enabled --> /home/runner/work/glacier/glacier/ices/77323.rs:2:1 | 2 | #![rustc_if_this_changed] | ^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error ============== Co-authored-by: rustbot --- {ices => fixed}/77323.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/77323.rs (100%) diff --git a/ices/77323.rs b/fixed/77323.rs similarity index 100% rename from ices/77323.rs rename to fixed/77323.rs