Skip to content

1.1.2 — fixed compile errors for traits which have references in method signatures

Latest
Compare
Choose a tag to compare
@kotauskas kotauskas released this 13 Apr 13:04
· 4 commits to main since this release
83be308

This patch implements a workaround for a currently known and unfixed compiler bug, #70263, which prevented all traits with #[thin_trait_objects] which have any references or generic lifetime arguments (which get translated to HRTBs in function pointers) from compiling.