mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
fix: infinite tyvar recursion bug
This commit is contained in:
parent
4012b323d5
commit
8c5d70ca4f
4 changed files with 29 additions and 13 deletions
|
@ -8,3 +8,4 @@ pub const ERG_MODE: bool = !cfg!(feature = "py_compat");
|
|||
pub const ELS: bool = cfg!(feature = "els");
|
||||
pub const DEBUG_MODE: bool = cfg!(feature = "debug");
|
||||
pub const EXPERIMENTAL_MODE: bool = cfg!(feature = "experimental");
|
||||
pub const BACKTRACE_MODE: bool = cfg!(feature = "backtrace");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue