summary refs log tree commit diff
path: root/src/test/compile-fail/issue-19692.rs
AgeCommit message (Expand)AuthorLines
2016-04-12fix various error messagesNiko Matsakis-1/+1
2016-01-08permit coercions if `[error]` is found in either typeNiko Matsakis-1/+1
2016-01-08Change error scheme so that if projection fails we generate `A::B` instead of...Niko Matsakis-1/+1
2015-05-13Fix ICE that occurs when an associated const is ambiguous.Sean Patrick Santos-1/+1
2015-05-13eddyb's changes for DST coercionsNick Cameron-1/+1
2015-01-02Make call notation use autoderef. Fixes #18742.Niko Matsakis-1/+1
2014-12-20Detect type inference failure when auto-dereferencing a pointerBarosl Lee-0/+18