internal: Lay basic ground work for standalone mbe tests

This commit is contained in:
Lukas Wirth 2024-08-26 10:59:04 +02:00
parent 1e30cc0f35
commit 4502a602a7
15 changed files with 233 additions and 52 deletions

View file

@ -67,7 +67,7 @@ pub struct FileId(u32);
// pub struct FileId(NonMaxU32);
impl FileId {
pub const MAX: u32 = 0x7fff_ffff;
const MAX: u32 = 0x7fff_ffff;
#[inline]
pub const fn from_raw(raw: u32) -> FileId {