rust/src/test
Niko Matsakis 9330bae4bd Fallout from changing fn traits to use inheritance rather than bridge
impls. This is a [breaking-change] (for gated code) in that when you
implement `Fn` (`FnMut`) you must also implement `FnOnce`. This commit
demonstrates how to fix it.
2015-03-23 19:57:30 -04:00
..
auxiliary std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
bench std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
codegen
compile-fail Fallout from changing fn traits to use inheritance rather than bridge 2015-03-23 19:57:30 -04:00
compile-fail-fulldeps
debuginfo
parse-fail Require braces when a closure has an explicit return type. This is a 2015-03-18 20:07:27 -04:00
pretty
run-fail Auto merge of #23267 - alexcrichton:issue-20012, r=aturon 2015-03-20 20:19:42 +00:00
run-make std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
run-pass Fallout from changing fn traits to use inheritance rather than bridge 2015-03-23 19:57:30 -04:00
run-pass-fulldeps
run-pass-valgrind