rust/tests/ui/ufcs
Esteban Küber 1bd7934d89 Point at span within local macros even when error happens in nested external macro
```
error[E0308]: mismatched types
  --> $DIR/macro-span-caller-replacement.rs:5:17
   |
LL |             s = format!("{arg}");
   |                 ^^^^^^^^^^^^^^^^ expected `&str`, found `String`
...
LL |     macro_with_format!();
   |     -------------------- in this macro invocation
   |
   = note: this error originates in the macro `format` which comes from the expansion of the macro `macro_with_format` (in Nightly builds, run with -Z macro-backtrace for more info)
```
2025-12-10 19:27:40 +00:00
..
bad-builder.rs test 2024-02-20 03:01:35 +00:00
bad-builder.stderr Implement Vec::from_fn 2025-12-06 12:55:15 +08:00
ufcs-explicit-self-bad.rs compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
ufcs-explicit-self-bad.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
ufcs-partially-resolved.rs Use smart-resolve when checking for trait in RHS of UFCS 2023-04-07 05:33:52 +00:00
ufcs-partially-resolved.stderr Make typo in field and name suggestions verbose 2025-12-09 17:29:23 +00:00
ufcs-polymorphic-paths.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
ufcs-qpath-missing-params.rs diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
ufcs-qpath-missing-params.stderr Revert suggestion verbosity change 2024-07-22 22:51:53 +00:00
ufcs-qpath-self-mismatch.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ufcs-qpath-self-mismatch.stderr Point at span within local macros even when error happens in nested external macro 2025-12-10 19:27:40 +00:00