rust-analyzer/crates/hir_expand/src
bors[bot] b9fa37f5b4
Merge #10648
10648: fix: Don't discard attributed items when a proc-macro unexpectedly fails to expand r=Veykril a=Veykril

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/9205

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-10-29 13:13:12 +00:00
..
ast_id_map.rs add more counts 2021-01-27 12:16:24 +03:00
builtin_attr_macro.rs internal: consistent module naming 2021-10-10 15:44:03 +03:00
builtin_derive_macro.rs minor: add a test for derive macros in core 2021-10-10 16:13:45 +03:00
builtin_fn_macro.rs Add dummy impls for trace_macros and log_syntax 2021-10-26 20:52:38 +02:00
db.rs internal: clean up code duplication 2021-10-10 21:08:10 +03:00
eager.rs Include macro path in eager macro resolve error 2021-09-24 15:34:57 +02:00
hygiene.rs internal: clean up code duplication 2021-10-10 21:08:10 +03:00
lib.rs Don't resolve attributes to non attribute macros 2021-10-21 12:22:40 +02:00
name.rs feat: Make unqualified derive attributes flyimportable 2021-10-29 14:51:26 +02:00
proc_macro.rs Don't discard attributed items when a proc-macro unexpectedly fails to expand 2021-10-29 15:10:44 +02:00
quote.rs Escape characters in builtin macros correctly 2021-05-09 19:57:29 +08:00