throw error instead of overwriting builtin export (#1225)

This commit is contained in:
Mark Thom
2022-01-18 19:16:14 -07:00
parent 59992c8af2
commit 5a132aaff4
6 changed files with 98 additions and 685 deletions

View File

@@ -30,6 +30,5 @@ mod raw_block;
pub mod read;
mod targets;
pub mod types;
pub mod write;
use instructions::instr;