use foo as bar;
use bar as foo;
The old syntax will be removed after a snapshot. RFC #47. Issue #16461.
This requires avoiding `quote_...!` for constructing the parts of the __test module, since that stringifies and reinterns the idents, losing the special gensym'd nature of them. (#15962.)