rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
537 stars 246 forks source link

make a private function private #478

Closed RalfJung closed 2 years ago

RalfJung commented 2 years ago

It took me a bit to realize that trace_unsynchronized is a private implementation detail of the Miri module; this makes that explicit.