-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
When I try using this on a few projects, I get a build error
error[E0423]: expected function, tuple struct or tuple variant, found struct `ast::Name`
--> /home/jayvdb/.cargo/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.58.1/src/symbol.rs:146:27
|
146 | name: ast::Name($index),
| ^^^^^^^^^
...
165 | / declare_keywords! {
166 | | // Invalid identifier
167 | | (0, Invalid, "")
168 | |
... |
231 | | (56, CrateRoot, "{{root}}")
232 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `declare_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)e.g. I tried this with https://github.com/swift-nav/esthri/tree/master/crates/esthri
also some private projects which otherwise build normally.
alex-semov, CramBL, lemastero, christopinka, AzimMuradov and 3 more
Metadata
Metadata
Assignees
Labels
No labels