From c0be7ce85a79860e32ffd25a9f3bfc38ca236d3b Mon Sep 17 00:00:00 2001 From: Olivia Crain Date: Sat, 3 Oct 2020 16:08:04 -0500 Subject: [PATCH] Add ICE 77475 --- ices/77475.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ices/77475.rs diff --git a/ices/77475.rs b/ices/77475.rs new file mode 100644 index 00000000..ad3c9019 --- /dev/null +++ b/ices/77475.rs @@ -0,0 +1,5 @@ +#![feature(decl_macro)] +extern crate self as _; +pub macro ice(){} + +fn main(){}