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

Upgrade to rustc 1.0.0-dev (890293655 2015-02-28) #86

Merged
merged 1 commit into from Mar 1, 2015

Conversation

@o01eg
Copy link
Contributor

o01eg commented Mar 1, 2015

Fixed error:

src/parser.rs:308:39: 308:42 error: obsolete syntax: `:`, `&mut:`, or `&:`
src/parser.rs:308     let first_non_slash = input.find(|&:c| !matches!(c, '/' | '\\')).unwrap_or(input.len());
                                                        ^~~
note: rely on inference instead
Fixed error:
```
src/parser.rs:308:39: 308:42 error: obsolete syntax: `:`, `&mut:`, or `&:`
src/parser.rs:308     let first_non_slash = input.find(|&:c| !matches!(c, '/' | '\\')).unwrap_or(input.len());
                                                        ^~~
note: rely on inference instead
```
SimonSapin added a commit that referenced this pull request Mar 1, 2015
Upgrade to rustc 1.0.0-dev (890293655 2015-02-28)
@SimonSapin SimonSapin merged commit b815105 into servo:master Mar 1, 2015
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@SimonSapin
Copy link
Member

SimonSapin commented Mar 1, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.