summary refs log tree commit diff
path: root/src/test/rustdoc-ui/normalize-overflow.rs
AgeCommit message (Collapse)AuthorLines
2022-09-19Make the `normalize-overflow` rustdoc test actually do somethingJoshua Nelson-0/+2
Since https://github.com/rust-lang/rust/pull/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.
2021-12-01Use `try_normalize_erasing_regions` instead of a custom infer contextJoshua Nelson-0/+3
This unfortunately is still giving an unsilenceable overflow error :(