rust/src/test
Alex Crichton eabf11b9cb Don't allow impls to force public types
This code in resolve accidentally forced all types with an impl to become
public. This fixes it by default inheriting the privacy of what was previously
there and then becoming `true` if nothing else exits.

Closes #10545
2013-12-17 09:38:57 -08:00
..
auxiliary Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00
bench Test fallout from std::comm rewrite 2013-12-16 22:55:49 -08:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail Don't allow impls to force public types 2013-12-17 09:38:57 -08:00
debug-info debuginfo: Add test cases for function prologue handling. 2013-12-16 10:23:28 +01:00
pretty Handle more cases in the heap lints 2013-12-14 22:56:33 -08:00
run-fail Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
run-make Add test for --dep-info. 2013-12-12 17:11:02 -07:00
run-pass auto merge of #10830 : alexcrichton/rust/spsc-queue, r=brson 2013-12-17 01:16:43 -08:00
run-pass-fulldeps test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00