]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-48636.stderr
New upstream version 1.34.2+dfsg1
[rustc.git] / src / test / ui / issues / issue-48636.stderr
index de335d2c29b188164d4273128f3558794df244d6..462723d1d931ef407e41b113b6f803e889273c28 100644 (file)
@@ -3,7 +3,7 @@ error[E0585]: found a documentation comment that doesn't document anything
    |
 LL |     x: u8
    |          - help: missing comma here: `,`
-LL |     /// The id of the parent core
+LL |     /// The ID of the parent core
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: doc comments must come before what they document, maybe a comment was intended with `//`?