From cceccc85ab98e450890b83b3541c3afe6e1d84d6 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 11 Mar 2020 12:09:11 +0000 Subject: [PATCH] ices/62046.rs: fixed with errors === stdout === === stderr === error[E0668]: malformed inline assembly --> /home/runner/work/glacier/glacier/ices/62046.rs:10:9 | 10 | asm!("mov $1, $0" : "+r"("r15") : "*m"(&(*new).r15)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) error[E0668]: malformed inline assembly --> /home/runner/work/glacier/glacier/ices/62046.rs:11:9 | 11 | asm!("mov $1, $0" : "+r"("rsp") : "*m"(&(*new).rsp)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0668`. ============== --- {ices => fixed}/62046.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/62046.rs (100%) diff --git a/ices/62046.rs b/fixed/62046.rs similarity index 100% rename from ices/62046.rs rename to fixed/62046.rs