From 218caa410aa38c29984be31a5229b9fa717560ee Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:13 +0200 Subject: Merging upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- tests/incremental/remapped_paths_cc/auxiliary/extern_crate.rs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/incremental/remapped_paths_cc/auxiliary/extern_crate.rs (limited to 'tests/incremental/remapped_paths_cc/auxiliary') diff --git a/tests/incremental/remapped_paths_cc/auxiliary/extern_crate.rs b/tests/incremental/remapped_paths_cc/auxiliary/extern_crate.rs new file mode 100644 index 000000000..627b99445 --- /dev/null +++ b/tests/incremental/remapped_paths_cc/auxiliary/extern_crate.rs @@ -0,0 +1,11 @@ +//[rpass1] compile-flags: -g +//[rpass2] compile-flags: -g +//[rpass3] compile-flags: -g --remap-path-prefix={{src-base}}=/the/src + +#![feature(rustc_attrs)] +#![crate_type="rlib"] + +#[inline(always)] +pub fn inline_fn() { + println!("test"); +} -- cgit v1.2.3