-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
rustdoc drops impl Foreign<Local> for Foreign #82465
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-highHigh priorityHigh priorityT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Milestone
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-highHigh priorityHigh priorityT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I tried this code:
with

cargo docI get:with

cargo +nightlyI get:Meta
stable:
rustc 1.50.0 (cb75ad5db 2021-02-10)nightly:
rustc 1.52.0-nightly (d1206f950 2021-02-15)but this also affects whatever nightly docs.rs is on (https://docs.rs/camino/1.0.0/camino/struct.Utf8Path.html#impl-AsRef%3Cstr%3E is missing thefor strimpl(separately, I hit rust-lang/cargo#6783 when testing this, where
cargo +stable doc --openstill used the nightly generated code)