dtolnay / case-studies

Analysis of various tricky Rust code
Apache License 2.0
1.7k stars 46 forks source link

Write case study about autoref-based stable specialization #9

Closed dtolnay closed 5 years ago

dtolnay commented 5 years ago

As seen in https://github.com/dtolnay/anyhow/blob/1.0.11/src/lib.rs#L397-L413 + https://github.com/dtolnay/anyhow/blob/1.0.11/src/kind.rs.