Skip to content

Rustup to 1.11.0-nightly (7d2f75a95 2016-06-09) #248

New issue

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

Merged
merged 1 commit into from
Jun 15, 2016

Conversation

mcarton
Copy link
Member

@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
Member Author

mcarton commented Jun 15, 2016

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

@mcarton
Copy link
Member 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
Member 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
Member 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