Remove quote_*! macros and associated APIs
This commit is contained in:
parent
6bba352cad
commit
db97c48ad6
60 changed files with 55 additions and 2217 deletions
|
@ -1285,9 +1285,6 @@ impl<'a> Parser<'a> {
|
|||
crate fn span_bug<S: Into<MultiSpan>>(&self, sp: S, m: &str) -> ! {
|
||||
self.sess.span_diagnostic.span_bug(sp, m)
|
||||
}
|
||||
crate fn abort_if_errors(&self) {
|
||||
self.sess.span_diagnostic.abort_if_errors();
|
||||
}
|
||||
|
||||
fn cancel(&self, err: &mut DiagnosticBuilder) {
|
||||
self.sess.span_diagnostic.cancel(err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue