File tree 2 files changed +2
-2
lines changed
test/run-make/output-filename-conflicts-with-directory
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ pub fn compile_input(trans: Box<TransCrate>,
136
136
if let Some ( dir_path) = outputs. conflicts_with_dir ( ) {
137
137
sess. err ( & format ! (
138
138
"the generated executable for the input file \" {}\" conflicts with the \
139
- existing directory \" {}\' ",
139
+ existing directory \" {}\" ",
140
140
input_path. display( ) , dir_path. display( ) ) ) ;
141
141
return Err ( CompileIncomplete :: Stopped ) ;
142
142
}
Original file line number Diff line number Diff line change 4
4
cp foo.rs $(TMPDIR ) /foo.rs
5
5
mkdir $(TMPDIR ) /foo
6
6
$(RUSTC ) $(TMPDIR ) /foo.rs 2>&1 \
7
- | $(CGREP ) -e " the generated executable for the input file \" .*foo\.rs\" conflicts with the existing directory \" .*foo\' "
7
+ | $(CGREP ) -e " the generated executable for the input file \" .*foo\.rs\" conflicts with the existing directory \" .*foo\" "
You can’t perform that action at this time.
0 commit comments