1
Fork 0

Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc

[breaking-batch] Move more uses of `panictry!` out of libsyntax
This commit is contained in:
bors 2016-03-09 05:25:48 -08:00
commit cbbd3d9b92
12 changed files with 129 additions and 119 deletions

View file

@ -43,7 +43,7 @@ extern crate rustc_back;
extern crate rustc_front;
extern crate rustc_metadata;
extern crate serialize;
extern crate syntax;
#[macro_use] extern crate syntax;
extern crate test as testing;
extern crate rustc_unicode;
#[macro_use] extern crate log;