This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit eee76d9
authored
Rollup merge of rust-lang#115177 - c410-f3r:symbols, r=compiler-errors
Add symbols for Clippy usage
The `arithmetic_side_effects` lint is always "interning" these non-existing symbols related to math operations causing a bit of a slowdown.1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
| 241 | + | |
240 | 242 | | |
241 | 243 | | |
242 | 244 | | |
| |||
278 | 280 | | |
279 | 281 | | |
280 | 282 | | |
| 283 | + | |
281 | 284 | | |
282 | 285 | | |
283 | 286 | | |
| |||
305 | 308 | | |
306 | 309 | | |
307 | 310 | | |
| 311 | + | |
308 | 312 | | |
309 | 313 | | |
310 | 314 | | |
| |||
1373 | 1377 | | |
1374 | 1378 | | |
1375 | 1379 | | |
| 1380 | + | |
1376 | 1381 | | |
1377 | 1382 | | |
1378 | 1383 | | |
| |||
1691 | 1696 | | |
1692 | 1697 | | |
1693 | 1698 | | |
| 1699 | + | |
1694 | 1700 | | |
| 1701 | + | |
| 1702 | + | |
1695 | 1703 | | |
1696 | 1704 | | |
1697 | 1705 | | |
| |||
0 commit comments