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

Maud is not building on the latest nightly #125

Closed
barzamin opened this issue Apr 28, 2018 · 0 comments · Fixed by #126
Closed

Maud is not building on the latest nightly #125

barzamin opened this issue Apr 28, 2018 · 0 comments · Fixed by #126

Comments

@barzamin
Copy link
Contributor

error[E0614]: type `syntax::symbol::InternedString` cannot be dereferenced
  --> maud_lints/src/util.rs:33:87
   |
33 |     apb.names.len() == path.len() && apb.names.iter().zip(path.iter()).all(|(a, &b)| &**a == b)
   |                                                                                       ^^^
error[E0308]: mismatched types
  --> maud_lints/src/util.rs:27:29
   |
27 |             self.names.push(Symbol::intern(text).as_str());
   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::symbol::InternedString`, found struct `syntax::symbol::LocalInternedString`
   |
   = note: expected type `syntax::symbol::InternedString`
              found type `syntax::symbol::LocalInternedString`
error: aborting due to 2 previous errors

Due to rust-lang/rust#49894.

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 a pull request may close this issue.

1 participant