about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/suggestions/html-as-generics.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-82/+0
2022-09-14rustdoc: add test cases for turning ``[Vec<T>]`` into ``[`Vec<T>`]``Michael Howell-0/+10
2022-09-12rustdoc: improve rustdoc HTML suggestions handling of nested genericsMichael Howell-0/+40
Based on some poor suggestions produced when stablizing this lint and running it on `manformed-generics.rs`
2022-02-01Use multipart suggestion for code wrappingMichael Howell-6/+0
Another one of those "good grief, I just submitted it and NOW I think of it" moments.
2022-02-01rustdoc: correct unclosed HTML tags as genericsMichael Howell-0/+38