File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66//@ build-fail
77
88// CRATE_HASH normalization doesn't seem to work on some of these symbol logs
9- //@ normalize-stderr: "splat_mangling\[([0-9a-f]{16})\]::" -> "splat_mangling[CRATE_HASH]::"
10- //@ normalize-stderr: "alloc\[([0-9a-f]{16})\]::" -> "alloc[CRATE_HASH]::"
11- //@ normalize-stderr: "h([0-9a-f]{16})E\)" -> "hCRATE_HASHE)"
12- //@ normalize-stderr: "::h([0-9a-f]{16})\)" -> "::hCRATE_HASH)"
9+ // FIXME: When rustc-demangle/94 is in rust's deps, change this to '{16}' (fixed-length hashes)
10+ //@ normalize-stderr: "splat_mangling\[([0-9a-f]{8-16})\]::" -> "splat_mangling[CRATE_HASH]::"
11+ //@ normalize-stderr: "alloc\[([0-9a-f]{8-16})\]::" -> "alloc[CRATE_HASH]::"
12+ //@ normalize-stderr: "h([0-9a-f]{8-16})E\)" -> "hCRATE_HASHE)"
13+ //@ normalize-stderr: "::h([0-9a-f]{8-16})\)" -> "::hCRATE_HASH)"
1314
1415#![ allow( incomplete_features) ]
1516#![ feature( splat, rustc_attrs) ]
You can’t perform that action at this time.
0 commit comments