about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2025-08-11 20:04:27 +0000
committerEsteban Küber <esteban@kuber.com.ar>2025-08-11 20:04:27 +0000
commitbec53460384238b124d320a5964069e76b2c42be (patch)
treedc80341a2ca493af6493399af8000a05ce8cf5ed
parenta5469b8b4a29c4c57d3c5833a2f946537666d898 (diff)
fix clippy test
-rw-r--r--tests/ui/crashes/ice-96721.stderr2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/crashes/ice-96721.stderr b/tests/ui/crashes/ice-96721.stderr
index f0778a4b32b..23f7300178e 100644
--- a/tests/ui/crashes/ice-96721.stderr
+++ b/tests/ui/crashes/ice-96721.stderr
@@ -3,6 +3,8 @@ error: malformed `path` attribute input
    |
 LL | #[path = foo!()]
    | ^^^^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
+   |
+   = note: for more information, visit <https://doc.rust-lang.org/reference/items/modules.html#the-path-attribute>
 
 error: aborting due to 1 previous error