An _inner_ attribute is of the form `#![...]`. We already support _outer_ attributes (i.e., `#[...]`--notice the lack of the `!`).
An inner attribute is of the form
#![...].We already support outer attributes (i.e.,
#[...]--notice the lack of the!).