bors ef03fda339 Auto merge of #106967 - saethlin:remove-vec-as-ptr-assume, r=thomcc
Remove the assume(!is_null) from Vec::as_ptr

At a guess, this code is leftover from LLVM was worse at keeping track of the niche information here. In any case, we don't need this anymore: Removing this `assume` doesn't get rid of the `nonnull` attribute on the return type.
2023-03-21 08:44:17 +00:00
..
2023-03-15 08:55:22 -04:00
2023-03-15 23:55:48 +05:30
2023-03-15 23:55:48 +05:30
2023-03-03 17:47:48 +00:00