Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c3345df

Browse files
authoredMay 3, 2023
Merge branch 'rust-lang:master' into metadata_workspace_default_members
2 parents 8d579e4 + a9465fe commit c3345df

File tree

122 files changed

+5954
-1069
lines changed

Some content is hidden

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

122 files changed

+5954
-1069
lines changed
 

‎.cargo/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[alias]
2+
build-man = "run --package xtask-build-man --"
3+
stale-label = "run --package xtask-stale-label --"
4+
unpublished = "run --package xtask-unpublished --"

‎.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: Create a report to help us improve
3-
labels: ["C-bug"]
3+
labels: ["C-bug", "S-triage"]
44
body:
55
- type: markdown
66
attributes:

0 commit comments

Comments
 (0)
Please sign in to comment.