syntax: Merge ALL definitions into Bind, and allow type variable introducers at every Bind

This commit is contained in:
2025-10-28 02:27:56 -04:00
parent a29adeeef3
commit 0bf5a41498
4 changed files with 116 additions and 122 deletions

View File

@@ -14,7 +14,7 @@ impl std::fmt::Debug for Span {
}
}
#[allow(non_snake_case)]
#[expect(non_snake_case)]
/// Stores the start and end byte position
pub fn Span(head: u32, tail: u32) -> Span {
Span { head, tail }