Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-lang
/
reference
Public
Notifications
You must be signed in to change notification settings
Fork
606
Star
1.6k
Code
Issues
312
Pull requests
117
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix nested block comment grammar
- #2348
#2348
Merged
traviscross
merged 10 commits into
rust-lang:master
rust-lang/reference:master
from
ehuss:fix-more-comments
ehuss/reference:fix-more-comments
Copy head branch name to clipboard
Sep 2, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Fix nested block comment grammar
#2348
traviscross
merged 10 commits into
rust-lang:master
rust-lang/reference:master
from
ehuss:fix-more-comments
ehuss/reference:fix-more-comments
Copy head branch name to clipboard
Commits
Commits on Sep 1, 2026
Add some test cases
Show description for 4771618
ehuss
committed
4771618
View commit details
Copy full SHA for 4771618
Browse repository at this point
Make it easier to see CR output in test errors
Show description for a2f45cf
ehuss
committed
a2f45cf
View commit details
Copy full SHA for a2f45cf
Browse repository at this point
Add some tests for nested CR in comments
Show description for 7213954
ehuss
committed
7213954
View commit details
Copy full SHA for 7213954
Browse repository at this point
Add separate BLOCK_CHAR and DOC_BLOCK_CHAR productions
Show description for 1c79291
ehuss
committed
1c79291
View commit details
Copy full SHA for 1c79291
Browse repository at this point
Revert BLOCK_COMMENT change for shebang support
Show description for 54298a5
ehuss
committed
54298a5
View commit details
Copy full SHA for 54298a5
Browse repository at this point
Fix nested comments with respect to carriage returns
Show description for 0078db3
ehuss
committed
0078db3
View commit details
Copy full SHA for 0078db3
Browse repository at this point
Also include the hard-coded test cases for grammar check
Show description for 231f771
ehuss
committed
231f771
View commit details
Copy full SHA for 231f771
Browse repository at this point
Commits on Sep 2, 2026
Fix spacing in `NESTED_BLOCK_DOC_COMMENT` rule
Show description for 1ca9667
traviscross
committed
1ca9667
View commit details
Copy full SHA for 1ca9667
Browse repository at this point
Add test cases for deeper nesting and inner doc CRs
Show description for 6cdb81d
traviscross
committed
6cdb81d
View commit details
Copy full SHA for 6cdb81d
Browse repository at this point
Remove unreachable alternative in `OUTER_BLOCK_DOC`
Show description for c49c560
traviscross
committed
c49c560
View commit details
Copy full SHA for c49c560
Browse repository at this point
You can’t perform that action at this time.