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
Problem
There is a possible typo included in all Cargo.lock files. When cargo generates a Cargo.lock file for you, there is the following comment above the content:
# This file is automatically @generated by Cargo.# It is not intended for manual editing.
[[package]]
more_below_this_lock = "0.0.0"
It doesn't look like @ prefixing generated has been used before in other repositories as an indicator so looks to be a typo.
Steps
Generate a Cargo.lock file using the cargo CLI
Possible Solution(s)
Remove the @ from @generated
Notes
Output of cargo version:
cargo 1.45.0-nightly (cb06cb269 2020-05-08)
Looks like this was made 17 months ago so a decent amount of recent cargo builds are affected (if this is indeed a typo).
The text was updated successfully, but these errors were encountered:
Problem
There is a possible typo included in all
Cargo.lock
files. When cargo generates aCargo.lock
file for you, there is the following comment above the content:It doesn't look like
@
prefixinggenerated
has been used before in other repositories as an indicator so looks to be a typo.Steps
Cargo.lock
file using the cargo CLIPossible Solution(s)
Remove the
@
from@generated
Notes
Output of
cargo version
:Looks like this was made 17 months ago so a decent amount of recent cargo builds are affected (if this is indeed a typo).
The text was updated successfully, but these errors were encountered: