Make LintExpectationId stable between compilation sessions (RFC-2383)

This commit is contained in:
xFrednet
2021-11-20 20:45:27 +01:00
parent 44cb8fa482
commit 33a5945069
10 changed files with 171 additions and 39 deletions

View File

@@ -51,8 +51,8 @@ pub mod builtin;
mod context;
mod early;
mod enum_intrinsics_non_enums;
pub mod hidden_unicode_codepoints;
mod expect;
pub mod hidden_unicode_codepoints;
mod internal;
mod late;
mod levels;