From 6dfb788190adeaddc6f45d4a25d3fa5feacf47a4 Mon Sep 17 00:00:00 2001 From: Artemy Date: Thu, 11 Aug 2022 17:12:20 +0300 Subject: [PATCH] Merge branch 'master' of https://github.com/mrMiiao/ONLang_contribution into pr/2 --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 2bbb186..e6cf4e0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,5 @@ +#![feature(box_syntax, panic_info_message)] + use clap::Parser; use std::fs; use std::time::Instant;