Skip to content

Commit 26f04eb

Browse files
committed
Fix broken test case
1 parent c148755 commit 26f04eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/feature-gates/feature-gate-rustdoc_internals.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ error[E0658]: `#[doc(tuple_variadic)]` is meant for internal use only
1111
--> $DIR/feature-gate-rustdoc_internals.rs:7:1
1212
|
1313
LL | #[doc(tuple_variadic)]
14-
| ^^^^^^^^^^^^^^^^^^^^^
14+
| ^^^^^^^^^^^^^^^^^^^^^^
1515
|
1616
= note: see issue #90418 <https://github.com/rust-lang/rust/issues/90418> for more information
1717
= help: add `#![feature(rustdoc_internals)]` to the crate attributes to enable

0 commit comments

Comments
 (0)