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 4b58358 commit f2d9048Copy full SHA for f2d9048
compiler/rustc_expand/src/base.rs
@@ -775,6 +775,8 @@ pub enum SyntaxExtensionKind {
775
),
776
777
/// A glob delegation.
778
+ ///
779
+ /// This is for delegated function implementations, and has nothing to do with glob imports.
780
GlobDelegation(Arc<dyn GlobDelegationExpander + sync::DynSync + sync::DynSend>),
781
}
782
0 commit comments