babysteps icon indicating copy to clipboard operation
babysteps copied to clipboard

Typos in the "Make dyn Sized" article

Open PoignardAzur opened this issue 2 years ago • 1 comments

In your last article, I noticed this snippet:

This also applies beyond futures, of course. A key part of the eyre crate is the eyre::Report type, which is basically a manually written dynx Error; eyre of course inherited the concept from anyhow, which has the Foo type, and the same idea appears in fehler (the Bar type) and error-chain (the Baz type).

Pretty sure you forgot to fill in some placeholders (Foo/Bar/Baz).

PoignardAzur avatar Mar 29 '22 12:03 PoignardAzur

Heh, yes! I'm not sure if that example is even valid, actually, I have to double check.

nikomatsakis avatar Mar 31 '22 14:03 nikomatsakis