about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src
diff options
context:
space:
mode:
authorPavel Grigorenko <GrigorenkoPV@ya.ru>2024-12-22 01:57:28 +0300
committerPavel Grigorenko <GrigorenkoPV@ya.ru>2025-01-28 17:59:31 +0300
commit1abc85356209580bba5688ea1dadeb9fa8a90719 (patch)
tree14317e4ad9b71c1278da486be077f7e33565190f /compiler/rustc_trait_selection/src
parentaa6f5ab18e67cb815f73e0d53d217bc54b0da924 (diff)
downloadrust-1abc85356209580bba5688ea1dadeb9fa8a90719.tar.gz
rust-1abc85356209580bba5688ea1dadeb9fa8a90719.zip
Stabilize `get_many_mut` as `get_disjoint_mut`
* Renames the methods:
	* `get_many_mut` -> `get_disjoint_mut`
	* `get_many_unchecked_mut` -> `get_disjoint_unchecked_mut`
* Does not rename the feature flag: `get_many_mut`
* Marks the feature as stable
* Renames some helper stuff:
	* `GetManyMutError` -> `GetDisjointMutError`
	* `GetManyMutIndex` -> `GetDisjointMutIndex`
	* `get_many_mut_helpers` -> `get_disjoint_mut_helpers`
	* `get_many_check_valid` -> `get_disjoint_check_valid`

This only touches slice methods.
HashMap's methods and feature gates are not renamed here
(nor are they stabilized).
Diffstat (limited to 'compiler/rustc_trait_selection/src')
0 files changed, 0 insertions, 0 deletions