bors[bot] e6a1c9ca60
Merge #8371
8371: Don't use HirDisplayWrapper when displaying SourceCode r=matklad a=Veykril

The issue was basically that when displaying for `DisplayTarget::SourceCode` some `hir_fmt` functions would create `HirDisplayWrapper`s which would then `fmt` these triggering the Display panic since `fmt::Display` can't fail the same way as `HirDisplay`. Simple fix is to just use `hir_fmt` directly. Should probably write that down somewhere in source, looking for a good spot to put that right now.

Fixes #8077, Fixes #8370


Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-04-06 16:12:30 +00:00
..
2021-04-06 13:58:48 +02:00
2021-04-06 13:58:48 +02:00
2021-04-06 13:58:51 +02:00
2021-04-06 11:45:41 +02:00
2021-04-06 13:58:48 +02:00
2021-04-05 15:39:06 +03:00
2021-02-28 11:06:37 +01:00
2021-04-06 11:45:41 +02:00
2021-04-06 11:45:41 +02:00