Fence two doc tables that rustdoc was reading as Rust
`creators.rs` and `fan_plus.rs` each carried an indented ASCII table in
their `//!` header listing what three kinds of reader see. rustdoc reads
an indented block as code, so both were doctests that could not parse:
"expected one of `!` or `::`, found `visitor`".
Both landed earlier the same day with the described-pages work and were
still broken this evening, because nothing in the pipeline runs
`cargo test --doc`; the makeover-layout cascade running the full suite is
what surfaced them. Gate filed as `b7dbb117`.
Fenced as text rather than ignore. `ignore` still claims the block is
code and only declines to run it; these are prose.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>