Skip to content

Commit

Permalink
Add tracking issue number for doc alias feature
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Apr 21, 2018
1 parent d0e2d26 commit 48ab422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ declare_features! (
(active, proc_macro_non_items, "1.27.0", None, None),

// #[doc(alias = "...")]
(active, doc_alias, "1.27.0", None, None),
(active, doc_alias, "1.27.0", Some(50146), None),
);

declare_features! (
Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/feature-gate-doc_alias.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error[E0658]: #[doc(alias = "...")] is experimental
error[E0658]: #[doc(alias = "...")] is experimental (see issue #50146)
--> $DIR/feature-gate-doc_alias.rs:11:1
|
LL | #[doc(alias = "foo")] //~ ERROR: #[doc(alias = "...")] is experimental
Expand Down

0 comments on commit 48ab422

Please sign in to comment.