jdm / accountable-refcell

std::cell::RefCell with more useful error messages.
Mozilla Public License 2.0
15 stars 5 forks source link

Unmangled identifiers? #5

Open 0x7CFE opened 3 years ago

0x7CFE commented 3 years ago

If I'm not mistaken, it's possible to unmangle borrow identifiers using https://lib.rs/crates/symbolic-demangle.

jdm commented 3 years ago

Now that https://github.com/rust-lang/rust/pull/82271 exists, I doubt I will be making any further changes to this crate.

0x7CFE commented 3 years ago

Oh, I didn't knew about that! Thank you for pointing it out.

Still, I think it would be a good idea to drop a few lines in the README that the project is discontinued and encourage people to use standard features.

P.S.: Since core does not support backtraces yet, in some cases your library still can be useful.