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
within influxdb 2.7.3 but should be the same on latest:
error: methods `into_type` and `location` are never used --> flux-core/src/semantic/types.rs:2192:8 | 2189 | pub(crate) trait TypeLike { | -------- methods in this trait ... 2192 | fn into_type(self) -> MonoType; | ^^^^^^^^^ 2193 | fn error(&self, error: Error) -> Self::Error; 2194 | fn location(&self) -> crate::ast::SourceLocation; | ^^^^^^^^ | note: the lint level is defined here --> flux-core/src/lib.rs:1:38 | 1 | #![cfg_attr(feature = "strict", deny(warnings, missing_docs))] | ^^^^^^^^ = note: `#[deny(dead_code)]` implied by `#[deny(warnings)]` error: could not compile `flux-core` (lib) due to 1 previous error
seems something changed in what warnings are considered hard errors ?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
within influxdb 2.7.3 but should be the same on latest:
seems something changed in what warnings are considered hard errors ?
The text was updated successfully, but these errors were encountered: