summary refs log tree commit diff
path: root/src/test/rustdoc-ui/normalize-cycle.rs
AgeCommit message (Collapse)AuthorLines
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
This PR will fix some typos detected by [typos]. I only picked the ones I was sure were spelling errors to fix, mostly in the comments. [typos]: https://github.com/crate-ci/typos
2021-12-01Use `try_normalize_erasing_regions` instead of a custom infer contextJoshua Nelson-0/+25
This unfortunately is still giving an unsilenceable overflow error :(