rust/src/test
Corey Richardson b50b162884 Be more strict about doc comments
Previously, `//// foo` and `/*** foo ***/` were accepted as doc comments. This
changes that, so that only `/// foo` and `/** foo ***/` are accepted. This
confuses many newcomers and it seems weird.

Also update the manual for these changes, and modernify the EBNF for comments.

Closes #10638
2013-11-27 18:00:50 -05:00
..
auxiliary test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
bench librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail Support multiple item macros 2013-11-26 13:56:02 -08:00
debug-info librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00
pretty librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00
run-fail librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
run-pass Be more strict about doc comments 2013-11-27 18:00:50 -05:00
run-pass-fulldeps test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00