LINUX.ORG.RU

История изменений

Исправление www_linux_org_ru, (текущая версия) :

Может, подойдёт что-то вроде

   = note: expected type `impl std::fmt::Debug` (anonymized output type of fn1)
              found type `impl std::fmt::Debug` (anonymized output type of fn2)

во-первых, незачем дважды выписывать одинаковую часть

   = note: expected anonymized type, compatible with result type of fn1
              found anonymized type, compatible with result type of fn2
   = note: both types has the same trait set `std::fmt::Debug` 
 

Исходная версия www_linux_org_ru, :

Может, подойдёт что-то вроде

   = note: expected type `impl std::fmt::Debug` (anonymized output type of fn1)
              found type `impl std::fmt::Debug` (anonymized output type of fn2)

во-первых, незачем дважды выписывать одинаковую часть

   = note: expected anonymized type, compatible with result type of fn1
              found anonymized type, compatible with result type of fn2
   = note: both types has the same `impl std::fmt::Debug`