rust/src/test
Benjamin Herr 823ebb14ba pp: also print bounds in paths with no generic params
Since 3b6314c3 the pretty printer seems to only print trait bounds for
`ast::ty_path(...)`s that have a generics arguments list. That seems
wrong, so let's always print them.

Closes #9253, un-xfails test for #7673.
2013-09-17 23:41:42 +02:00
..
auxiliary auto merge of #9244 : thestinger/rust/drop, r=catamorphism 2013-09-17 07:15:42 -07:00
bench switch Drop to &mut self 2013-09-16 22:19:23 -04:00
codegen Fix warnings it tests 2013-08-17 08:42:35 -07:00
compile-fail switch Drop to &mut self 2013-09-16 22:19:23 -04:00
debug-info switch Drop to &mut self 2013-09-16 22:19:23 -04:00
pretty pp: also print bounds in paths with no generic params 2013-09-17 23:41:42 +02:00
run-fail switch Drop to &mut self 2013-09-16 22:19:23 -04:00
run-pass pp: also print bounds in paths with no generic params 2013-09-17 23:41:42 +02:00
run-pass-fulldeps quote_*! macros take an ExtCtx 2013-08-18 13:14:15 -04:00