about summary refs log tree commit diff
path: root/tests/rustdoc-js/nested-unboxed.js
AgeCommit message (Collapse)AuthorLines
2023-06-11rustdoc-search: build args, return, and generics on one unifierMichael Howell-0/+68
This enhances generics with the "unboxing" behavior where A<T> matches T. It makes this unboxing transitive over generics.