We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GlobDelegation
1 parent 646c5aa commit 9e901d5Copy full SHA for 9e901d5
compiler/rustc_expand/src/base.rs
@@ -776,6 +776,8 @@ pub enum SyntaxExtensionKind {
776
),
777
778
/// A glob delegation.
779
+ ///
780
+ /// This is for delegated function implementations, and has nothing to do with glob imports.
781
GlobDelegation(Arc<dyn GlobDelegationExpander + sync::DynSync + sync::DynSend>),
782
}
783
0 commit comments