Skip to content

Commit 48ab422

Browse files
Add tracking issue number for doc alias feature
1 parent d0e2d26 commit 48ab422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ declare_features! (
462462
(active, proc_macro_non_items, "1.27.0", None, None),
463463

464464
// #[doc(alias = "...")]
465-
(active, doc_alias, "1.27.0", None, None),
465+
(active, doc_alias, "1.27.0", Some(50146), None),
466466
);
467467

468468
declare_features! (

src/test/ui/feature-gate-doc_alias.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error[E0658]: #[doc(alias = "...")] is experimental
1+
error[E0658]: #[doc(alias = "...")] is experimental (see issue #50146)
22
--> $DIR/feature-gate-doc_alias.rs:11:1
33
|
44
LL | #[doc(alias = "foo")] //~ ERROR: #[doc(alias = "...")] is experimental

0 commit comments

Comments
 (0)