Fix global_asm macro pretty printing#101369
Conversation
|
r? @jackh726 (rust-highfive has picked a reviewer for you, use r? to override) |
|
cc @ojeda, this fixes the |
|
@compiler-errors Thanks a lot! They are not blockers in the sense that one can still run Having said that, I think the closer the output looks to the source code, the better; and in particular the case of the shortened path may be fairly surprising and easily makes the code non-compilable (even if that is a non-goal of |
|
@bors r+ rollup |
…iaskrgr Rollup of 4 pull requests Successful merges: - rust-lang#100302 (Suggest associated method on deref types when path syntax method fails) - rust-lang#100647 ( Make trait bound not satisfied specify kind) - rust-lang#101349 (rustdoc: remove `.impl-items { flex-basis }` CSS, not in flex container) - rust-lang#101369 (Fix `global_asm` macro pretty printing) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #101051
Fixes #101047