2024-02-22 12:10:29 +00:00
|
|
|
//@ aux-build:my_lib.rs
|
|
|
|
//@ revisions:cfail1 cfail2
|
|
|
|
//@ compile-flags:-Z query-dep-graph
|
2021-05-25 19:43:02 -05:00
|
|
|
|
|
|
|
// 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() {}
|
2025-04-12 22:40:34 +03:00
|
|
|
|
|
|
|
//~? ERROR linking with
|