Crate compiler_base_macros

Source

Modules§

bug

Macros§

bug
bug! macro is used to report compiler internal bug. You can use bug! macros directly by adding #[macro_use]extern crate kclvm_error; in the lib.rs, and then call as follows: