mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
Fix typo
This commit is contained in:
parent
e1a9461806
commit
6d6606895c
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ pub fn parse_macro_with_arg(
|
|||
Some((parse, Arc::new(rev_token_map)))
|
||||
} else {
|
||||
// FIXME:
|
||||
// In future, we should proprate the actual error with recovery information
|
||||
// In future, we should propagate the actual error with recovery information
|
||||
// instead of ignore the error here.
|
||||
|
||||
// Safe check for recurisve identity macro
|
||||
|
|
Loading…
Reference in a new issue