Commit dafacbb 1 parent 77ee608 commit dafacbb Copy full SHA for dafacbb
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -125,10 +125,10 @@ fn profile_config_error_paths() {
125
125
. with_status ( 101 )
126
126
. with_stderr (
127
127
"\
128
- [ERROR] error in [..]/foo/.cargo/config: \
129
- could not load config key `profile.dev`: \
130
- error in [..]/home/.cargo/config: \
131
- `profile.dev.rpath` expected true/false, but found a string
128
+ [ERROR] error in [..]/foo/.cargo/config: could not load config key `profile.dev`
129
+
130
+ Caused by:
131
+ error in [..]/home/.cargo/config: `profile.dev.rpath` expected true/false, but found a string
132
132
" ,
133
133
)
134
134
. run ( ) ;
@@ -181,10 +181,10 @@ fn profile_config_syntax_errors() {
181
181
. with_status ( 101 )
182
182
. with_stderr (
183
183
"\
184
- [ERROR] error in [..]/foo/ .cargo/config: \
185
- could not load config key `profile.dev`: \
186
- error in [..]/foo/.cargo/config: \
187
- `profile.dev.codegen-units` expected an integer, but found a string
184
+ [ERROR] error in [..]/.cargo/config: could not load config key `profile.dev`
185
+
186
+ Caused by:
187
+ error in [..]/foo/.cargo/config: `profile.dev.codegen-units` expected an integer, but found a string
188
188
" ,
189
189
)
190
190
. run ( ) ;
You can’t perform that action at this time.
0 commit comments