Skip to content

Commit

Permalink
Re-blessed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Regueiro committed Feb 10, 2019
1 parent 568f9a6 commit f943296
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-48636.fixed
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ struct S {
y: u8,
}
//~^^^ ERROR found a documentation comment that doesn't document anything

fn main() {}
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-48636.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ struct S {
y: u8,
}
//~^^^ ERROR found a documentation comment that doesn't document anything

fn main() {}
2 changes: 1 addition & 1 deletion src/test/ui/issues/issue-48636.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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 `//`?
Expand Down

0 comments on commit f943296

Please sign in to comment.