In the process of attempting to port my kernel to version 0.11 of the bootloader crate and I did manage to get it to successfully compile — ah, but when I try to run it I get this (using version 0.1.0-alpha.0 of bootloader_api):

Note that instead of stating the version as the correct 0.1.0-alpha.0 it's stating the version as () (the unit type). Why would this be?