bors[bot] 7a36993892
Merge #10400
10400: fix: fix format string highlighting for `todo!` and `unimplemented!` r=jonas-schievink a=jonas-schievink

Part of https://github.com/rust-analyzer/rust-analyzer/issues/10394

These macros require us to see through the `const_format_args!` invocation the panic macros generate, for that we have to add it to our supported built-in macros.

I've also made the macros in the test `#[macro_export]` (turns out they didn't all resolve correctly before this), which changes the output slightly.

bors r+

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2021-09-30 15:33:07 +00:00
..
2021-09-29 21:08:44 +02:00
2021-09-30 17:32:18 +02:00
2021-09-28 17:23:11 +00:00
2021-09-27 12:54:24 +02:00
2021-09-27 12:54:24 +02:00
2021-09-27 18:00:08 +00:00
2021-09-28 21:39:41 +02:00
2021-09-29 13:13:03 +00:00
2021-09-27 19:02:03 +02:00
2021-09-28 10:20:35 +08:00