rust/tests/ui/force-inlining
Esteban Küber f0845adb0c Show diff suggestion format on verbose replacement
```
error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
  --> $DIR/attempted-access-non-fatal.rs:7:15
   |
LL |     let _ = 2.l;
   |               ^
   |
help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix
   |
LL -     let _ = 2.l;
LL +     let _ = 2.0f64;
   |
```
2025-02-10 20:21:39 +00:00
..
auxiliary
asm.rs inline: re-introduce some callee body checks 2025-01-10 18:37:55 +00:00
asm.stderr inline: re-introduce some callee body checks 2025-01-10 18:37:55 +00:00
cast.rs
cast.stderr Tweak fn pointer suggestion span 2025-02-02 00:46:02 +00:00
cross-crate.rs
deny-async.rs Eagerly detect coroutine recursion pre-mono when possible 2025-02-05 18:36:17 +00:00
deny-async.stderr Eagerly detect coroutine recursion pre-mono when possible 2025-02-05 18:36:17 +00:00
deny-closure.rs mir_build: check annotated functions w/out callers 2025-01-10 18:37:57 +00:00
deny-closure.stderr mir_build: check annotated functions w/out callers 2025-01-10 18:37:57 +00:00
deny.rs mir_build: check annotated functions w/out callers 2025-01-10 18:37:57 +00:00
deny.stderr mir_build: check annotated functions w/out callers 2025-01-10 18:37:57 +00:00
early-deny.rs mir_build: check annotated functions w/out callers 2025-01-10 18:37:57 +00:00
early-deny.stderr mir_build: check annotated functions w/out callers 2025-01-10 18:37:57 +00:00
gate.rs
gate.stderr
invalid.rs
invalid.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
shims.rs inline: force inlining shims 2025-01-10 18:37:55 +00:00