rust/.github/ISSUE_TEMPLATE/regression.md
Camelid 16ff6c8050
Fix labels for regression issue template
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 c127530be7 for another example of this.
2021-04-29 13:13:28 -07:00

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>