about summary refs log tree commit diff
path: root/src/test/ui/nll/user-annotations/dump-fn-method.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-26/+0
2022-06-03Fully stabilize NLLJack Huey-4/+4
2019-03-11Update testsVadim Petrochenkov-4/+4
2019-02-13Check the self-type of inherent associated constantsMatthew Jasper-10/+10
2018-12-30Guarantee `rustc_dump_user_substs` error order.David Wood-8/+8
This commit buffers the errors output by the `rustc_dump_user_substs` attribute so that they can be output in order of span and would therefore be consistent.
2018-12-30Refactor `UserTypeAnnotation`.David Wood-10/+10
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-4/+4
2018-11-26Put all existential ty vars in the `ROOT` universescalexm-1/+1
2018-11-24Fix NLL ui testscalexm-2/+2
2018-11-13Fix ui testsscalexm-4/+4
2018-10-27allow canonicalized regions to carry universe and track max-universeNiko Matsakis-4/+4
But.. we don't really use it for anything right now.
2018-10-15update testsNiko Matsakis-4/+4
2018-08-24address pnkfelix nitsNiko Matsakis-4/+4
2018-08-24add a `user_substs` table and store the annotations in thereNiko Matsakis-0/+26