After #111427, no item has a `kind` field, so these assertions could never fail. Instead, assert that those two items arn't present.
#![no_core]
Done by removing all uses of `#![no_core]`, and the reverting the ones that failed. More involved ones are in a later commit.