We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$crate
Since #82069 was merged, the 'this error originates in macro <name>) messages sometimes contain $crate, instead of the actual crate name.
<name>
For example:
rust/src/test/ui/bound-suggestions.stderr
Line 8 in 9daf546
We should resolve these $crate identifiers to the actual crate name before displaying them to the user.
cc @cjgillot