about summary refs log tree commit diff
path: root/tests/rustdoc-ui/intra-doc/errors.rs
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2024-10-04 09:45:34 -0700
committerMichael Howell <michael@notriddle.com>2024-10-04 09:56:53 -0700
commit3686e59913967072e47d64a6a466a6f5d9386c09 (patch)
tree7f79b2b8e29259b998ca5d9f0eb0e96dcf45d426 /tests/rustdoc-ui/intra-doc/errors.rs
parent267cf8d3b20e98315c8e0ddf1d7020f60f664249 (diff)
downloadrust-3686e59913967072e47d64a6a466a6f5d9386c09.tar.gz
rust-3686e59913967072e47d64a6a466a6f5d9386c09.zip
rustdoc: cleaner errors on disambiguator/namespace mismatches
Diffstat (limited to 'tests/rustdoc-ui/intra-doc/errors.rs')
-rw-r--r--tests/rustdoc-ui/intra-doc/errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-ui/intra-doc/errors.rs b/tests/rustdoc-ui/intra-doc/errors.rs
index f37f49c24cc..e885a3b35f6 100644
--- a/tests/rustdoc-ui/intra-doc/errors.rs
+++ b/tests/rustdoc-ui/intra-doc/errors.rs
@@ -98,7 +98,7 @@ pub trait T {
 /// [m()]
 //~^ ERROR unresolved link
 //~| HELP to link to the macro
-//~| NOTE not in the value namespace
+//~| NOTE not a function
 #[macro_export]
 macro_rules! m {
     () => {};