rust-analyzer/crates/ra_hir_expand/src
bors[bot] e00e6554dd
Merge #2362
2362: Expand compile_error! r=edwin0cheng a=kjeremy

Does not validate that the input is a string literal. I thought that I could `match_ast!` against the `macro_args` but that did not work. Even if it had I am not sure which error would be appropriate.

Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
2019-11-25 04:51:42 +00:00
..
ast_id_map.rs reduce visibility 2019-10-29 16:08:06 +03:00
builtin_macro.rs Merge #2362 2019-11-25 04:51:42 +00:00
db.rs Rename BuiltinExpander to BuiltinFnLikeExpander 2019-11-23 21:54:39 +08:00
diagnostics.rs Rename Source::ast -> Source::value 2019-11-20 09:42:30 +03:00
either.rs push either to hir_expand 2019-10-30 18:50:10 +03:00
hygiene.rs Add MacroDefKind 2019-11-11 18:48:16 +08:00
lib.rs Rename BuiltinExpander to BuiltinFnLikeExpander 2019-11-23 21:54:39 +08:00
name.rs Expand compile_error! 2019-11-24 19:01:51 -05:00
quote.rs Fixed a bug for string lit in quote 2019-11-19 12:15:20 +08:00
test_db.rs Add TestDB 2019-11-23 01:11:33 +08:00