From 8fb498e314db7e5b912469a444ac613c4924d80f Mon Sep 17 00:00:00 2001 From: Padraic Fanning Date: Fri, 11 Jun 2021 19:04:25 -0400 Subject: [PATCH] Add 86082 Simplified. Issue: rust-lang/rust#86082 --- ices/86082.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ices/86082.rs diff --git a/ices/86082.rs b/ices/86082.rs new file mode 100644 index 00000000..4296a6f7 --- /dev/null +++ b/ices/86082.rs @@ -0,0 +1,3 @@ +fn main() { + option_env!("\0") +}