From cfa1cd029ef5454cda349aed6999bb9b63343323 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 4 Oct 2021 13:45:49 -0700 Subject: [PATCH] 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. --- src/test/rustdoc-ui/doctest-edition.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/rustdoc-ui/doctest-edition.stderr b/src/test/rustdoc-ui/doctest-edition.stderr index 1643d605375a1..019f259288cbf 100644 --- a/src/test/rustdoc-ui/doctest-edition.stderr +++ b/src/test/rustdoc-ui/doctest-edition.stderr @@ -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