ftmemsim-valgrind/memcheck/tests/demangle-rust.stderr.exp
Nicholas Nethercote 4831385c67 Fix Rust v0 demangling.
It's currently broken due to a silly test that prevents the v0
demangling code from even running.

The commit also adds a test, to avoid such problems in the future.
2021-11-10 10:03:06 +11:00

7 lines
445 B
Plaintext

Conditional jump or move depends on uninitialised value(s)
at 0x........: <rustc_middle::ty::PredicateKind as rustc_middle::ty::fold::TypeFoldable>::fold_with::<rustc_infer::infer::resolve::OpportunisticVarResolver> (demangle-rust.c:12)
by 0x........: rustc_expand::mbe::macro_parser::parse_tt (demangle-rust.c:18)
by 0x........: core::str::lossy::Utf8Lossy::from_bytes (demangle-rust.c:24)
by 0x........: main (demangle-rust.c:29)