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
On zsh, when I type cargo test and then press tab, instead of autocompleting the names of the tests, the error _test_names:3: bad pattern: ![[ gets printed out. This is actually more annoying than if cargo just didn't attempt to complete my test names at all. Any idea if this is happening because of something on cargo's end rather than zsh?
The text was updated successfully, but these errors were encountered:
On zsh, when I type
cargo test
and then press tab, instead of autocompleting the names of the tests, the error_test_names:3: bad pattern: ![[
gets printed out. This is actually more annoying than if cargo just didn't attempt to complete my test names at all. Any idea if this is happening because of something on cargo's end rather than zsh?The text was updated successfully, but these errors were encountered: