Depends on D102579
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Demangle/rust.test | ||
---|---|---|
178–179 | The changes in which features are used to test (for instance in the previous patch/tests - for "T" in this similar context, generic args ("p"/"_") were used, but this one uses u8 - it'd be good to be consistent unless there's a particular reason for the variation (in which case maybe a comment explaining what's significant, or not, about these cases, would be useful). (similarly back to the 'A' and 'S' productions in the types set, further up) |
Comment Actions
Looks good, thanks!
Probably good to commit these as separate changes, since they seem independent.
The changes in which features are used to test (for instance in the previous patch/tests - for "T" in this similar context, generic args ("p"/"_") were used, but this one uses u8 - it'd be good to be consistent unless there's a particular reason for the variation (in which case maybe a comment explaining what's significant, or not, about these cases, would be useful).
(similarly back to the 'A' and 'S' productions in the types set, further up)