Closed lowr closed 2 years ago
@bors r+
:pushpin: Commit f29926542ed4e12f7f00967543f90120c6e6748b has been approved by jackh726
It is now in the queue for this repository.
:hourglass: Testing commit f29926542ed4e12f7f00967543f90120c6e6748b with merge 8138a990a10bb36428c098892a1083697bd106ff...
:sunny: Test successful - checks-actions Approved by: jackh726 Pushing 8138a990a10bb36428c098892a1083697bd106ff to master...
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.