Lines Matching refs:errors
243 self.errors = '' # all errors found during parsing
270 return (not self.errors and not other.errors and
462 self.errors += 'ERROR: unknown ' + arg + '\n'
465 self.errors += 'ERROR: missing --crate-name\n'
467 self.errors += 'ERROR: missing main source file\n'
475 self.errors += 'ERROR: missing --crate-type or --test\n'
478 self.errors += 'ERROR: cannot handle both --crate-type and --test\n'
480 self.errors += 'ERROR: cannot generate both lib and rlib crate types\n'
533 if self.errors:
535 self.write(self.errors)
1047 self.errors = ''
1284 if self.errors:
1285 self.append_to_bp('\nErrors in ' + CARGO_OUT + ':\n' + self.errors)
1393 self.errors += line