rules(cargo): install

This commit is contained in:
iff 2025-04-10 17:08:29 +02:00
parent 0f5f3b70e7
commit 88dff68f2e

View file

@ -10,3 +10,11 @@ suggest = [
{{command[0]}} {{err::(?:did you mean `)(.*)(?:`\?)}} {{command[2:]}} '''
]
[[match_err]]
pattern = [
"using `cargo install` to install the binaries from the package in current working directory is no longer supported",
]
suggest = [
'''
{{command}} --path .'''
]