Skip to content

Conversation

A4-Tacks
Copy link
Contributor

    pub rule foo() -> impl for<'a> PartialEq<&'a str> + Debug + use<'input>
        = $("foo")
    pub rule bar() -> impl for<'a> PartialEq<&'a str> + Debug + use<>
        = { "bar" }

@A4-Tacks
Copy link
Contributor Author

This is a feature of the new version of Rust, I'm not sure how to make the old version ignore this test

@kevinmehall kevinmehall merged commit ddb2126 into kevinmehall:master Aug 3, 2025
2 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