Bless run-make tests

Co-authored-by: Adrian <adrian.iosdev@gmail.com>
This commit is contained in:
Nilstrieb 2023-11-21 17:08:25 +00:00
parent 87a354b15d
commit 0346765100
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
error: option `-o` or `--emit` is used to write binary output type `link` to stdout, but stdout is a tty
error: aborting due to previous error
error: aborting due to 1 previous error

View File

@ -1,4 +1,4 @@
error: option `-o` or `--emit` is used to write binary output type `llvm-bc` to stdout, but stdout is a tty
error: aborting due to previous error
error: aborting due to 1 previous error

View File

@ -1,4 +1,4 @@
error: option `-o` or `--emit` is used to write binary output type `metadata` to stdout, but stdout is a tty
error: aborting due to previous error
error: aborting due to 1 previous error

View File

@ -1,4 +1,4 @@
error: can't use option `-o` or `--emit` to write multiple output types to stdout
error: aborting due to previous error
error: aborting due to 1 previous error

View File

@ -1,4 +1,4 @@
error: option `-o` or `--emit` is used to write binary output type `obj` to stdout, but stdout is a tty
error: aborting due to previous error
error: aborting due to 1 previous error

View File

@ -1,4 +1,4 @@
error: failed to acquire jobserver token: early EOF on jobserver pipe
error: aborting due to previous error
error: aborting due to 1 previous error

View File

@ -2,5 +2,5 @@ warning: ignoring --out-dir flag due to -o flag
error: the input file "main.rs" would be overwritten by the generated executable
error: aborting due to previous error; 1 warning emitted
error: aborting due to 1 previous error; 1 warning emitted

View File

@ -2,5 +2,5 @@ warning: ignoring --out-dir flag due to -o flag
error: the generated executable for the input file "main.rs" conflicts with the existing directory "."
error: aborting due to previous error; 1 warning emitted
error: aborting due to 1 previous error; 1 warning emitted

View File

@ -2,5 +2,5 @@ warning: ignoring --out-dir flag due to -o flag
error: the input file "main.rs" would be overwritten by the generated executable
error: aborting due to previous error; 1 warning emitted
error: aborting due to 1 previous error; 1 warning emitted

View File

@ -7,6 +7,6 @@ error[E0583]: file not found for module `unknown`
= help: to create the module `unknown`, create file "unknown.rs" or "unknown/mod.rs"
= note: if there is a `mod unknown` elsewhere in the crate already, import it with `use crate::...` instead
error: aborting due to previous error
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0583`.