Improve const traits diagnostics for new desugaring

This commit is contained in:
Deadbeef
2024-10-02 19:42:06 +08:00
parent 2305aad7ac
commit 7f6150b577
24 changed files with 224 additions and 168 deletions

View File

@@ -67,7 +67,7 @@ macro_rules! TrivialLiftImpls {
};
}
/// Used for types that are `Copy` and which **do not care arena
/// Used for types that are `Copy` and which **do not care about arena
/// allocated data** (i.e., don't need to be folded).
#[macro_export]
macro_rules! TrivialTypeTraversalImpls {