diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2018-02-28 15:09:24 -0800 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-02-28 15:09:24 -0800 |
| commit | fac7d7cfb2388b01a27f2165cff78c252726260c (patch) | |
| tree | 345e8b8f8cb857776453fe0d1d543b45cc176c47 /src/test/incremental | |
| parent | f59ab8e96a99747f96a95fba6174658361009bb3 (diff) | |
| parent | 56a68285332000c858e9aeba7d66a4ec66ebff91 (diff) | |
| download | rust-fac7d7cfb2388b01a27f2165cff78c252726260c.tar.gz rust-fac7d7cfb2388b01a27f2165cff78c252726260c.zip | |
Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn
Fixes #47311. r? @nrc
Diffstat (limited to 'src/test/incremental')
| -rw-r--r-- | src/test/incremental/remapped_paths_cc/auxiliary/extern_crate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/remapped_paths_cc/auxiliary/extern_crate.rs b/src/test/incremental/remapped_paths_cc/auxiliary/extern_crate.rs index 1483bf92c97..c80b334623b 100644 --- a/src/test/incremental/remapped_paths_cc/auxiliary/extern_crate.rs +++ b/src/test/incremental/remapped_paths_cc/auxiliary/extern_crate.rs @@ -12,7 +12,7 @@ //[rpass1] compile-flags: -g //[rpass2] compile-flags: -g -//[rpass3] compile-flags: -g -Zremap-path-prefix-from={{src-base}} -Zremap-path-prefix-to=/the/src +//[rpass3] compile-flags: -g --remap-path-prefix={{src-base}}=/the/src #![feature(rustc_attrs)] #![crate_type="rlib"] |
