summary refs log tree commit diff
path: root/src/test/compile-fail/variance-trait-object-bound.rs
AgeCommit message (Expand)AuthorLines
2016-08-27rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer.Eduard Burtescu-1/+1
2016-08-17rustc: remove ParamSpace from Substs.Eduard Burtescu-1/+1
2016-08-17rustc: remove SelfSpace from ParamSpace.Eduard Burtescu-1/+1
2016-08-17rustc: move the SelfSpace before TypeSpace in Substs.Eduard Burtescu-1/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+1
2015-02-17Fix tests for rustc_*Manish Goregaokar-0/+2
2014-12-30Remove the AssocSpaceNiko Matsakis-1/+1
2014-11-03Add a 4th space for associated types defined in a trait (currently unused)Niko Matsakis-1/+1
2014-10-31Teach variance checker about the lifetime bounds that appear in trait object ...Niko Matsakis-0/+26