You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
axiomalloc.vec.Vec.extend_from_slice
{T : Type} {A : Type} (corecloneCloneInst : core.clone.Clone T) :
-- ^^^^^^^^ This type parameter can't actually be infered from the inputs
alloc.vec.Vec T → Slice T → Result (alloc.vec.Vec T)
The text was updated successfully, but these errors were encountered:
Yes, this is what I have in mind: remove in a micro-pass, then compute the information about the explicit parameters.
The reason why I didn't do that in the first place is that for a very long time I didn't have visitors to explore a whole crate (because of typing issues involving polymorphic definitions which were specialized for different types). But now I have those visitors for Charon-ML, so it should be straightforward.
First reported on the Zulip: https://aeneas-verif.zulipchat.com/#narrow/channel/349819-general/topic/Bugs.3A.20SHA1.20in.20Aeneas/near/493428308
This can lead to issues with external, non-builtin definitions, like here:
The text was updated successfully, but these errors were encountered: