about summary refs log tree commit diff
path: root/src/test/ui/nll/user-annotations/dump-adt-brace-struct.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-8/+0
2022-06-03Fully stabilize NLLJack Huey-1/+1
2019-03-11Update testsVadim Petrochenkov-1/+1
2019-02-13Check the self-type of inherent associated constantsMatthew Jasper-4/+4
2018-12-30Refactor `UserTypeAnnotation`.David Wood-1/+1
This commit refactors the `UserTypeAnnotation` type to be referred to by an index within `UserTypeProjection`. `UserTypeAnnotation` is instead kept in an `IndexVec` within the `Mir` struct. Further, instead of `UserTypeAnnotation` containing canonicalized types, it now contains normal types and the entire `UserTypeAnnotation` is canonicalized. To support this, the type was moved from the `rustc::mir` module to `rustc::ty` module.
2018-12-25Remove licensesMark Rousskov-1/+1
2018-10-27allow canonicalized regions to carry universe and track max-universeNiko Matsakis-1/+1
But.. we don't really use it for anything right now.
2018-10-15update testsNiko Matsakis-1/+1
2018-08-24support user-given types in adtsNiko Matsakis-0/+8