summary refs log tree commit diff
path: root/src/librustc/traits/query/normalize.rs
AgeCommit message (Collapse)AuthorLines
2018-03-17Replace Rc with LrcJohn Kåre Alsaker-3/+3
2018-03-13add some debug outputNiko Matsakis-0/+6
2018-03-13introduce `infcx.at(..).normalize(..)` operation [VIC]Niko Matsakis-0/+268
It is backed by the new `normalize_projection_ty` query, which uses canonicalization.