From 295abc55c10dfb0fa7c51b1773c54effcdc6b7b5 Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 5 Nov 2020 12:19:37 +0000 Subject: [PATCH] ices/55414.rs: fixed with errors === stdout === === stderr === error: unexpected token: `(10u32)` --> /home/runner/work/glacier/glacier/ices/55414.rs:3:25 | 3 | #[rustc_dummy = $expr] // Any key-value attribute, not necessarily `doc` | ^^^^^ ... 10 | bug!((line!())); | ---------------- in this macro invocation | = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) error[E0658]: the `#[rustc_dummy]` attribute is just used for rustc unit tests and will never be stable --> /home/runner/work/glacier/glacier/ices/55414.rs:3:9 | 3 | #[rustc_dummy = $expr] // Any key-value attribute, not necessarily `doc` | ^^^^^^^^^^^^^^^^^^^^^^ ... 10 | bug!((line!())); | ---------------- in this macro invocation | = help: add `#![feature(rustc_attrs)]` to the crate attributes to enable = 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 E0658`. ============== --- {ices => fixed}/55414.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/55414.rs (100%) diff --git a/ices/55414.rs b/fixed/55414.rs similarity index 100% rename from ices/55414.rs rename to fixed/55414.rs