lf- 090a59970d Resolve macro-error diagnostics on asm & llvm_asm
We currently stub these out as returning unit.

This fixes spurious RA diagnostics in the following:
```rust
unsafe { asm!(""); llvm_asm!(""); }
```
2020-12-15 01:06:53 -08:00
..
2020-12-10 18:03:37 +01:00
2020-12-03 17:54:43 +01:00
2020-12-08 19:11:12 +01:00
2020-12-07 17:17:31 +01:00
2020-08-13 16:29:33 +02:00
2020-12-09 19:07:05 +03:00