Closed
Description
[INFO] [stdout] error: expected one of: `for`, parentheses, `fn`, `unsafe`, `extern`, identifier, `::`, `<`, square brackets, `*`, `&`, `!`, `impl`, `_`, lifetime
[INFO] [stdout] --> tests/happy.rs:9:13
[INFO] [stdout] |
[INFO] [stdout] 9 | thing: &'static str,
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: expected one of `>`, a const expression, lifetime, or type, found `'`
[INFO] [stdout] --> examples/simple.rs:3:17
[INFO] [stdout] |
[INFO] [stdout] 3 | #[derive(Debug, Display)]
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | expected one of `>`, a const expression, lifetime, or type
[INFO] [stdout] | while parsing this item list starting here
[INFO] [stdout] | the item list ends here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to previous error