mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
fix: ignored match arms
This commit is contained in:
parent
8e9458e75a
commit
7e48a2f9c8
10 changed files with 633 additions and 138 deletions
|
@ -59,7 +59,7 @@ impl SharedCompilerResource {
|
|||
|
||||
pub fn inherit<P: Into<NormalizedPathBuf>>(&self, path: P) -> Self {
|
||||
let mut _self = self.clone();
|
||||
_self.promises.path = path.into();
|
||||
_self.promises.root = path.into();
|
||||
_self
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue