unbound type symbol 'opaque_ptr' in why3 ide #948
Replies: 1 comment
-
Hi! I'm not a Creusot expert, but from what I can see this error is the result of the Using NB: there's currently a bug with |
Beta Was this translation helpful? Give feedback.
-
Hi! I built creusot by following the steps at https://github.com/creusot-rs/creusot and created an empty rust project with the same toolchain version to test a contract. When I run
cargo creusot
, I see an mlcfg file generated but this is not loaded by the why3 ideI am using the ide script from the repo root.
The prelude pointed to by the ide script does point to a type in prelude.mlw.
The snippet I'm trying to use to test creusot contract is
Beta Was this translation helpful? Give feedback.
All reactions