-
Notifications
You must be signed in to change notification settings - Fork 13.4k
remove broken link #72125
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
remove broken link #72125
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@@ -784,7 +784,6 @@ impl<'tcx> RegionConstraintCollector<'_, 'tcx> { | |||
) | |||
} | |||
|
|||
/// See [`RegionInference::region_constraints_added_in_snapshot`]. | |||
pub fn region_constraints_added_in_snapshot(&self, mark: &Snapshot<'tcx>) -> Option<bool> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably it was meant to refer to https://doc.rust-lang.org/nightly/nightly-rustc/rustc_infer/infer/struct.InferCtxt.html#method.region_constraints_added_in_snapshot -- maybe you can fix it instead of removing it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was getting intra_doc_link_resolution_failure rustdoc warning after trying a few paths, so decided to just put it in code block
@bors r+ rollup |
📌 Commit b96a1a7 has been approved by |
Rollup of 6 pull requests Successful merges: - rust-lang#71607 (clarify interaction of pin drop guarantee and panics) - rust-lang#72125 (remove broken link) - rust-lang#72133 (Add target thumbv7a-uwp-windows-msvc) - rust-lang#72304 (rustc_target: Avoid an inappropriate use of `post_link_objects`) - rust-lang#72309 (Some renaming and minor refactoring for `NativeLibraryKind`) - rust-lang#72438 (Enable ARM TME (Transactional Memory Extensions)) Failed merges: r? @ghost
This is the last of rustdoc build warnings with |
Not sure why this is broken @Marwes