File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
// This causes hygiene information to be saved to the incr cache.
8
8
// 2. One function is the foreign crate is modified. This causes the
9
9
// optimized mir for an unmodified function to be loaded from the
10
- //@ incremental cache and written out to the crate metadata.
10
+ // incremental cache and written out to the crate metadata.
11
11
// 3. In the process of loading and writing out this function's MIR,
12
12
// we load hygiene information from the incremental cache and
13
13
// write it to our metadata.
Original file line number Diff line number Diff line change 1
1
//@ build-fail
2
2
//@ revisions: legacy v0
3
3
//@[legacy]compile-flags: -Z unstable-options -C symbol-mangling-version=legacy
4
- //@[v0]compile-flags: -C symbol-mangling-version=v0
4
+ //@[v0]compile-flags: -C symbol-mangling-version=v0
5
5
6
6
#![ feature( rustc_attrs) ]
7
7
Original file line number Diff line number Diff line change 1
1
//@ build-fail
2
2
//@ revisions: legacy v0
3
3
//@[legacy]compile-flags: -Z unstable-options -C symbol-mangling-version=legacy
4
- //@[v0]compile-flags: -C symbol-mangling-version=v0
4
+ //@[v0]compile-flags: -C symbol-mangling-version=v0
5
5
//@[legacy]normalize-stderr-test: "h[\w]{16}E?\)" -> "<SYMBOL_HASH>)"
6
6
7
7
#![ feature( auto_traits, rustc_attrs) ]
Original file line number Diff line number Diff line change 1
1
//@ build-fail
2
2
//@ revisions: legacy v0
3
3
//@[legacy]compile-flags: -Z unstable-options -C symbol-mangling-version=legacy
4
- //@[v0]compile-flags: -C symbol-mangling-version=v0
4
+ //@[v0]compile-flags: -C symbol-mangling-version=v0
5
5
6
6
#![ feature( rustc_attrs) ]
7
7
You can’t perform that action at this time.
0 commit comments