rust/tests/ui/stdlib-unit-tests
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
..
atomic-from-mut-not-available.alignment_matches.stderr Adjust atomic-from-mut-not-available.rs 2024-12-08 15:32:04 +08:00
atomic-from-mut-not-available.alignment_mismatch.stderr Point at span within local macros even when error happens in nested external macro 2025-12-10 19:27:40 +00:00
atomic-from-mut-not-available.rs Adjust atomic-from-mut-not-available.rs 2024-12-08 15:32:04 +08:00
matches2021.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
not-sync.rs update failing ui tests 2023-06-20 19:46:01 -04:00
not-sync.stderr Revert "Suggest using Arc on !Send/!Sync types" 2023-08-28 03:16:48 -07:00
raw-fat-ptr.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
raw-fat-ptr.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00