Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix rebase
  • Loading branch information
estebank committed Oct 26, 2019
commit b579c5a2d6948e9ff2efa81db85f7bca64f574e4
1 change: 1 addition & 0 deletions src/test/ui/privacy/privacy-ns2.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ error[E0573]: expected type, found function `Bar`
|
LL | let _x : Bar();
| ^^^^^ not a type
|
help: use `=` if you meant to assign
|
LL | let _x = Bar();
Expand Down