about summary refs log tree commit diff
path: root/src/test/compile-fail/unboxed-closures-static-call-wrong-trait.rs
AgeCommit message (Expand)AuthorLines
2015-05-13Fix ICE that occurs when an associated const is ambiguous.Sean Patrick Santos-1/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-03Update compile-fail tests to use the expected type to force theNiko Matsakis-1/+3
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-11-05Correct tests that were supposed to fail but now pass due to the fn trait hie...Niko Matsakis-1/+1
2014-08-20librustc: When checking static method calls to unboxed closures, look atPatrick Walton-0/+17