Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79d4cc9

Browse files
committedSep 10, 2024
Auto merge of rust-lang#3876 - RalfJung:rustup, r=RalfJung
Rustup
2 parents 0225309 + 6e70bd4 commit 79d4cc9

File tree

778 files changed

+8913
-5609
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

778 files changed

+8913
-5609
lines changed
 

‎.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@
4747
path = src/tools/rustc-perf
4848
url = https://github.com/rust-lang/rustc-perf.git
4949
shallow = true
50+
[submodule "src/tools/enzyme"]
51+
path = src/tools/enzyme
52+
url = https://github.com/EnzymeAD/Enzyme.git
53+
shallow = true

‎Cargo.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4167,6 +4167,7 @@ dependencies = [
41674167
"rustc_errors",
41684168
"rustc_feature",
41694169
"rustc_fluent_macro",
4170+
"rustc_index",
41704171
"rustc_lexer",
41714172
"rustc_macros",
41724173
"rustc_session",

0 commit comments

Comments
 (0)
Please sign in to comment.