Skip to content

Commit 928dd11

Browse files
committed
fix clippy test
1 parent adccb8d commit 928dd11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/clippy/tests/ui/crashes/ice-96721.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ error: malformed `path` attribute input
33
|
44
LL | #[path = foo!()]
55
| ^^^^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
6+
|
7+
= note: for more information, visit <https://doc.rust-lang.org/reference/items/modules.html#the-path-attribute>
68

79
error: aborting due to 1 previous error
810

0 commit comments

Comments
 (0)