-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decanoncalize std types in the expected and actual ASTs
Based on a PR comment from @ahl. Remove some ugly special-case handling, and unconditionally decanonicalize all `std`-prefixed types in both the generated code as well as the original types' ASTs. With this in place, we can expect the two ASTs to match exactly, which some of the tests assert.
- Loading branch information
Showing
1 changed file
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters