Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #779 - lowr:fix/derive-fallible-type-interner, r=jackh726
Fix parameter for `Interner` in `derive(FallibleTypeFolder)` macro In custom derive macro for `FallibleTypeFolder` introduced in #772, there's one occurrence of raw type parameter that is not guaranteed to exist. This patch replaces it with `#interner` to be interpolated at proc macro runtime like in other methods.
- Loading branch information