summary refs log tree commit diff
path: root/src/test/compile-fail/unboxed-closures-unsafe-extern-fn.rs
AgeCommit message (Expand)AuthorLines
2015-03-23Fallout from changing fn traits to use inheritance rather than bridgeNiko Matsakis-2/+6
2015-01-28Update test files; mostly the problem is that they were using theNiko Matsakis-1/+3
2015-01-08Update compile fail tests to use isize.Huon Wilson-4/+4
2014-12-19Implement "perfect forwarding" for HR impls (#19730).Niko Matsakis-1/+8
2014-12-04Implement the `Fn` trait for bare fn pointers in the compiler rather than doi...Niko Matsakis-0/+28