mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
extern blocks
This commit is contained in:
parent
952da31f44
commit
c3e28f0646
8 changed files with 1032 additions and 8 deletions
|
@ -127,7 +127,8 @@ fn validate_block_structure(root: SyntaxNodeRef) {
|
|||
assert_eq!(
|
||||
node.parent(),
|
||||
pair.parent(),
|
||||
"\nunpaired curleys:\n{}",
|
||||
"\nunpaired curleys:\n{}\n{}\n",
|
||||
root.text(),
|
||||
utils::dump_tree(root),
|
||||
);
|
||||
assert!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue