This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +0
-6
lines changed
tools/error_index_generator Expand file tree Collapse file tree 6 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22authors = [" The Rust Project Developers" ]
3- build = " build.rs"
43name = " profiler_builtins"
54version = " 0.0.0"
65edition = " 2018"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ authors = ["The Rust Project Developers"]
33name = " rustc_attr"
44version = " 0.0.0"
55edition = " 2018"
6- build = " build.rs"
76
87[lib ]
98name = " rustc_attr"
Original file line number Diff line number Diff line change 22authors = [" The Rust Project Developers" ]
33name = " rustc_llvm"
44version = " 0.0.0"
5- build = " build.rs"
65edition = " 2018"
76
87[lib ]
Original file line number Diff line number Diff line change 22authors = [" The Rust Project Developers" ]
33name = " std"
44version = " 0.0.0"
5- build = " build.rs"
65license = " MIT OR Apache-2.0"
76repository = " https://github.com/rust-lang/rust.git"
87description = " The Rust Standard Library"
Original file line number Diff line number Diff line change 22authors = [" The Rust Project Developers" ]
33name = " unwind"
44version = " 0.0.0"
5- build = " build.rs"
65edition = " 2018"
76include = [
87 ' /libunwind/*' ,
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ authors = ["The Rust Project Developers"]
33name = " error_index_generator"
44version = " 0.0.0"
55edition = " 2018"
6- build = " build.rs"
76
87[dependencies ]
98rustdoc = { path = " ../../librustdoc" }
You can’t perform that action at this time.
0 commit comments