about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/errors.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-12-06 20:25:17 +0000
committerbors <bors@rust-lang.org>2023-12-06 20:25:17 +0000
commit1fdfe1234795a289af1088aefa92ef80191cb611 (patch)
tree8deb5b693bd13372191a7a6eab3ad89b35fad303 /compiler/rustc_hir_analysis/src/errors.rs
parent7a34091eed9adcb079035357ffaf2467b0d377fc (diff)
parent940473adb423cc5e1d77a4d3cffeb617283e337c (diff)
downloadrust-1fdfe1234795a289af1088aefa92ef80191cb611.tar.gz
rust-1fdfe1234795a289af1088aefa92ef80191cb611.zip
Auto merge of #117936 - mu001999:master, r=petrochenkov
Use the glob binding in resolve_rustdoc_path process

Fixes #117920

Returning `None` seems enough.

I reproduces and tests this locally by `cargo +stage1 build`, but I cannot reproduce this ICE by putting [the following code](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=8b3ca8f4a7676eb90baf30437ba041a2) into `tests/ui/...` and then compiling it using `rustc +stage1 /path/to/test.rs` or `x.py test`:
```rust
#![crate_type = "lib"]

use super::Hasher;

/// [`Hasher`]
pub use core::hash::*;
```

r? `@petrochenkov`
Diffstat (limited to 'compiler/rustc_hir_analysis/src/errors.rs')
0 files changed, 0 insertions, 0 deletions