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
Compiling slog-stdlog v4.0.0 error[E0061]: this function takes 4 parameters but 3 parameters were supplied --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/slog-stdlog-4.0.0/lib.rs:244:9 | 244 | log::__private_api_log(format_args!("{}", lazy), level, &(target, info.module(), info.file(), info.line())); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters error: aborting due to previous error
The text was updated successfully, but these errors were encountered:
The rustc error is due to slog-stdlog hitting some new incompatibility with the log v0.4.10 crate.
The root problem being cargo install no longer utilizies Cargo.lock as of rust 1.37 (rust-lang/cargo#7169)
Sorry, something went wrong.
chore: force cargo install to use Cargo.lock
d3ffba6
Closes #378
pjenvey
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: