Merge branch 'trunk' into dev-backend-num-is-zero

This commit is contained in:
satotake 2021-11-24 10:59:42 +00:00 committed by GitHub
commit 10afadd810
21 changed files with 726 additions and 506 deletions

View file

@ -29,7 +29,7 @@ impl std::ops::Deref for ModuleName {
}
/// An uncapitalized identifier, such as a field name or local variable
#[derive(Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
#[derive(Clone, Default, PartialEq, Eq, Hash, PartialOrd, Ord)]
pub struct Lowercase(IdentStr);
/// A capitalized identifier, such as a tag name or module name