We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running Charon on crate lazy-static.rs leads to a panic with error message
lazy-static.rs
thread 'main' panicked at src/bin/charon-driver/driver.rs:170:5: assertion failed: indices.len() <= 1
One hypothesis raised by @Nadrieril is that this is due to the crate name ending in .rs, that should be better handled during argument parsing.
.rs
The text was updated successfully, but these errors were encountered:
Nadrieril
No branches or pull requests
Running Charon on crate
lazy-static.rs
leads to a panic with error messageOne hypothesis raised by @Nadrieril is that this is due to the crate name ending in
.rs
, that should be better handled during argument parsing.The text was updated successfully, but these errors were encountered: