diff --git a/compiler/cl-typeck/src/lib.rs b/compiler/cl-typeck/src/lib.rs index 18092bb..a47e3fc 100644 --- a/compiler/cl-typeck/src/lib.rs +++ b/compiler/cl-typeck/src/lib.rs @@ -47,7 +47,6 @@ //! 3. Traverse all [definitions](definition::Def), //! and [resolve the types for every item](type_resolver) //! 4. TODO: Construct a typed AST for expressions, and type-check them -#![feature(debug_closure_helpers)] #![warn(clippy::all)] pub mod key;