Edit: this is just a stage 0 problem, so we can conditionally ignore those warnings for now.
rustc_layout_scalar_valid_range_start requires unsafe, but does not cause unsafe blocks to be counted as "used", meaning that the following:
is warned as unused, but removing the
unsafe causes an error.