We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8704be commit c5c8d6bCopy full SHA for c5c8d6b
1 file changed
triagebot.toml
@@ -1012,6 +1012,13 @@ cc = ["@lcnr"]
1012
message = "HIR ty lowering was modified"
1013
cc = ["@fmease"]
1014
1015
+[mentions."compiler/rustc_parse"]
1016
+message = """
1017
+The parser was modified, potentially altering the grammar of (stable) Rust
1018
+which would be a breaking change.
1019
+"""
1020
+cc = ["@fmease"]
1021
+
1022
[mentions."library/core/src/mem/type_info.rs"]
1023
message = """
1024
The reflection data structures are tied exactly to the implementation
0 commit comments