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
* Existing compilers link to the md version
* The YAML version field for the backtrace *doesn't let us paste a full backtrace*
* We will need the YAML version in order to be able to submit reports once we start storing the backtrace to disk
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/ice.yaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
name: Internal Compiler Error
2
-
description: Create a report for an internal compiler error in `rustc`
1
+
name: Internal Compiler Error (Structured form)
2
+
description: For now, you'll want to use the other ICE template, as GitHub forms have strict limits on the size of fields so backtraces cannot be pasted directly.
3
3
labels: ["C-bug", "I-ICE", "T-compiler"]
4
4
title: "[ICE]: "
5
5
body:
@@ -79,4 +79,4 @@ body:
79
79
label: Anything else?
80
80
description: If you have more details you want to give us to reproduce this issue, please add it here
0 commit comments