Update to edition 2021

Except there's some issues with parser macros preventing it for
schala-language
This commit is contained in:
Greg Shuflin
2021-10-21 12:33:56 -07:00
parent 248af74ec0
commit b5484e67ee
3 changed files with 3 additions and 4 deletions

View File

@@ -2,8 +2,7 @@
name = "schala-repl"
version = "0.1.0"
authors = ["greg <greg.shuflin@protonmail.com>"]
edition = "2018"
resolver = "2"
edition = "2021"
[dependencies]
llvm-sys = "70.0.2"

View File

@@ -1,4 +1,4 @@
#![feature(box_patterns, box_syntax, proc_macro_hygiene, decl_macro)]
#![feature(box_patterns, box_syntax, proc_macro_hygiene, decl_macro, iter_intersperse)]
#![feature(plugin)]
#[macro_use]