You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error whenever I create new terminal in a new project created with cargo new.
~/.cargo/env (line 4): 'case'builtin not inside of switch block
case":${PATH}:"in
^
from sourcing file ~/.cargo/env
called on line 11 of file ~/.config/fish/config.fish
from sourcing file ~/.config/fish/config.fish
called during startup
source: Error while reading file '/Users/nikiv/.cargo/env'~/src/cli/ingestor main*
base ❯
Getting this error whenever I
create new terminal
in a new project created withcargo new
.I found this online: rust-lang/rustup#478 (comment)
However the solution of adding
fish_add_path $HOME/.cargo/bin
to fish config and opening new terminal didn't work. Still get same error.The text was updated successfully, but these errors were encountered: