-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
A-proc-macrosArea: Procedural macrosArea: Procedural macrosS-has-mcveStatus: A Minimal Complete and Verifiable Example has been found for this issueStatus: A Minimal Complete and Verifiable Example has been found for this issueT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Milestone
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
Metadata
Metadata
Assignees
Labels
A-proc-macrosArea: Procedural macrosArea: Procedural macrosS-has-mcveStatus: A Minimal Complete and Verifiable Example has been found for this issueStatus: A Minimal Complete and Verifiable Example has been found for this issueT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.