about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2025-05-27 13:01:35 +0200
committerGitHub <noreply@github.com>2025-05-27 13:01:35 +0200
commit77e35944af57b4f4f2122f251b0a392ece6e199a (patch)
tree36cde48a60c34aebcf14d9dce65211cc076dbf4c /compiler/rustc_codegen_llvm/src/errors.rs
parentd76fe154029e03aeb64af721beafdcef856d576a (diff)
parent3cd065d3d358c0124368f21a7deb0e75712c286b (diff)
downloadrust-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