summaryrefslogtreecommitdiffstats
path: root/tests/ui/linkage-attr/link-self-contained-consistency.rs
blob: 9be72f559a9c4aedffee3ccef8b9481e90d834c0 (plain)
1
2
3
4
5
6
7
8
9
10
// Checks that self-contained linking components cannot be both enabled and disabled at the same
// time on the CLI.

// 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
// ignore-tidy-linelength

fn main() {}