about summary refs log tree commit diff
path: root/tests/ui/traits
diff options
context:
space:
mode:
authorJoe Birr-Pixton <jpixton@gmail.com>2025-09-16 11:52:43 +0100
committerJoe Birr-Pixton <jpixton@gmail.com>2025-09-16 11:58:12 +0100
commit325ceef018030f922840a10741d194b4223ecc59 (patch)
treecef8507205c8c9ec627e7ffa4bd4b9e3dff3fbeb /tests/ui/traits
parent1ae720a52dd6a3ed5a375d183aea5330de49eb42 (diff)
downloadrust-325ceef018030f922840a10741d194b4223ecc59.tar.gz
rust-325ceef018030f922840a10741d194b4223ecc59.zip
Fix other uses of "adaptor"
Diffstat (limited to 'tests/ui/traits')
-rw-r--r--tests/ui/traits/next-solver/typeck/normalize-in-upvar-collection.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/next-solver/typeck/normalize-in-upvar-collection.rs b/tests/ui/traits/next-solver/typeck/normalize-in-upvar-collection.rs
index 6567f275240..2f108daf1e5 100644
--- a/tests/ui/traits/next-solver/typeck/normalize-in-upvar-collection.rs
+++ b/tests/ui/traits/next-solver/typeck/normalize-in-upvar-collection.rs
@@ -1,7 +1,7 @@
 //@ compile-flags: -Znext-solver
 //@ check-pass
 
-// Fixes a regression in icu_provider_adaptors where we weren't normalizing the
+// Fixes a regression in icu_provider_adapters where we weren't normalizing the
 // return type of a function type before performing a `Ty::builtin_deref` call,
 // leading to an ICE.