Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the
normalize-overflow
rustdoc test actually do something
Since #88679, rustdoc doesn't load crates eagerly. Add an explicit `extern crate` item to make sure the crate is loaded and the bug reproduces. You can verify this fix by adding `// compile-flags: -Znormalizing-docs` and running the test.
- Loading branch information