mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
9692d98e4f
rustdoc: don't ICE on `TyKind::Typeof` Fixes #102986 I'm not sure why rustdoc started seeing `TyKind::Typeof` all of a sudden (the code being editted was last touched 3 months ago), probably something to do with error recovery? idk.
For more information about how librustdoc works, see the rustc dev guide.