Fix typo
This commit is contained in:
parent
33f240960d
commit
73c6bc4dbd
@ -1834,7 +1834,7 @@ impl NameRef {}
|
||||
/// ❰ foo!(); ❱
|
||||
///
|
||||
/// fn main() {
|
||||
/// ❰ foo!() ❱; // macro call expression position doesn't include the semi
|
||||
/// ❰ foo!() ❱; // macro call in expression positions doesn't include the semi
|
||||
/// }
|
||||
/// ```
|
||||
///
|
||||
|
@ -1558,7 +1558,7 @@ struct NameRef { /*NameRefToken*/ } // TODO: where is NameRefToken?
|
||||
/// ❰ foo!(); ❱
|
||||
///
|
||||
/// fn main() {
|
||||
/// ❰ foo!() ❱; // macro call expression position doesn't include the semi
|
||||
/// ❰ foo!() ❱; // macro call in expression positions doesn't include the semi
|
||||
/// }
|
||||
/// ```
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user