Skip to content

regression: missing lifetime specifier #128893

Closed as not planned
Closed as not planned

Description

[INFO] [stdout] error[E0106]: missing lifetime specifier
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/voprf-0.4.0-pre.3/src/serialization.rs:309:58
[INFO] [stdout]     |
[INFO] [stdout] 309 |     fn take_ext(self: &mut &Self, take: usize) -> Option<&Self>;
[INFO] [stdout]     |                       ----------                         ^ expected named lifetime parameter
[INFO] [stdout]     |
[INFO] [stdout]     = help: this function's return type contains a borrowed value, but the signature does not say which one of argument 1's 2 lifetimes it is borrowed from

#117967 (comment) accepted breakage? cc @lcnr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions