File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/run-make/output-filename-conflicts-with-directory Expand file tree Collapse file tree 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>,
136136 if let Some ( dir_path) = outputs. conflicts_with_dir ( ) {
137137 sess. err ( & format ! (
138138 "the generated executable for the input file \" {}\" conflicts with the \
139- existing directory \" {}\' ",
139+ existing directory \" {}\" ",
140140 input_path. display( ) , dir_path. display( ) ) ) ;
141141 return Err ( CompileIncomplete :: Stopped ) ;
142142 }
Original file line number Diff line number Diff line change 44 cp foo.rs $(TMPDIR ) /foo.rs
55 mkdir $(TMPDIR ) /foo
66 $(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