Temporary commit to try fix halting
This commit is contained in:
@@ -18,7 +18,7 @@ use crate::macros::{MacTok, MacTree};
|
||||
pub struct NamedMatcher {
|
||||
inner: AnyMatcher,
|
||||
head: Sym,
|
||||
after_tok: Tok<String>,
|
||||
after_tok: IStr,
|
||||
}
|
||||
impl NamedMatcher {
|
||||
pub async fn new(pattern: &[MacTree], i: &Interner) -> OrcRes<Self> {
|
||||
|
||||
Reference in New Issue
Block a user