Bless src/test/rustdoc-ui/doctest-edition.stderr

The backport of #89277 needed adjustment due to another
PR (#87915 - Use smaller spans for some structured suggestions)
causing the test to have a slightly different span.
This commit is contained in:
Eric Huss 2021-10-04 13:45:49 -07:00
parent a6b733599e
commit cfa1cd029e

View file

@ -16,7 +16,7 @@ LL | #![deny(rustdoc::invalid_rust_codeblocks)]
help: mark blocks that do not contain Rust code as text
|
LL | //! ```text
| ++++
| ~~~~~~~
error: aborting due to previous error