From efe6fcbef4071f572c8f275ab5e7dfab3a3070c2 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 24 Mar 2023 23:42:40 -0700 Subject: [PATCH] Revert "Decouple current syntax tree from the one codegen uses" This reverts commit ec9de4642d70105d2a73f1eb6654405ce5ff8be5. --- codegen/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 65a31d44b1..3aef7137a3 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -23,3 +23,5 @@ thiserror = "1" toml = "0.5" [workspace] +[patch.crates-io] +syn = { path = ".." }