rust/src/libsyntax/ext
Manish Goregaokar b52b33a386 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.
2018-02-24 12:47:58 -08:00
..
tt Update a few comments 2018-01-30 16:20:46 -06:00
base.rs Do not capture stderr in the compiler. Instead just panic silently for fatal errors 2018-01-26 04:52:30 +01:00
build.rs Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddyb 2018-02-24 12:47:58 -08:00
derive.rs limit packed copy-out to non-generic Copy structs 2017-11-26 16:12:43 +02:00
expand.rs Replace dummy spans with empty spans 2018-02-18 00:10:40 +09:00
placeholders.rs Change ast::Visibility to Spanned type 2018-02-18 00:10:40 +09:00
quote.rs Replace dummy spans with empty spans 2018-02-18 00:10:40 +09:00
source_util.rs Do not capture stderr in the compiler. Instead just panic silently for fatal errors 2018-01-26 04:52:30 +01:00