Skip to content

Only first level block labels are checked #1

Description

@Fi3
fn foo() {
  'deny_panic: {
  } // do not put a ; here or will not work
}

This do not work:

fn foo() {
  let x = 'deny_panic: {
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions