Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad error range when a refinement check fails #206

Open
nikswamy opened this issue Sep 10, 2024 · 0 comments
Open

Bad error range when a refinement check fails #206

nikswamy opened this issue Sep 10, 2024 · 0 comments

Comments

@nikswamy
Copy link
Contributor

fn test (x:nat { x > 0 })
requires emp
ensures emp
{
  ()
}
 
fn use_test (x:nat)
requires emp
ensures emp
{
  test x
}

This blames the entire use_test definition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant