diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-03-24 14:50:12 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-03-24 14:50:12 +0100 |
| commit | ec43cb3e9c208939e09b4208850aaa34bee0423c (patch) | |
| tree | 383275cb2b3b4453a1c7f74117f2f9508da9813e /tests/rustdoc-ui/intra-doc/errors.rs | |
| parent | 95926b2ce59b18ac1e9ec9eeca00cc9023c05395 (diff) | |
| download | rust-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.rs | 4 |
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 |
