Skip to content

Conversation

mcarton
Copy link
Contributor

@mcarton mcarton commented Jun 10, 2016

This was broken the latest nightly:

src/lib.rs:91:13: 91:17 error: cannot infer an appropriate lifetime for borrow expression due to conflicting requirements [E0495]
src/lib.rs:91         cx: &*cx,
                          ^~~~

@BurntSushi
Copy link
Member

BurntSushi commented Jun 15, 2016

Awesome, thank you!

(FYI, if you are, you probably shouldn't be using the regex!.)

@mcarton mcarton deleted the rustup branch June 15, 2016 13:19
@mcarton
Copy link
Contributor Author

mcarton commented Jun 15, 2016

We only use them in Clippy's tests for regex specific lints.

@mcarton
Copy link
Contributor Author

mcarton commented Jun 16, 2016

@BurntSushi can we get a version bump?

@BurntSushi
Copy link
Member

Ah right! regex_macros 0.1.36 should be available now!

@llogiq
Copy link

llogiq commented Jun 16, 2016

Cool, thank you!

@mcarton
Copy link
Contributor Author

mcarton commented Jun 16, 2016

@BurntSushi Thanks, but I think you have published a version without this PR.

@BurntSushi
Copy link
Member

@mcarton How embarrassing! Should be fixed now in regex_macros 0.1.37.

@mcarton
Copy link
Contributor Author

mcarton commented Jun 16, 2016

@BurntSushi thanks, all green now!

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.

3 participants