| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-09-19 | Make the `normalize-overflow` rustdoc test actually do something | Joshua 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-01 | Use `try_normalize_erasing_regions` instead of a custom infer context | Joshua Nelson | -0/+3 | |
| This unfortunately is still giving an unsilenceable overflow error :( | ||||
