From 322e14fdcbe75cb12974d17a40f972b76aefbcec Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 16 May 2022 16:10:38 +0100 Subject: [PATCH] w --- src/main.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index cc778c3..abdbbbe 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,6 @@ #![allow(dead_code)] #![allow(unused_variables)] +#![allow(unused_imports)] use std::mem::MaybeUninit; @@ -14,7 +15,7 @@ impl Ish for Inner { const N: usize = 1; const F: &'static [&'static str] = &["i"]; } - +/* const fn plus (x: &'static [&'static str], b: &'static [&'static str], @@ -41,6 +42,7 @@ impl Ish for Outer { ) }; } +*/ fn main(){ eprintln!("IF {:?}", Inner::F); -- 2.30.2