Hey, I am currently encountering: ``` = note: rust-lld: error: duplicate symbol: __INTERRUPTS >>> defined at lib.rs:84 (src/lib.rs:84) >>> nrf52832_pac-6f3c4b8190185235.nrf52832_pac.bc4738399b68c289-cgu.0.rcgu.o:(__INTERRUPTS) in archive ~/Projects/heizungsscheiß/scraper/target/thumbv7em-none-eabi/debug/deps/libnrf52832_pac-6f3c4b8190185235.rlib >>> defined at pac.rs:133 (src/./chips/nrf52832/pac.rs:133) >>> nrf_pac-9a05e6d5af0d93d3.nrf_pac.2cde2bcedc36a4d2-cgu.7.rcgu.o:(.vector_table.interrupts+0x0) in archive ~/Projects/heizungsscheiß/scraper/target/thumbv7em-none-eabi/debug/deps/libnrf_pac-9a05e6d5af0d93d3.rlib ``` and I do understand the underlying issue that two crates define a symbol `__INTERRUPS`, here `nrf-pac` and `nrf52832-pac`.