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
Right now, if you forget a parameter, you first get an error about the wrong number of parameters, and then more errors about the mismatched types of the parameters you provided.
The text was updated successfully, but these errors were encountered:
It is important to still typecheck the argument expressions, or else the compiler fails with an internal error when it finds an expression without a type in the type table. That doesn't mean we need to check against the arguments, though. Anyways, I'll take this.
* Change backend library to be a module in the compiler
Also rename from rustc_codegen_kani to codegen_cprover_gotoc
Keeping cprover dependencies separate in case we ever decided to add
another backend.
Right now, if you forget a parameter, you first get an error about the wrong number of parameters, and then more errors about the mismatched types of the parameters you provided.
The text was updated successfully, but these errors were encountered: