about summary refs log tree commit diff
path: root/tests/rustdoc-ui/intra-doc/errors.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2023-03-24 14:50:12 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2023-03-24 14:50:12 +0100
commitec43cb3e9c208939e09b4208850aaa34bee0423c (patch)
tree383275cb2b3b4453a1c7f74117f2f9508da9813e /tests/rustdoc-ui/intra-doc/errors.rs
parent95926b2ce59b18ac1e9ec9eeca00cc9023c05395 (diff)
downloadrust-ec43cb3e9c208939e09b4208850aaa34bee0423c.tar.gz
rust-ec43cb3e9c208939e09b4208850aaa34bee0423c.zip
Update UI tests for primitive type ambiguity error renaming
Diffstat (limited to 'tests/rustdoc-ui/intra-doc/errors.rs')
-rw-r--r--tests/rustdoc-ui/intra-doc/errors.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc-ui/intra-doc/errors.rs b/tests/rustdoc-ui/intra-doc/errors.rs
index 95dd2b98e03..f37f49c24cc 100644
--- a/tests/rustdoc-ui/intra-doc/errors.rs
+++ b/tests/rustdoc-ui/intra-doc/errors.rs
@@ -54,11 +54,11 @@
 
 /// [u8::not_found]
 //~^ ERROR unresolved link
-//~| NOTE the builtin type `u8` has no associated item named `not_found`
+//~| NOTE the primitive type `u8` has no associated item named `not_found`
 
 /// [std::primitive::u8::not_found]
 //~^ ERROR unresolved link
-//~| NOTE the builtin type `u8` has no associated item named `not_found`
+//~| NOTE the primitive type `u8` has no associated item named `not_found`
 
 /// [type@Vec::into_iter]
 //~^ ERROR unresolved link