Skip to content

Commit 57a5b75

Browse files
authored
Merge branch 'rust-lang:master' into master
2 parents 44e66b6 + f0038a7 commit 57a5b75

File tree

6,692 files changed

+146397
-73734
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,692 files changed

+146397
-73734
lines changed

.github/ISSUE_TEMPLATE/tracking_issue.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Tracking issues are used to record the overall progress of implementation.
2828
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
2929
A tracking issue is however *not* meant for large scale discussion, questions, or bug reports about a feature.
3030
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
31+
Discussion comments will get marked as off-topic or deleted.
32+
Repeated discussions on the tracking issue may lead to the tracking issue getting locked.
3133

3234
### Steps
3335
<!--

.github/pull_request_template.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!--
2+
If this PR is related to an unstable feature or an otherwise tracked effort,
3+
please link to the relevant tracking issue here. If you don't know of a related
4+
tracking issue or there are none, feel free to ignore this.
5+
6+
This PR will get automatically assigned to a reviewer. In case you would like
7+
a specific user to review your work, you can assign it to them by using
8+
9+
r​? <reviewer name>
10+
-->

0 commit comments

Comments
 (0)