summary refs log tree commit diff
path: root/src/test/compile-fail/resolve-self-in-impl.rs
AgeCommit message (Expand)AuthorLines
2018-04-16Update testsJohn Kåre Alsaker-5/+5
2018-02-10Change error message for E0391 to "cyclic dependency detected"John Kåre Alsaker-5/+5
2017-05-30Turn sufficiently old compatibility lints into hard errorsVadim Petrochenkov-1/+0
2017-02-25rustc_typeck: hook up collect and item/body check to on-demand.Eduard-Mihai Burtescu-1/+1
2017-02-25rustc_typeck: simplify AstConv requests as implemented by collect.Eduard-Mihai Burtescu-13/+15
2017-02-25rustc: store type parameter defaults outside of ty::Generics.Eduard-Mihai Burtescu-1/+1
2017-02-19Avoid ICE in Self::Assoc in impl headersVadim Petrochenkov-0/+3
2017-01-21Resolve `Self` in impl headersVadim Petrochenkov-0/+26