Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc
[breaking-batch] Move more uses of `panictry!` out of libsyntax
This commit is contained in:
commit
cbbd3d9b92
12 changed files with 129 additions and 119 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue