Merge pull request #2355 from rust-lang/tshepang-patch-1

copy-paste ease
This commit is contained in:
Tshepang Mbambo 2025-04-26 15:19:08 +02:00 committed by GitHub
commit e40391ae0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -598,7 +598,7 @@ fatal: Fetched in submodule path 'src/llvm-project', but it did not contain 5a51
If you see `(new commits, modified content)` you can run
```console
$ git submodule foreach git reset --hard
git submodule foreach git reset --hard
```
and then try `git submodule update` again.