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
tremor-rs
error: elided lifetime has a name --> tremor-script/src/lexer.rs:1347:36 | 807 | impl<'input> Lexer<'input> { | ------ lifetime `'input` declared here ... 1347 | F: Fn(Cow<'input, str>) -> Token, | ^^^^^ this elided lifetime gets resolved as `'input` | note: the lint level is defined here --> tremor-script/src/lib.rs:16:9 | 16 | #![deny(warnings)] | ^^^^^^^^ = note: `#[deny(elided_named_lifetimes)]` implied by `#[deny(warnings)]` error: elided lifetime has a name --> tremor-script/src/lexer.rs:1441:36 | 807 | impl<'input> Lexer<'input> { | ------ lifetime `'input` declared here ... 1441 | F: Fn(Cow<'input, str>) -> Token, | ^^^^^ this elided lifetime gets resolved as `'input` error: could not compile `tremor-script` (lib) due to 2 previous errors
@happysalada @akshatagarwl
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered:
Probably the fix is really simple: nuke #![deny(warnings)]
#![deny(warnings)]
Sorry, something went wrong.
Thank you for reporting. If you have time for a PR dont hesitate.
Successfully merging a pull request may close this issue.
Steps To Reproduce
tremor-rs
on staging-next (didn't try master)Build log
Build Log
Additional context
Metadata
Notify maintainers
@happysalada @akshatagarwl
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: