We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Due to rust-lang/rust#49894.
The text was updated successfully, but these errors were encountered: