rust/src/test/ui/asm
Esteban Küber af74ca0666 Account for multiple multiline spans with empty padding
Instead of

```
LL |    fn oom(
   |  __^
   | | _|
   | ||
LL | || ) {
   | ||_-
LL | |  }
   | |__^
```

emit

```
LL | // fn oom(
LL | || ) {
   | ||_-
LL | |  }
   | |__^
   ```
2022-12-29 09:13:40 -08:00
..
aarch64 Account for multiple multiline spans with empty padding 2022-12-29 09:13:40 -08:00
x86_64 Account for multiple multiline spans with empty padding 2022-12-29 09:13:40 -08:00
bad-arch.mirunsafeck.stderr docs: add long error explanation for error E0472 2022-12-20 21:34:30 +13:00
bad-arch.rs Add tests where asm! is properly in unsafe block 2021-05-14 09:22:30 -04:00
bad-arch.thirunsafeck.stderr docs: add long error explanation for error E0472 2022-12-20 21:34:30 +13:00
bad-template.aarch64_mirunsafeck.stderr bless ui tests 2022-10-01 10:03:06 +00:00
bad-template.aarch64_thirunsafeck.stderr bless ui tests 2022-10-01 10:03:06 +00:00
bad-template.rs Add the transmute and asm checks to typeck as deferred checks 2022-05-24 16:28:57 +00:00
bad-template.x86_64_mirunsafeck.stderr bless ui tests 2022-10-01 10:03:06 +00:00
bad-template.x86_64_thirunsafeck.stderr bless ui tests 2022-10-01 10:03:06 +00:00
generic-const.rs Stabilize asm_sym 2022-10-17 22:38:37 +01:00
inline-syntax.arm.stderr Add needs-asm-support directive to tests where necessary 2022-03-21 18:48:24 +01:00
inline-syntax.rs Add needs-asm-support directive to tests where necessary 2022-03-21 18:48:24 +01:00
inline-syntax.x86_64.stderr Add needs-asm-support directive to tests where necessary 2022-03-21 18:48:24 +01:00
issue-72570.rs Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
issue-72570.stderr add test for #72960 2020-06-05 12:08:54 +02:00
issue-85247.rs Add tests 2022-02-21 18:28:22 +00:00
issue-85247.rwpi.stderr Add tests 2022-02-21 18:28:22 +00:00
issue-87802.rs Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
issue-87802.stderr Disable some tests for platforms without registers. 2021-09-24 17:00:57 +00:00
issue-89305.rs Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
issue-89305.stderr Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
issue-92378.rs Stabilize the instruction_set feature 2022-09-29 17:27:03 +09:00
issue-97490.rs Use type_is_copy_modulo_regions check in intrisicck 2022-05-29 13:06:50 -07:00
issue-99071.rs Add test for issue 99071 2022-07-11 14:47:22 +01:00
issue-99071.stderr Add test for issue 99071 2022-07-11 14:47:22 +01:00
issue-99122-2.rs Fix sized check ICE in intrisicck 2022-07-11 17:57:02 +00:00
issue-99122.rs Fix sized check ICE in intrisicck 2022-07-11 17:57:02 +00:00
issue-99122.stderr Fix sized check ICE in intrisicck 2022-07-11 17:57:02 +00:00
may_unwind.rs Update the minimum external LLVM to 13 2022-08-14 13:46:51 -07:00
naked-functions-ffi.rs Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
naked-functions-ffi.stderr bless ui tests 2022-10-01 10:03:06 +00:00
naked-functions-unused.aarch64.stderr Add needs-asm-support directive to tests where necessary 2022-03-21 18:48:24 +01:00
naked-functions-unused.rs Add needs-asm-support directive to tests where necessary 2022-03-21 18:48:24 +01:00
naked-functions-unused.x86_64.stderr Add needs-asm-support directive to tests where necessary 2022-03-21 18:48:24 +01:00
naked-functions.rs Stabilize asm_sym 2022-10-17 22:38:37 +01:00
naked-functions.stderr Bless ui tests. 2022-08-03 19:14:29 +02:00
naked-invalid-attr.rs Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
naked-invalid-attr.stderr Print all labels, even if they have no span. Fall back to main item's span. 2022-11-11 14:45:28 +00:00
named-asm-labels.rs Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
named-asm-labels.s Fix lint capitalization and ignoring, test with include_str 2021-08-04 13:38:17 -04:00
named-asm-labels.stderr bless ui tests 2022-10-01 10:03:06 +00:00
noreturn.rs Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
reg-conflict.rs Fix incorrect register conflict detection in asm! 2022-02-10 18:04:09 +00:00
reg-conflict.stderr Fix incorrect register conflict detection in asm! 2022-02-10 18:04:09 +00:00
type-check-1.rs Stabilize asm_sym 2022-10-17 22:38:37 +01:00
type-check-1.stderr Display raw pointer as *{mut,const} T instead of *-ptr in errors 2022-08-29 20:40:25 +02:00
type-check-4.rs Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
type-check-4.stderr Bless tests 2021-10-15 02:36:58 -05:00
unpretty-expanded.rs Fixup a few tests needing asm support 2022-10-19 11:34:00 -07:00
unpretty-expanded.stdout Fixup a few tests needing asm support 2022-10-19 11:34:00 -07:00