File tree Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,11 @@ pub const LONGLIST: &[&str] = [
146
146
"@=" ,
147
147
"~=" ,
148
148
149
+ "##" ,
150
+ "###" ,
151
+ "####" ,
152
+ "#####" ,
153
+
149
154
"x ➖ y" ,
150
155
151
156
@@ -488,11 +493,25 @@ pub const LONGLIST: &[&str] = [
488
493
"'r#super" ,
489
494
"'r#Self" ,
490
495
491
- //// Possible future forms
492
-
493
- // See rfc3593
494
- r##" #"xxx"# "## ,
496
+ //// Forms related to the "Guarded string literals" 2024 reservations
497
+ " #\" xxx\" # " ,
498
+ " ##\" xxx\" ## " ,
499
+ " ###\" xxx\" ### " ,
500
+ " ####\" xxx\" #### " ,
501
+ " #####\" xxx\" ##### " ,
502
+ " #\" xxx\" " ,
503
+ " ##\" xxx\" # " ,
504
+ " #\" xxx" ,
505
+ " #\" \" # " ,
506
+ " ##\" \" ## " ,
507
+ " #\" \" " ,
508
+ " ##\" \" # " ,
509
+ " #\" " ,
510
+ " ###############################################################################################################################################################################################################################################################\" aaa\" ############################################################################################################################################################################################################################################################### " ,
511
+ " ################################################################################################################################################################################################################################################################\" aaa\" ################################################################################################################################################################################################################################################################ " ,
512
+ "£#\" \" #" ,
495
513
"#'xxx'#" ,
514
+ "#''#" ,
496
515
497
516
498
517
//// Lifetime/label non-ascii
You can’t perform that action at this time.
0 commit comments