-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
pub on macro_rules! not supported #4728
Copy link
Copy link
Closed
Labels
C-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICEP-highHigh priorityHigh priority
Description
Activity
Metadata
Metadata
Assignees
Labels
C-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICEP-highHigh priorityHigh priority
https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=71be237d1aed61df9bbdb665bbd5a056`
I expected to be able to format with rustfmt,
but when running rustfmt there is an error despite compilation succeeding.
The implementation PR is 82296, but unsure if there's a RFC for the original idea.