We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7bc5e commit ef44452Copy full SHA for ef44452
compiler/rustc_expand/src/mbe/quoted.rs
@@ -72,7 +72,7 @@ pub(super) fn parse(
72
// this with just `span.edition()`. A
73
// `SyntaxContext::root()` from the current crate will
74
// have the edition of the current crate, and a
75
- // `SyntaxxContext::root()` from a foreign crate will
+ // `SyntaxContext::root()` from a foreign crate will
76
// have the edition of that crate (which we manually
77
// retrieve via the `edition` parameter).
78
if span.ctxt() == SyntaxContext::root() {
0 commit comments