about summary refs log tree commit diff
path: root/src/test/incremental/thinlto
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-08-21 15:00:30 -0400
committerJoshua Nelson <jyn514@gmail.com>2020-09-05 13:48:19 -0400
commit19d100278d9609c389780e2692dddaeb45fba301 (patch)
tree1bbeef2e0f4c13c85a2c65da58b8d5eb0c5e433e /src/test/incremental/thinlto
parente2d69f2eb115b0b6a433977ae7c5a73c249a4f98 (diff)
downloadrust-19d100278d9609c389780e2692dddaeb45fba301.tar.gz
rust-19d100278d9609c389780e2692dddaeb45fba301.zip
Fix failures to resolve primitives
Previously, when looking for the associated items for primitives,
rustdoc would look for primitives in the current namespace.
But all primitives are in the type namespace. To fix this, rustdoc now
always looks for primitives in the namespace when considering them as a
stepping stone to the associated item.

However, fixing that bug caused several duplicate errors because rustdoc
now reports the same error in each namespace. To avoid this, rustdoc now
ignores all duplicate errors when issuing them.
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions