]> git.lizzy.rs Git - rust.git/blob - src/test/codegen/remap_path_prefix/xcrate-generic.rs
Rollup merge of #99746 - compiler-errors:more-trait-engine, r=jackh726
[rust.git] / src / test / codegen / remap_path_prefix / xcrate-generic.rs
1 // ignore-windows
2 // compile-flags: -g -C metadata=foo -C no-prepopulate-passes
3 // aux-build:xcrate-generic.rs
4
5 #![crate_type = "lib"]
6
7 extern crate xcrate_generic;
8
9 pub fn foo() {
10     xcrate_generic::foo::<u32>();
11 }
12
13 // Here we check that local debuginfo is mapped correctly.
14 // CHECK: !DIFile(filename: "/the/aux-src/xcrate-generic.rs", directory: ""