Use diff tool to visualize desugaring changes

This commit is contained in:
Joscha 2022-11-21 13:01:15 +01:00
parent a3d6efcaec
commit 29aa474b6a
3 changed files with 90 additions and 10 deletions

View file

@ -8,3 +8,4 @@ anyhow = "1.0.66"
chumsky = "0.8.0"
clap = { version = "4.0.26", features = ["derive", "deprecated"] }
pretty = "0.11.3"
tempfile = "3.3.0"