We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc5e4d commit d9fc5b5Copy full SHA for d9fc5b5
compiler/rustc_span/src/hygiene.rs
@@ -702,7 +702,7 @@ pub struct ExpnData {
702
/// The `DefId` of the macro being invoked,
703
/// if this `ExpnData` corresponds to a macro invocation
704
pub macro_def_id: Option<DefId>,
705
- /// The crate that originally created this `ExpnData. During
+ /// The crate that originally created this `ExpnData`. During
706
/// metadata serialization, we only encode `ExpnData`s that were
707
/// created locally - when our serialized metadata is decoded,
708
/// foreign `ExpnId`s will have their `ExpnData` looked up
0 commit comments