flamer icon indicating copy to clipboard operation
flamer copied to clipboard

Handle inner functions

Open llogiq opened this issue 9 years ago • 1 comments

E.g.

#[flame]
fn outer() {
    fn inner() { // gets no flame (for now)
        ..
    }
}

llogiq avatar May 15 '16 20:05 llogiq

I believe this should be fine by #6. Needs a test case though. Edit: No it isn't.

llogiq avatar May 20 '16 19:05 llogiq