File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/test/incremental/remapped_paths_cc Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
// ignore-tidy-linelength
12
12
13
- // aux-build:extern_crate.rs
14
- //[rpass1] compile-flags: -g
15
- //[rpass2] compile-flags: -g
16
- //[rpass3] compile-flags: -g -Zremap-path-prefix-from={{src-base}} -Zremap-path-prefix-to=/the/src
13
+ //[rpass1] compile-flags: -g -Zincremental-cc
14
+ //[rpass2] compile-flags: -g -Zincremental-cc
15
+ //[rpass3] compile-flags: -g -Zincremental-cc -Zremap-path-prefix-from={{src-base}} -Zremap-path-prefix-to=/the/src
17
16
18
17
#![ feature( rustc_attrs) ]
19
18
#![ crate_type="rlib" ]
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// revisions:rpass1 rpass2 rpass3
12
- // compile-flags: -Z query-dep-graph -g
12
+ // compile-flags: -Z query-dep-graph -g -Zincremental-cc
13
13
// aux-build:extern_crate.rs
14
14
15
15
You can’t perform that action at this time.
0 commit comments