nikomatsakis / babysteps

Babysteps blog
https://smallcultfollowing.com/babysteps/
31 stars 22 forks source link

Typos in the "Make dyn Sized" article #6

Open PoignardAzur opened 2 years ago

PoignardAzur commented 2 years ago

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).

nikomatsakis commented 2 years ago

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