rust-analyzer/crates/hir_expand
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
..
src Resolve macro-error diagnostics on asm & llvm_asm 2020-12-15 01:06:53 -08:00
Cargo.toml Add description for crates that will be published 2020-08-24 13:07:22 +02:00