Update to use new librustc_error_codes library

This commit is contained in:
Guillaume Gomez
2019-11-11 22:46:56 +01:00
parent 3816fce76c
commit 798e389e57
106 changed files with 179 additions and 59 deletions

View File

@@ -16,6 +16,8 @@ use syntax_pos::Span;
use syntax::tokenstream::{self, TokenStream};
use syntax::{span_err, struct_span_err};
use rustc_error_codes::*;
enum State {
Asm,
Outputs,