rust-analyzer/crates/hir_expand/src
bors[bot] 31ed164161
Merge #8134
8134: Correct the paths of submodules from the include! macro r=edwin0cheng a=sticnarf

This PR should fix #7846. It mostly follows the instructions from @edwin0cheng in that issue.

Co-authored-by: Yilin Chen <sticnarf@gmail.com>
2021-03-21 17:57:45 +00:00
..
ast_id_map.rs add more counts 2021-01-27 12:16:24 +03:00
builtin_derive.rs Rename derive-specific APIs 2021-03-19 14:23:13 +01:00
builtin_macro.rs use the included file as the source of expanded include macro 2021-03-21 23:02:01 +08:00
db.rs remove more redundant clones (clippy::redundant_clone()) 2021-03-21 12:10:39 +01:00
diagnostics.rs Explain how we get precise spans for diagnostics. 2020-11-28 18:14:08 +03:00
eager.rs use the included file as the source of expanded include macro 2021-03-21 23:02:01 +08:00
hygiene.rs Return Either from MacroDefId::ast_id 2021-03-19 19:56:13 +01:00
lib.rs use the included file as the source of expanded include macro 2021-03-21 23:02:01 +08:00
name.rs use strip_prefix() instead of starts_with and slicing (clippy::manual_strip) 2021-03-21 12:38:21 +01:00
proc_macro.rs Swap assert_eq_text\!(expected, actual) 2021-01-16 13:30:26 +09:00
quote.rs Implement builtin cfg! macro 2021-03-10 19:43:03 +01:00
test_db.rs Introduce anchored_path 2020-12-09 19:07:05 +03:00