Skip to content
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

Fix syntactic error on nightly Rust #2

Merged
merged 1 commit into from
Mar 6, 2017
Merged

Fix syntactic error on nightly Rust #2

merged 1 commit into from
Mar 6, 2017

Conversation

petrochenkov
Copy link
Contributor

& for <'t> Type<'t> + 'r is are actually a syntactic error because + has lower priority than &, but this specific case was accepted by mistake (rust-lang/rust#39317). This will be fixed soon (rust-lang/rust#40043) and this code is going to stop compiling.

@alexander-irbis alexander-irbis merged commit 2e91154 into irbis-labs:master Mar 6, 2017
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