It includes both the `break`/`continue` keywords as well as the label name, when only the label should be spanned: e.g. ``` <anon>:1:13: 1:22 error: use of undeclared label `'a` <anon>:1 fn main() { break 'a; } ^~~~~~~~~ ```