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

@ -25,7 +25,6 @@ pub mod parser;
use parser::{Parser, emit_unclosed_delims, make_unclosed_delims_error};
pub mod lexer;
pub mod validate_attr;
pub mod error_codes;
#[derive(Clone)]
pub struct Directory<'a> {