rust/tests/ui/asm/aarch64
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
..
aarch64-sve.rs tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro features by using minicore 2024-12-17 01:12:36 +09:00
arm64ec-sve.rs tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro features by using minicore 2024-12-17 01:12:36 +09:00
arm64ec-sve.stderr tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro features by using minicore 2024-12-17 01:12:36 +09:00
bad-options.rs update aarch64 asm tests 2024-07-27 19:08:59 +02:00
bad-options.stderr update aarch64 asm tests 2024-07-27 19:08:59 +02:00
bad-reg.rs stabilize asm_const 2024-08-13 23:18:31 +02:00
bad-reg.stderr stabilize asm_const 2024-08-13 23:18:31 +02:00
const.rs stabilize asm_const 2024-08-13 23:18:31 +02:00
duplicate-options.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
duplicate-options.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
duplicate-options.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
interpolated-idents.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
interpolated-idents.stderr Fix duplicate labels emitted in render_multispan_macro_backtrace() 2023-10-19 08:03:40 +05:30
llvm-58384.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
may_unwind.rs Fix broken aarch64 unwind test 2024-06-19 13:54:55 +01:00
parse-error.rs stabilize asm_const 2024-08-13 23:18:31 +02:00
parse-error.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
srcloc.new.stderr Pass end position of span through inline ASM cookie 2024-11-26 13:00:08 +00:00
srcloc.old.stderr Pass end position of span through inline ASM cookie 2024-11-26 13:00:08 +00:00
srcloc.rs Pass end position of span through inline ASM cookie 2024-11-26 13:00:08 +00:00
sym.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
type-check-2-2.rs Ban non-array SIMD 2024-09-09 19:39:43 -07:00
type-check-2-2.stderr Handle more cases of "values to suggest" given a type 2024-04-10 23:58:36 +00:00
type-check-2.rs Ban non-array SIMD 2024-09-09 19:39:43 -07:00
type-check-2.stderr Ban non-array SIMD 2024-09-09 19:39:43 -07:00
type-check-3.rs Ban non-array SIMD 2024-09-09 19:39:43 -07:00
type-check-3.stderr Add f16 and f128 inline ASM support for aarch64 2024-08-25 00:13:25 +01:00
type-f16.rs Add f16 and f128 inline ASM support for aarch64 2024-08-25 00:13:25 +01:00