2023-09-21 08:29:04 -05:00
|
|
|
// Checks that self-contained linking components cannot be both enabled and disabled at the same
|
|
|
|
// time on the CLI.
|
|
|
|
|
2024-02-16 14:02:50 -06:00
|
|
|
//@ check-fail
|
|
|
|
//@ revisions: one many
|
|
|
|
//@ [one] compile-flags: -Clink-self-contained=-linker -Clink-self-contained=+linker -Zunstable-options
|
|
|
|
//@ [many] compile-flags: -Clink-self-contained=+linker,+crto -Clink-self-contained=-linker,-crto -Zunstable-options
|
2023-09-21 08:29:04 -05:00
|
|
|
// ignore-tidy-linelength
|
|
|
|
|
|
|
|
fn main() {}
|