On Fri, Nov 8, 2013 at 1:45 AM, Oren Ben-Kiki <o...@ben-kiki.org> wrote:

> Good to know! The GDB stack traces leave something to be desired, though -
> e.g. the way it reports closures isn't really very useful (adding source
> file name and line number would be really good there). But it is certainly
> better than nothing. Thanks!
>

Rust only has boxed (type erased) closures so there's no source data to
associate with them. They're a function pointer and some data to go along
with it.
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to