Move existing diagnostic struct to a new errors module
This commit is contained in:
parent
ee8c31e64d
commit
e4403ae9ff
3 changed files with 22 additions and 19 deletions
|
@ -7,6 +7,7 @@
|
|||
#![allow(rustc::potential_query_instability)]
|
||||
|
||||
mod callbacks;
|
||||
mod errors;
|
||||
pub mod interface;
|
||||
mod passes;
|
||||
mod proc_macro_decls;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue