Constant rustc_metadata::rmeta::METADATA_HEADER
source · [−]pub const METADATA_HEADER: &'static [u8];
Expand description
Metadata header which includes METADATA_VERSION
.
This header is followed by the position of the CrateRoot
,
which is encoded as a 32-bit big-endian unsigned integer,
and further followed by the rustc version string.