File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77// This causes hygiene information to be saved to the incr cache.
88// 2. One function is the foreign crate is modified. This causes the
99// 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.
1111// 3. In the process of loading and writing out this function's MIR,
1212// we load hygiene information from the incremental cache and
1313// write it to our metadata.
Original file line number Diff line number Diff line change 11//@ build-fail
22//@ revisions: legacy v0
33//@[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
55
66#![ feature( rustc_attrs) ]
77
Original file line number Diff line number Diff line change 11//@ build-fail
22//@ revisions: legacy v0
33//@[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
55//@[legacy]normalize-stderr-test: "h[\w]{16}E?\)" -> "<SYMBOL_HASH>)"
66
77#![ feature( auto_traits, rustc_attrs) ]
Original file line number Diff line number Diff line change 11//@ build-fail
22//@ revisions: legacy v0
33//@[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
55
66#![ feature( rustc_attrs) ]
77
You can’t perform that action at this time.
0 commit comments