]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddyb
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 24 Feb 2018 16:55:41 +0000 (08:55 -0800)
committerManish Goregaokar <manishsmail@gmail.com>
Sat, 24 Feb 2018 20:47:58 +0000 (12:47 -0800)
commitb52b33a38626306ec2f622f101e7edc2964abfe4
tree4b27672436eb209ea15241c131367efa67881eb1
parenta79e5e210e5e20077b2a5cf6c0c8d2bdc11e6066
parent10f7c110928ee7d3db7fef15fd7dce776b17e161
Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddyb

Termination trait in tests

Support the `Termination` trait in unit tests (cc https://github.com/rust-lang/rust/issues/43301)

Also, a drive-by fix for #47075.

This is joint work with @bkchr.
src/librustc_driver/driver.rs
src/libstd/lib.rs
src/libsyntax/ext/build.rs
src/libsyntax/test.rs