You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
camelid opened this issue
Mar 4, 2021
· 1 comment
· Fixed by #84288
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-mediumCall for participation: Medium difficulty. Experience needed to fix: Intermediate.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
It turns out CURRENT_DEPTH has been around as a thread-local since the beginning of the rustdoc HTML backend, so it's very hard to get rid of it. The issue is that it turns out so many places in rustdoc implicitly depend on it, so threading (haha, get it?) it through all the functions is very tedious.
The text was updated successfully, but these errors were encountered:
camelid
added
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
labels
Mar 4, 2021
rustbot
added
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
and removed
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
labels
Mar 4, 2021
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-mediumCall for participation: Medium difficulty. Experience needed to fix: Intermediate.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
It turns out
CURRENT_DEPTH
has been around as a thread-local since the beginning of the rustdoc HTML backend, so it's very hard to get rid of it. The issue is that it turns out so many places in rustdoc implicitly depend on it, so threading (haha, get it?) it through all the functions is very tedious.cc https://rust-lang.zulipchat.com/#narrow/stream/266220-rustdoc/topic/what.20is.20CURRENT_DEPTH
The text was updated successfully, but these errors were encountered: