Add tracking issue number for doc alias feature
This commit is contained in:
parent
d0e2d26ceb
commit
48ab422be4
2 changed files with 2 additions and 2 deletions
|
|
@ -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! (
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue