Skip to content

Conversation

chenrui333
Copy link
Contributor

seeing some regression build issue against rust 1.83.0 as

error: elided lifetime has a name
  --> src/failure.rs:27:39
   |
27 |     fn source<'a>(&'a self) -> Option<&(dyn error::Error + 'static)> {
   |               --                      ^ this elided lifetime gets resolved as `'a`
   |               |
   |               lifetime `'a` declared here
   |
   = note: `-D elided-named-lifetimes` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(elided_named_lifetimes)]`

Status: Ready

relates to Homebrew/homebrew-core#199379

Signed-off-by: Rui Chen <rui@chenrui.dev>
@stepchowfun
Copy link
Owner

Thank you!

@stepchowfun stepchowfun merged commit dc42a95 into stepchowfun:main Nov 30, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants