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
It would be good to handle those, or at least print a nice error message. For now, Charon panics with:
thread 'rustc' panicked at 'Invalid trait decl group:
tests4::Trait1
tests4::Trait2', src/reorder_decls.rs:116:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: could not compile `tests4` (bin "tests4")
The text was updated successfully, but these errors were encountered:
Mutually recursive traits happen in practice, for example here (mutual recursion between
PrimeField
andField
):It would be good to handle those, or at least print a nice error message. For now, Charon panics with:
The text was updated successfully, but these errors were encountered: