From 8ead8f57c6bd57e327ef150ac99e47a4c2486000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20K=C3=BCber?= Date: Wed, 17 Feb 2021 09:47:31 -0800 Subject: [PATCH] Add A-diagnostics bug report template --- .github/ISSUE_TEMPLATE/diagnostics.md | 46 +++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/diagnostics.md diff --git a/.github/ISSUE_TEMPLATE/diagnostics.md b/.github/ISSUE_TEMPLATE/diagnostics.md new file mode 100644 index 00000000000..044979f3bae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/diagnostics.md @@ -0,0 +1,46 @@ +--- +name: Diagnostic issue +about: Create a bug report or feature request for a change to `rustc`'s error output +labels: A-diagnostics, T-compiler +--- + + +Given the following code: + +```rust + +``` + +The current output is: + +``` + +``` + + +Ideally the output should look like: + +``` + +``` + + + +