flamer
flamer copied to clipboard
Handle inner functions
E.g.
#[flame]
fn outer() {
fn inner() { // gets no flame (for now)
..
}
}
I believe this should be fine by #6. Needs a test case though. Edit: No it isn't.