Nicholas Nethercote
af32411f20
Avoid double-interning some BoundVariableKind
s.
...
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-11 23:23:17 +04:00
2023-02-14 23:12:27 +00:00
2023-02-17 00:19:34 +01:00
2023-02-07 21:00:12 +00: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-14 08:51:19 +00: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-06 06:58:30 -05: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-09 11:47:12 +11:00
2023-02-10 16:06:25 -08:00
2023-02-11 17:18:44 +01:00
2023-02-14 15:09:40 +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-14 08:51:19 +00:00
2023-02-17 22:24:34 +11:00
2023-02-17 22:24:34 +11:00