forked from M-Labs/nac3
WIP3
This commit is contained in:
parent
27beee17e7
commit
8108a026cc
|
@ -903,7 +903,7 @@ impl Nac3 {
|
||||||
}))),
|
}))),
|
||||||
),
|
),
|
||||||
{
|
{
|
||||||
let arg_ty = unifier.get_dummy_var();
|
let arg_ty = unifier.get_fresh_var(Some("T".into()), None);
|
||||||
|
|
||||||
(
|
(
|
||||||
"core_log".into(),
|
"core_log".into(),
|
||||||
|
@ -925,7 +925,7 @@ impl Nac3 {
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
let arg_ty = unifier.get_dummy_var();
|
let arg_ty = unifier.get_fresh_var(Some("T".into()), None);
|
||||||
|
|
||||||
(
|
(
|
||||||
"rtio_log".into(),
|
"rtio_log".into(),
|
||||||
|
|
Loading…
Reference in New Issue