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
thread 'rustc' panicked at /rustc/c1a6199e9d92bb785c17a6d7ffd8b8b552f79c10/compiler/rustc_type_ir/src/binder.rs:716:9:
type parameter `T/#2` (T/#2/2) out of range when instantiating, args=[std::vec::Vec<T/#0, std::alloc::Global>, T/#0]
The panic happens in creusot/src/translation/specification.rs, in the function contract_of. The problem is that the argument list returned by inherited_extern_spec only include arguments for the trait itself, and not additional arguments of the method.
The text was updated successfully, but these errors were encountered:
Lysxia
added
bug
Something isn't working
crash
Creusot crashes with a panic and dumps a stack trace
labels
Dec 6, 2024
The panic happens in
creusot/src/translation/specification.rs
, in the functioncontract_of
. The problem is that the argument list returned byinherited_extern_spec
only include arguments for the trait itself, and not additional arguments of the method.The text was updated successfully, but these errors were encountered: