summary refs log tree commit diff
path: root/src/test/compile-fail/kindck-send-object2.rs
AgeCommit message (Expand)AuthorLines
2015-04-23test: Fix fallout in testsAlex Crichton-3/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+3
2015-02-18Update tests for the Send - 'static change.Huon Wilson-2/+2
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-1/+1
2014-09-15Update error messages in compile-fail testsNiko Matsakis-2/+2
2014-08-29Introduce new inference scheme: variables are now instantiated with at most o...Niko Matsakis-0/+32