File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-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 @@ -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 @@ -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
You can’t perform that action at this time.
0 commit comments