-
Notifications
You must be signed in to change notification settings - Fork 946
Closed
Labels
bugPanic, non-idempotency, invalid code, etc.Panic, non-idempotency, invalid code, etc.
Description
Input
pub(crate) fn f(
#[cfg(feature = "this_feature_name_is_long_enough_not_to_fit_inside_the_standard_limit")] x: u64,
) -> () {}
Output
pub(crate) fn f(x: u64) -> () {}
Please note that the behaviour is the same where argument is actually used. I removed its usage just for simplicity.
Meta
Metadata
Metadata
Assignees
Labels
bugPanic, non-idempotency, invalid code, etc.Panic, non-idempotency, invalid code, etc.