Closed
Description
From https://crater-reports.s3.amazonaws.com/beta-1.52-2/beta-2021-05-23/gh/omegablitz.gluon-bug/log.txt
[INFO] [stdout] error: expected one of `{`, lifetime, or type, found `,`
[INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/gluon-9c68e1737197fd9b/77652ab/base/src/types/mod.rs:522:17
[INFO] [stdout] |
[INFO] [stdout] 522 | #[derive(Clone, AstClone)]
[INFO] [stdout] | ^^^^^^^^ unexpected token
[INFO] [stdout] ...
[INFO] [stdout] 543 | T: TypePtr<Id = Id>,
[INFO] [stdout] | - expected one of `{`, lifetime, or type
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: proc-macro derive produced unparseable tokens
[INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/gluon-9c68e1737197fd9b/77652ab/base/src/types/mod.rs:522:17
[INFO] [stdout] |
[INFO] [stdout] 522 | #[derive(Clone, AstClone)]
[INFO] [stdout] | ^^^^^^^^
cc @petrochenkov @Aaron1011 -- any recent parser changes you can think of that might've caused this?