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
Auto merge of rust-lang#119680 - compiler-errors:rollup-1kvfehl, r=compiler-errors
Rollup of 6 pull requests
Successful merges:
- rust-lang#119252 (rustc_mir_transform: Enforce `rustc::potential_query_instability` lint)
- rust-lang#119548 (Use the current target instead of iterating over all targets)
- rust-lang#119656 (document rounding behavior of rint/nearbyint for ties)
- rust-lang#119657 (Fix typo in docs for slice::split_once, slice::rsplit_once)
- rust-lang#119666 (Populate `yield` and `resume` types in MIR body while body is being initialized)
- rust-lang#119679 (Ask for rustc version in diagnostic reports, remind users to update their toolchain)
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/diagnostics.yaml
+16-3
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,23 @@ body:
52
52
render: Rust
53
53
validations:
54
54
required: false
55
-
- type: markdown
55
+
- type: textarea
56
+
id: version
56
57
attributes:
57
-
value: |
58
-
If you're using the stable version of the compiler, you should also check if the bug also exists in the beta or nightly versions. The output might also be different depending on the Edition.
58
+
label: Rust Version
59
+
description: Please provide the `rustc` version, `rustc --version --verbose`. Make sure that you're using the latest version of the compiler, and not an outdated stable or nightly release!
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/ice.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ body:
40
40
id: version
41
41
attributes:
42
42
label: Rust Version
43
-
description: Please provide the `rustc` version, `rustc --version --verbose`
43
+
description: Please provide the `rustc` version, `rustc --version --verbose`. Make sure that you're using the latest version of the compiler, and not an outdated stable or nightly release!
0 commit comments