File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -94,3 +94,22 @@ cargo dev ra_setup
9494
9595We follow a rustc no merge-commit policy.
9696See < https://rustc-dev-guide.rust-lang.org/contributing.html#opening-a-pr > .
97+
98+ ## Common Abbreviations
99+
100+ | Abbreviation | Meaning |
101+ | ------------ | -------------------------------------- |
102+ | UB | Undefined Behavior |
103+ | FP | False Positive |
104+ | FN | False Negative |
105+ | ICE | Internal Compiler Error |
106+ | AST | Abstract Syntax Tree |
107+ | MIR | Mid-Level Intermediate Representation |
108+ | HIR | High-Level Intermediate Representation |
109+ | TCX | Type context |
110+
111+ This is a concise list of abbreviations that can come up during clippy development. An extensive
112+ genal list can be found in the [ rustc-dev-guide glossary] [ glossary ] . Always feel free to ask if
113+ an abbreviation or meaning is unclear to you.
114+
115+ [ glossary ] : https://rustc-dev-guide.rust-lang.org/appendix/glossary.html
You can’t perform that action at this time.
0 commit comments