]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #103006 - WaffleLapkin:rustdoc_dont, r=compiler-errors
authorMatthias Krüger <matthias.krueger@famsik.de>
Thu, 13 Oct 2022 22:45:17 +0000 (00:45 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Oct 2022 22:45:17 +0000 (00:45 +0200)
commit9692d98e4f3ed8e6076ad1e741d9ed106f40bc3e
tree1232e81d51ee84b2e590c4eaa996e19412ee1282
parentc7f048ea00c35dc6d30ba8e63ace96bbc65cc153
parent577d2cfbcc9b7c8981e7faaf62981d1b5b35b8a8
Rollup merge of #103006 - WaffleLapkin:rustdoc_dont, r=compiler-errors

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.