Skip to content

Commit 63dbe2c

Browse files
committed
chore: import rustc 1.80.0
1 parent 082c7b6 commit 63dbe2c

File tree

41,593 files changed

+13054015
-725492
lines changed

Some content is hidden

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

41,593 files changed

+13054015
-725492
lines changed

.cargo/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[source.crates-io]
22
replace-with = "vendored-sources"
33

4+
[source."git+https://github.com/rust-lang/team"]
5+
git = "https://github.com/rust-lang/team"
6+
replace-with = "vendored-sources"
7+
48
[source.vendored-sources]
59
directory = "vendor"

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@
4343
path = library/backtrace
4444
url = https://github.com/rust-lang/backtrace-rs.git
4545
shallow = true
46+
[submodule "src/tools/rustc-perf"]
47+
path = src/tools/rustc-perf
48+
url = https://github.com/rust-lang/rustc-perf.git
49+
shallow = true

0 commit comments

Comments
 (0)