From 7f9dcc013e25f59a07fb29da981059833d0979d1 Mon Sep 17 00:00:00 2001 From: Padraic Fanning Date: Sat, 20 Feb 2021 13:44:27 -0500 Subject: [PATCH] Add 82328 Issue: rust-lang/rust#82328 --- ices/82328.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ices/82328.sh diff --git a/ices/82328.sh b/ices/82328.sh new file mode 100644 index 00000000..e99671cb --- /dev/null +++ b/ices/82328.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +rustc -Zunpretty=hir,typed - <<'EOF' +fn main() {} + +fn foo(-128..=127: i8) {} +EOF