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
Example code gives two arguments to generator::generate but it takes three:
generator::generate
error[E0061]: this function takes 3 parameters but 2 parameters were supplied --> validate-lua/src/build.rs:8:18 | 8 | let output = generator::generate( | __________________^ 9 | | &env::current_dir().unwrap().as_path().join("src/lib.rs"), 10 | | "example_setup", 11 | | ); | |_____^ expected 3 parameters error: aborting due to previous error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example code gives two arguments to
generator::generate
but it takes three:The text was updated successfully, but these errors were encountered: