Refactor AST trait bound modifiers

This commit is contained in:
León Orell Valerian Liehr
2023-12-20 15:22:06 +01:00
parent bf9229a2e3
commit 5e4f12b41a
16 changed files with 195 additions and 201 deletions

View File

@@ -4,6 +4,7 @@
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]
#![feature(box_patterns)]
#![feature(let_chains)]
#![recursion_limit = "256"]
mod helpers;