Consider this code: ``` mod foo { mod bar { mod baz {} } } ``` The inner spans, innermost to outermost: `}`, `mod baz {} }`, `mod bar { mod baz {} } }\n\n`. The docs state that the inner should be [a] span from the first token past `{` to the last token until `}`.