At the moment, it looks like flycheck error window will only show errors from the current buffer.
Is it possible to display a list of errors from all open buffers or ideally from the whole cargo workspace/project ?
One alternative is M-x lsp-ui-flycheck-list, but it will consider all the language servers. I would be also interested to know if there a way to show just for a single workspace.
At the moment, it looks like flycheck error window will only show errors from the current buffer. Is it possible to display a list of errors from all open buffers or ideally from the whole cargo workspace/project ?