File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -246,24 +246,6 @@ Some submodules are not actually needed; for example, `src/llvm-project` doesn't
246
246
out if you're using ` download-ci-llvm ` . To avoid having to keep fetching its history, you can use
247
247
` git submodule deinit -f src/llvm-project ` , which will also avoid it showing as modified again.
248
248
249
- Note that, as of <!-- date-check --> Aug 2022,
250
- there is a [ bug] [ #77620 ] if you use worktrees,
251
- submodules, and ` x ` in a commit hook.
252
- If you run into an error like the following,
253
- it's not anything you did wrong:
254
-
255
- ```
256
- error: failed to read `/home/jyn/rustc-worktree/src/tools/cargo/Cargo.toml`
257
-
258
- Caused by:
259
- No such file or directory (os error 2)
260
- ```
261
-
262
- There is a workaround in [ the issue] [ #77620-workaround ] .
263
-
264
- [ #77620 ] : https://github.com/rust-lang/rust/issues/77620
265
- [ #77620-workaround ] : https://github.com/rust-lang/rust/issues/77620#issuecomment-705228229
266
-
267
249
## Rebasing and Conflicts
268
250
269
251
When you edit your code locally, you are making changes to the version of
You can’t perform that action at this time.
0 commit comments