Nicholas Nethercote
af32411f20
Avoid double-interning some BoundVariableKinds.
...
This function has this line twice:
```
let bound_vars = tcx.intern_bound_variable_kinds(&bound_vars);
```
The second occurrence is effectively a no-op, because the first
occurrence interned any that needed it.
2023-02-17 22:24:34 +11:00
..
2023-02-15 12:24:54 +05:30
2023-02-14 23:12:27 +00:00
2023-02-17 00:19:34 +01:00
2023-02-16 03:39:58 +00:00
2023-02-17 22:24:31 +11:00
2023-02-16 15:26:03 +00:00
2023-02-17 22:24:31 +11:00
2023-02-17 22:24:34 +11:00
2023-02-17 00:19:36 +01:00
2023-02-17 22:24:31 +11:00
2023-02-16 15:26:00 +00:00
2023-02-16 15:14:45 +11:00
2023-02-16 15:14:45 +11:00
2023-02-16 17:51:25 +01:00
2023-02-16 15:26:03 +00:00
2023-02-17 00:19:34 +01:00
2023-02-16 15:26:00 +00:00
2023-02-17 22:24:34 +11:00
2023-02-17 22:24:34 +11:00
2023-02-17 04:45:15 +00:00
2023-02-16 14:55:05 +01:00
2023-02-17 04:45:15 +00:00
2023-02-17 22:24:31 +11:00
2023-02-17 22:24:34 +11:00
2023-02-17 22:24:34 +11:00
2023-02-16 15:26:03 +00:00
2023-02-17 22:24:31 +11:00
2023-02-16 17:05:56 -07:00
2023-02-16 15:26:03 +00:00
2023-02-16 15:26:03 +00:00
2023-02-17 04:45:15 +00:00
2023-02-17 04:45:15 +00:00
2023-02-16 14:55:05 +01:00
2023-02-16 22:10:10 +00:00
2023-02-17 00:19:34 +01:00
2023-02-17 00:19:34 +01:00
2023-02-17 00:19:34 +01:00
2023-02-17 22:24:34 +11:00
2023-02-15 12:24:55 +05:30
2023-02-17 22:24:34 +11:00
2023-02-16 17:05:56 -07:00
2023-02-17 22:24:34 +11:00
2023-02-17 22:24:34 +11:00