Merge branch 'trunk' into int-rem

This commit is contained in:
Richard Feldman 2020-05-13 22:53:31 -04:00 committed by GitHub
commit 7f05678bf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 1508 additions and 842 deletions

View file

@ -48,6 +48,10 @@ impl Symbol {
IdentId((self.0 >> 32) as u32)
}
pub fn is_builtin(self) -> bool {
self.module_id().is_builtin()
}
pub fn module_string<'a>(&self, interns: &'a Interns) -> &'a InlinableString {
interns
.module_ids