mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-31 19:35:30 +00:00
Each label needs to be separated by a comma (see the ICE issue template for an example of correct usage). As a result of this problem, the `regression-untriaged` label has not been automatically added to issues opened with this template. See c127530be76bd8aebc7b61f3b4a54f1be577f74c for another example of this.
1.4 KiB
1.4 KiB
| name | about | labels |
|---|---|---|
| Regression | Report something that unexpectedly changed between Rust versions. | C-bug, regression-untriaged |
Code
I tried this code:
<code>
I expected to see this happen: explanation
Instead, this happened: explanation
Version it worked on
It most recently worked on:
Version with regression
rustc --version --verbose:
<version>
Backtrace
Backtrace
<backtrace>