about summary refs log tree commit diff
path: root/src/test/compile-fail/variance-deprecated-markers.rs
AgeCommit message (Collapse)AuthorLines
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-35/+0
This commit cleans out a large amount of deprecated APIs from the standard library and some of the facade crates as well, updating all users in the compiler and in tests as it goes along.
2015-02-18Add deprecated versions of the old markers and integrate them back into the ↵Niko Matsakis-0/+35
variance analysis.