function things

This commit is contained in:
nora 2022-01-09 13:30:20 +01:00
parent f23662c1f9
commit e15967e24c
5 changed files with 117 additions and 36 deletions

View file

@ -7,7 +7,7 @@ use crate::errors::Span;
use crate::gc::Symbol;
use bumpalo::collections::Vec;
#[derive(Debug, PartialEq, Eq, Hash)]
#[derive(Debug, PartialEq, Eq, Hash, Clone, Copy)]
pub struct Ident {
pub sym: Symbol,
pub span: Span,