Skip to content

Commit b579c5a

Browse files
committed
Fix rebase
1 parent 7ea28e7 commit b579c5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ui/privacy/privacy-ns2.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ error[E0573]: expected type, found function `Bar`
5252
|
5353
LL | let _x : Bar();
5454
| ^^^^^ not a type
55+
|
5556
help: use `=` if you meant to assign
5657
|
5758
LL | let _x = Bar();

0 commit comments

Comments
 (0)