diff options
| author | Michael Goulet <michael@errs.io> | 2025-05-27 13:01:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-27 13:01:35 +0200 |
| commit | 77e35944af57b4f4f2122f251b0a392ece6e199a (patch) | |
| tree | 36cde48a60c34aebcf14d9dce65211cc076dbf4c /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | d76fe154029e03aeb64af721beafdcef856d576a (diff) | |
| parent | 3cd065d3d358c0124368f21a7deb0e75712c286b (diff) | |
| download | rust-77e35944af57b4f4f2122f251b0a392ece6e199a.tar.gz rust-77e35944af57b4f4f2122f251b0a392ece6e199a.zip | |
Rollup merge of #140591 - Kivooeo:new-fix-five, r=davidtwco
Fix malformed suggestion for E0061 when method is a macro token in macro context fixes #140512 before ```rust 3 - <Self>::$method(8) 3 + <Self>::<Self>::$method(8, /* u8 */) ``` now ```rust 3 | <Self>::$method(8, /* u8 */) | ++++++++++ ```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
