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.
1 parent e1a9461 commit 6d66068Copy full SHA for 6d66068
crates/ra_hir_expand/src/db.rs
@@ -277,7 +277,7 @@ pub fn parse_macro_with_arg(
277
Some((parse, Arc::new(rev_token_map)))
278
} else {
279
// FIXME:
280
- // In future, we should proprate the actual error with recovery information
+ // In future, we should propagate the actual error with recovery information
281
// instead of ignore the error here.
282
283
// Safe check for recurisve identity macro
0 commit comments