rust/compiler
bors 680ff86391 Auto merge of #86525 - shamatar:array_len_opt, r=oli-obk
Array `.len()` MIR optimization pass

This pass kind-of works back the `[T; N].len()` call that at the moment is first coerced as `&[T; N]` -> `&[T]` and then uses `&[T].len()`. Depends on #86383
2021-10-07 11:34:40 +00:00
..
2021-10-03 16:08:50 +02:00
2021-10-03 16:08:54 +02:00
2021-10-04 02:33:33 -04:00
2021-10-03 16:08:50 +02:00
2021-10-06 20:37:24 +02:00
2021-10-03 16:08:57 +02:00
2021-10-03 16:08:54 +02:00