File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -1389,3 +1389,21 @@ let three_ranges = [const { (0..=5).into_inner() }; 3];
13891389 field: (field_identifier))
13901390 arguments: (arguments))))
13911391 length: (integer_literal))))
1392+
1393+ ================================================================================
1394+ Raw reference expression conflicts
1395+ ================================================================================
1396+ some_call(&raw);
1397+ let a = &raw const b;
1398+ --------------------------------------------------------------------------------
1399+ (source_file
1400+ (expression_statement
1401+ (call_expression
1402+ (identifier)
1403+ (arguments
1404+ (reference_expression
1405+ (identifier)))))
1406+ (let_declaration
1407+ (identifier)
1408+ (reference_expression
1409+ (identifier))))
You can’t perform that action at this time.
0 commit comments