mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-19 07:51:26 +00:00
Convert some more macro panics to diagnostics (#611)
This should hopefully be the last of the manually written diagnostics!
This commit is contained in:
@ -17,8 +17,10 @@ extern crate wasm_bindgen_shared as shared;
|
||||
pub use codegen::TryToTokens;
|
||||
pub use error::Diagnostic;
|
||||
|
||||
#[macro_use]
|
||||
mod error;
|
||||
|
||||
pub mod ast;
|
||||
mod codegen;
|
||||
pub mod defined;
|
||||
mod error;
|
||||
pub mod util;
|
||||
|
Reference in New Issue
Block a user