about summary refs log tree commit diff
path: root/tests/incremental/link_order/main.rs
blob: 20931e25dd4bf69b33f899284f7e971b6aa4d45f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//@ aux-build:my_lib.rs
//@ revisions:cfail1 cfail2
//@ compile-flags:-Z query-dep-graph

// Tests that re-ordering the `-l` arguments used
// when compiling an external dependency does not lead to
// an 'unstable fingerprint' error.

extern crate my_lib;

fn main() {}

//~? ERROR linking with