1
Fork 0

Fix rare ICE during typeck in rustdoc scrape_examples

This commit is contained in:
Will Crichton 2021-10-29 13:21:50 -07:00
parent fd5d614b77
commit b8ecc9fefa
5 changed files with 28 additions and 2 deletions

View file

@ -0,0 +1,2 @@
pub struct Foo([usize; foobar::f()]);
fn main() {}