rust/tests/ui/auxiliary
Michael Goulet 77e35944af
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 */)
   |                          ++++++++++
```
2025-05-27 13:01:35 +02:00
..
crate-method-reexport-grrrrrrr2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
delegate_macro.rs macro expansion issue 2025-05-07 21:51:41 +05:00
issue-16822.rs Move most ui-fulldeps tests to ui 2023-04-13 22:08:07 -05:00
kinds_in_metadata.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
msvc-data-only-lib.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
noexporttypelib.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
pub-and-stability.rs stability: remove skip_stability_check_due_to_privacy 2024-11-18 08:07:46 +01:00
svh-a-base.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
svh-b.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
typeid-intrinsic-aux1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
typeid-intrinsic-aux2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00