about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2023-05-03 20:13:32 +0000
committerMichael Goulet <michael@errs.io>2023-05-03 20:13:32 +0000
commitfef2f5b815fd9cf48895063e35054e34c31562d9 (patch)
tree90aabcfca1893c229b9133637939c453b88ceee6 /compiler/rustc_trait_selection/src
parent20a83144b2a8dacc2ce2d2b129959c827d58b2ce (diff)
downloadrust-fef2f5b815fd9cf48895063e35054e34c31562d9.tar.gz
rust-fef2f5b815fd9cf48895063e35054e34c31562d9.zip
Rename things to reflect that they're not item specific
Diffstat (limited to 'compiler/rustc_trait_selection/src')
-rw-r--r--compiler/rustc_trait_selection/src/traits/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/mod.rs b/compiler/rustc_trait_selection/src/traits/mod.rs
index 0e8c74a6765..25529f18545 100644
--- a/compiler/rustc_trait_selection/src/traits/mod.rs
+++ b/compiler/rustc_trait_selection/src/traits/mod.rs
@@ -62,7 +62,7 @@ pub use self::util::elaborate;
 pub use self::util::{expand_trait_aliases, TraitAliasExpander};
 pub use self::util::{get_vtable_index_of_object_method, impl_item_is_final, upcast_choices};
 pub use self::util::{
-    supertrait_def_ids, supertraits, transitive_bounds, transitive_bounds_that_define_assoc_type,
+    supertrait_def_ids, supertraits, transitive_bounds, transitive_bounds_that_define_assoc_item,
     SupertraitDefIds,
 };