Skip to content
New issue

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

Changes make_channel! macro to accept more types #877

Merged
merged 2 commits into from
Jan 7, 2024

Conversation

ansg191
Copy link
Contributor

@ansg191 ansg191 commented Jan 7, 2024

Changes type macro argument from path to ty, allowing more complex types like tuples, arrays, & pointers.

See https://doc.rust-lang.org/reference/types.html#type-expressions.

Changes `type` macro argument from `path` to `ty`, allowing more complex
types like tuples, arrays, & pointers.

See https://doc.rust-lang.org/reference/types.html#type-expressions.
Copy link
Collaborator

@korken89 korken89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for fixing!

@korken89 korken89 added this pull request to the merge queue Jan 7, 2024
Merged via the queue into rtic-rs:master with commit efb82b7 Jan 7, 2024
49 checks passed
@ansg191 ansg191 deleted the fix-chan-macro branch January 7, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants