rust/crates/hir_expand/src
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
..
ast_id_map.rs
builtin_derive.rs
builtin_macro.rs Resolve macro-error diagnostics on asm & llvm_asm 2020-12-15 01:06:53 -08:00
db.rs Use decimal notation 2020-12-10 18:03:37 +01:00
diagnostics.rs Explain how we get precise spans for diagnostics. 2020-11-28 18:14:08 +03:00
eager.rs Rename error_sink to diagnostic_sink 2020-12-03 17:54:43 +01:00
hygiene.rs Use the right def_crate for builtin macros 2020-12-07 19:38:13 +01:00
lib.rs Fix logic for determining macro calls 2020-12-08 19:11:12 +01:00
name.rs Resolve macro-error diagnostics on asm & llvm_asm 2020-12-15 01:06:53 -08:00
proc_macro.rs Remove resolved FIXME 2020-12-07 17:17:31 +01:00
quote.rs
test_db.rs Introduce anchored_path 2020-12-09 19:07:05 +03:00