File tree Expand file tree Collapse file tree 7 files changed +10
-3
lines changed Expand file tree Collapse file tree 7 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -3167,6 +3167,7 @@ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
3167
3167
[[package ]]
3168
3168
name = " rustc-literal-escaper"
3169
3169
version = " 0.0.4"
3170
+ source = " git+https://github.com/hkBst/literal-escaper?branch=remove_unreachable#c9ae54eb631ad5ab381c7fa3514cf2893b256e2e"
3170
3171
3171
3172
[[package ]]
3172
3173
name = " rustc-main"
Original file line number Diff line number Diff line change @@ -91,4 +91,5 @@ codegen-units = 1
91
91
# lto = true
92
92
93
93
[patch .crates-io ]
94
- rustc-literal-escaper = { path = ' ../literal-escaper/' }
94
+ # rustc-literal-escaper = { path = '../literal-escaper/' }
95
+ rustc-literal-escaper = { git = " https://github.com/hkBst/literal-escaper" , branch = " remove_unreachable" }
Original file line number Diff line number Diff line change @@ -284,6 +284,7 @@ dependencies = [
284
284
[[package ]]
285
285
name = " rustc-literal-escaper"
286
286
version = " 0.0.4"
287
+ source = " git+https://github.com/hkBst/literal-escaper?branch=remove_unreachable#c9ae54eb631ad5ab381c7fa3514cf2893b256e2e"
287
288
dependencies = [
288
289
" rustc-std-workspace-core" ,
289
290
" rustc-std-workspace-std" ,
Original file line number Diff line number Diff line change @@ -51,4 +51,5 @@ rustc-std-workspace-core = { path = 'rustc-std-workspace-core' }
51
51
rustc-std-workspace-alloc = { path = ' rustc-std-workspace-alloc' }
52
52
rustc-std-workspace-std = { path = ' rustc-std-workspace-std' }
53
53
compiler_builtins = { path = " compiler-builtins/compiler-builtins" }
54
- rustc-literal-escaper = { path = ' ../../literal-escaper/' }
54
+ # rustc-literal-escaper = { path = '../../literal-escaper/' }
55
+ rustc-literal-escaper = { git = " https://github.com/hkBst/literal-escaper" , branch = " remove_unreachable" }
Original file line number Diff line number Diff line change @@ -1906,6 +1906,7 @@ checksum = "0041b6238913c41fe704213a4a9329e2f685a156d1781998128b4149c230ad04"
1906
1906
[[package ]]
1907
1907
name = " rustc-literal-escaper"
1908
1908
version = " 0.0.4"
1909
+ source = " git+https://github.com/hkBst/literal-escaper?branch=remove_unreachable#c9ae54eb631ad5ab381c7fa3514cf2893b256e2e"
1909
1910
1910
1911
[[package ]]
1911
1912
name = " rustc-stable-hash"
Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ debug = 2
49
49
50
50
# salsa = { path = "../salsa" }
51
51
52
- rustc-literal-escaper = { path = ' ../../../../literal-escaper/' }
52
+ # rustc-literal-escaper = { path = '../../../../literal-escaper/' }
53
+ rustc-literal-escaper = { git = " https://github.com/hkBst/literal-escaper" , branch = " remove_unreachable" }
53
54
54
55
[workspace .dependencies ]
55
56
# local crates
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ const ALLOWED_SOURCES: &[&str] = &[
8
8
r#""registry+https://github.com/rust-lang/crates.io-index""# ,
9
9
// This is `rust_team_data` used by `site` in src/tools/rustc-perf,
10
10
r#""git+https://github.com/rust-lang/team#a5260e76d3aa894c64c56e6ddc8545b9a98043ec""# ,
11
+ r#""git+https://github.com/hkBst/literal-escaper?branch=remove_unreachable#c9ae54eb631ad5ab381c7fa3514cf2893b256e2e""# ,
11
12
] ;
12
13
13
14
/// Checks for external package sources. `root` is the path to the directory that contains the
You can’t perform that action at this time.
0 commit comments