Closed
Description
CI started failing on the frontend test a couple of days ago. It corresponds with this change on the rustdoc side: the character "⎘" was added after item names in the headers, allowing users to copy the item's relevant use
path.
Cool change, it just breaks the doc UI test. No actual attribute code needs to be changed. An easy fix would be to use something like substring
to just grab the first n
characters and match those.
No release should be necessary to resolve this.