Skip to content

Print path root when printing path - #153138

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
mu001999-contrib:print-path-root
Feb 28, 2026
Merged

Print path root when printing path#153138
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
mu001999-contrib:print-path-root

Conversation

@mu001999

Copy link
Copy Markdown
Member

Extracted from #152996.

r? petrochenkov

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Feb 26, 2026
@petrochenkov

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@rust-bors

rust-borsBot commented Feb 26, 2026

Copy link
Copy Markdown
Contributor

📌 Commit dfd18b7 has been approved by petrochenkov

It is now in the queue for this repository.

@rust-borsrust-borsBot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 26, 2026
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Feb 27, 2026
…r=petrochenkov
Print path root when printing path
Extracted from rust-lang#152996.
r? petrochenkov
rust-borsBot pushed a commit that referenced this pull request Feb 27, 2026
Rollup of 7 pull requests
Successful merges:
- #151143 (explicit tail calls: support indirect arguments)
- #153012 (Stop using `LinkedGraph` in `lexical_region_resolve`)
- #150828 (Improved security section in rustdoc for `current_exe`)
- #153117 (Remove mutation from macro path URL construction)
- #153128 (Recover feature lang_items for emscripten)
- #153138 (Print path root when printing path)
- #153159 (Work around a false `err.emit();` type error in rust-analyzer)
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Feb 27, 2026
…r=petrochenkov
Print path root when printing path
Extracted from rust-lang#152996.
r? petrochenkov
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Feb 27, 2026
…r=petrochenkov
Print path root when printing path
Extracted from rust-lang#152996.
r? petrochenkov
rust-borsBot pushed a commit that referenced this pull request Feb 27, 2026
…uwer
Rollup of 11 pull requests
Successful merges:
- #151431 (Add new unstable attribute: `#[export_visibility = ...]`.)
- #153012 (Stop using `LinkedGraph` in `lexical_region_resolve`)
- #153179 (Force a CI LLVM stamp bump)
- #150828 (Improved security section in rustdoc for `current_exe`)
- #152673 (rustc_public: rewrite `bridge_impl` to reduce boilerplate)
- #152674 (rustc_public: remove the `CrateDefItems` trait)
- #153073 (Fix mem::conjure_zst panic message to use any::type_name instead)
- #153117 (Remove mutation from macro path URL construction)
- #153128 (Recover feature lang_items for emscripten)
- #153138 (Print path root when printing path)
- #153159 (Work around a false `err.emit();` type error in rust-analyzer)
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Feb 27, 2026
…r=petrochenkov
Print path root when printing path
Extracted from rust-lang#152996.
r? petrochenkov
This was referenced Feb 27, 2026
rust-borsBot pushed a commit that referenced this pull request Feb 27, 2026
…uwer
Rollup of 12 pull requests
Successful merges:
- #151143 (explicit tail calls: support indirect arguments)
- #153012 (Stop using `LinkedGraph` in `lexical_region_resolve`)
- #153175 (Clarify a confusing green-path function)
- #153179 (Force a CI LLVM stamp bump)
- #150828 (Improved security section in rustdoc for `current_exe`)
- #152673 (rustc_public: rewrite `bridge_impl` to reduce boilerplate)
- #152674 (rustc_public: remove the `CrateDefItems` trait)
- #153073 (Fix mem::conjure_zst panic message to use any::type_name instead)
- #153117 (Remove mutation from macro path URL construction)
- #153128 (Recover feature lang_items for emscripten)
- #153138 (Print path root when printing path)
- #153159 (Work around a false `err.emit();` type error in rust-analyzer)
rust-borsBot pushed a commit that referenced this pull request Feb 27, 2026
…uwer
Rollup of 12 pull requests
Successful merges:
- #151143 (explicit tail calls: support indirect arguments)
- #153012 (Stop using `LinkedGraph` in `lexical_region_resolve`)
- #153175 (Clarify a confusing green-path function)
- #153179 (Force a CI LLVM stamp bump)
- #150828 (Improved security section in rustdoc for `current_exe`)
- #152673 (rustc_public: rewrite `bridge_impl` to reduce boilerplate)
- #152674 (rustc_public: remove the `CrateDefItems` trait)
- #153073 (Fix mem::conjure_zst panic message to use any::type_name instead)
- #153117 (Remove mutation from macro path URL construction)
- #153128 (Recover feature lang_items for emscripten)
- #153138 (Print path root when printing path)
- #153159 (Work around a false `err.emit();` type error in rust-analyzer)
@rust-bors
rust-borsBot merged commit f433c13 into rust-lang:mainFeb 28, 2026
11 checks passed
rust-timer added a commit that referenced this pull request Feb 28, 2026
Rollup merge of #153138 - mu001999-contrib:print-path-root, r=petrochenkov
Print path root when printing path
Extracted from #152996.
r? petrochenkov
@cuvipercuviper added this to the 1.95.0 milestone Mar 16, 2026
makai410 pushed a commit to makai410/rustc_public that referenced this pull request Mar 19, 2026
…uwer
Rollup of 12 pull requests
Successful merges:
- rust-lang/rust#151143 (explicit tail calls: support indirect arguments)
- rust-lang/rust#153012 (Stop using `LinkedGraph` in `lexical_region_resolve`)
- rust-lang/rust#153175 (Clarify a confusing green-path function)
- rust-lang/rust#153179 (Force a CI LLVM stamp bump)
- rust-lang/rust#150828 (Improved security section in rustdoc for `current_exe`)
- rust-lang/rust#152673 (rustc_public: rewrite `bridge_impl` to reduce boilerplate)
- rust-lang/rust#152674 (rustc_public: remove the `CrateDefItems` trait)
- rust-lang/rust#153073 (Fix mem::conjure_zst panic message to use any::type_name instead)
- rust-lang/rust#153117 (Remove mutation from macro path URL construction)
- rust-lang/rust#153128 (Recover feature lang_items for emscripten)
- rust-lang/rust#153138 (Print path root when printing path)
- rust-lang/rust#153159 (Work around a false `err.emit();` type error in rust-analyzer)
makai410 pushed a commit to makai410/rustc_public that referenced this pull request Mar 19, 2026
…uwer
Rollup of 12 pull requests
Successful merges:
- rust-lang/rust#151143 (explicit tail calls: support indirect arguments)
- rust-lang/rust#153012 (Stop using `LinkedGraph` in `lexical_region_resolve`)
- rust-lang/rust#153175 (Clarify a confusing green-path function)
- rust-lang/rust#153179 (Force a CI LLVM stamp bump)
- rust-lang/rust#150828 (Improved security section in rustdoc for `current_exe`)
- rust-lang/rust#152673 (rustc_public: rewrite `bridge_impl` to reduce boilerplate)
- rust-lang/rust#152674 (rustc_public: remove the `CrateDefItems` trait)
- rust-lang/rust#153073 (Fix mem::conjure_zst panic message to use any::type_name instead)
- rust-lang/rust#153117 (Remove mutation from macro path URL construction)
- rust-lang/rust#153128 (Recover feature lang_items for emscripten)
- rust-lang/rust#153138 (Print path root when printing path)
- rust-lang/rust#153159 (Work around a false `err.emit();` type error in rust-analyzer)
makai410 pushed a commit to makai410/rustc_public that referenced this pull request Mar 27, 2026
…uwer
Rollup of 12 pull requests
Successful merges:
- rust-lang/rust#151143 (explicit tail calls: support indirect arguments)
- rust-lang/rust#153012 (Stop using `LinkedGraph` in `lexical_region_resolve`)
- rust-lang/rust#153175 (Clarify a confusing green-path function)
- rust-lang/rust#153179 (Force a CI LLVM stamp bump)
- rust-lang/rust#150828 (Improved security section in rustdoc for `current_exe`)
- rust-lang/rust#152673 (rustc_public: rewrite `bridge_impl` to reduce boilerplate)
- rust-lang/rust#152674 (rustc_public: remove the `CrateDefItems` trait)
- rust-lang/rust#153073 (Fix mem::conjure_zst panic message to use any::type_name instead)
- rust-lang/rust#153117 (Remove mutation from macro path URL construction)
- rust-lang/rust#153128 (Recover feature lang_items for emscripten)
- rust-lang/rust#153138 (Print path root when printing path)
- rust-lang/rust#153159 (Work around a false `err.emit();` type error in rust-analyzer)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@mu001999@petrochenkov@cuviper@rustbot