refactor: inst (instance) -> imp (impl)

This commit is contained in:
Shunsuke Shibayama 2023-03-19 23:24:00 +09:00
parent b40666d618
commit a5ce33f2c4
8 changed files with 38 additions and 18 deletions

View file

@ -82,6 +82,13 @@ fn test_instantiation_and_generalization() -> Result<(), ()> {
}
/*
#[test]
fn test_patch() -> Result<(), ()> {
let shared = SharedCompilerResource::new(ErgConfig::default());
shared.mod_cache.get(Path::new("<builtins>")).unwrap().module.context.test_patch()?;
Ok(())
}
#[test]
fn test_resolve_trait() -> Result<(), ()> {
let context = Context::new_main_module();