Skip to content

Commit 05d28c4

Browse files
committed
fixed error in stderr file
1 parent 51e6a02 commit 05d28c4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/ui/parser/issues/issue-118530-ice.stderr

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ LL | attr::fn bar() -> String {
4040
| ^^
4141
|
4242
= help: the `.` operator will automatically dereference the value, except if the value is a raw pointer
43-
help: try using `.` instead
44-
|
45-
LL - attr::fn bar() -> String {
46-
LL + attr::fn bar() . String {
47-
|
4843

4944
error: expected one of `(`, `.`, `::`, `;`, `?`, `}`, or an operator, found `{`
5045
--> $DIR/issue-118530-ice.rs:5:30

0 commit comments

Comments
 (0)