Closed
Description
We have a bunch of test fixtures which currently assert outputs via the debug representation of things. These are annoying as the debug representation can change in many ways (even by just upgrading the compiler version which did happen in the past). We should get rid of those and replace them with better expected output.
An example of such a function is the following here
rust-analyzer/crates/ide/src/inlay_hints.rs
Lines 541 to 546 in a360fab