rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.79k stars 261 forks source link

Some improvements on the "subtyping" chapter #278

Closed JohnTitor closed 3 years ago

JohnTitor commented 3 years ago

Addresses https://github.com/rust-lang/nomicon/issues/230#issuecomment-673054820. Also, marks one example compile_fail so that we can check the output on the book directly.