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
#[derive(defmt::Format)] pub struct Set<'a, 'b: 'a> { foo: &'a u32, bar: &'b u32, }
produces this error
error: expected one of `,` or `>`, found `:` --> foobar/src/lib.rs:140:22 | 140 | pub struct Set<'a, 'b: 'a> { | ^ expected one of `,` or `>` error: proc-macro derive produced unparseable tokens --> foobar/src/lib.rs:139:10 | 139 | #[derive(defmt::Format)] | ^^^^^^^^^^^^^
defmt version cf066cb rustc 1.48.0-nightly (6af1bdda5 2020-09-15)
The text was updated successfully, but these errors were encountered:
jonas-schievink
Successfully merging a pull request may close this issue.
produces this error
defmt version cf066cb
rustc 1.48.0-nightly (6af1bdda5 2020-09-15)
The text was updated successfully, but these errors were encountered: