-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed as not planned
Labels
A-attributesArea: Attributes (`#[…]`, `#![…]`)Area: Attributes (`#[…]`, `#![…]`)C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-langRelevant to the language teamRelevant to the language team
Description
The following is currently not permitted:
pub use third_party::{
/// Doc-comment explaining reexported entity.
some_function,
// Normal comments are allowed, though.
some_other_function,
};
I'm very fond of group usings, so I prefer to use them everywhere, but it is impossible in situations where the documentation is needed (we have encountered this problem here, by the way).
popzxc, pavel-mukhanov, ozkriff, vitvakatu, blackbeam and 3 more
Metadata
Metadata
Assignees
Labels
A-attributesArea: Attributes (`#[…]`, `#![…]`)Area: Attributes (`#[…]`, `#![…]`)C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-langRelevant to the language teamRelevant to the language team