Hi I am using doom emacs and my configuration is simple
(rust +lsp) in init.el
(use-package! rustic)
that is it,
But i got an error
Error in rustic-flycheck-setup: (user-error "flycheck-rust cannot find ‘cargo’. Please make sure that cargo is installed and on your PATH.
how can I solve this problem?