From 6efb49eb4b82297eb5e52321072325ad98587156 Mon Sep 17 00:00:00 2001 From: Olivia Crain Date: Fri, 16 Oct 2020 09:42:16 -0500 Subject: [PATCH 1/2] Add ICE 77993 --- ices/77993.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ices/77993.sh diff --git a/ices/77993.sh b/ices/77993.sh new file mode 100644 index 00000000..3a52951d --- /dev/null +++ b/ices/77993.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +rustc --edition 2018 - << EOF +async fn test() -> Box { + macro!() +} + +fn main() {} + +EOF + + From aaa40ed291f83ebb4f56e3b6d96180d39ea26403 Mon Sep 17 00:00:00 2001 From: Olivia Crain Date: Fri, 16 Oct 2020 09:43:41 -0500 Subject: [PATCH 2/2] Newlines, ew --- ices/77993.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ices/77993.sh b/ices/77993.sh index 3a52951d..2c840ea6 100644 --- a/ices/77993.sh +++ b/ices/77993.sh @@ -8,5 +8,3 @@ async fn test() -> Box { fn main() {} EOF - -