rust/tests/ui/linkage-attr/incompatible-flavor.stderr
Vadim Petrochenkov b0ce4164f0 linker: Report linker flavors incompatible with the current target
Previously they would be reported as link time errors about unknown linker options
2023-05-29 19:58:11 +03:00

7 lines
164 B
Plaintext

error: linker flavor `msvc` is incompatible with the current target
|
= note: compatible flavors are: gcc, ld, ld.lld
error: aborting due to previous error