Clean-up tests after debug!/std-macros change.
The entire testsuite is converted to using info! rather than debug! because some depend on the code within the debug! being trans'd.
This commit is contained in:
parent
b48e37e8ee
commit
e4f7561bcd
218 changed files with 640 additions and 613 deletions
|
@ -453,8 +453,9 @@ pub fn new_span(cx: @ExtCtxt, sp: span) -> span {
|
|||
|
||||
pub fn std_macros() -> @str {
|
||||
return
|
||||
@"pub mod __std_macros {
|
||||
@"mod __std_macros {
|
||||
#[macro_escape];
|
||||
#[doc(hidden)];
|
||||
|
||||
macro_rules! ignore (($($x:tt)*) => (()))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue