Skip to content

Commit e0aed9c

Browse files
committed
Point to the tracking issue for #[diagnostic::on_move]
Now that the tracking issue has been opened, point to it.
1 parent 20f19f4 commit e0aed9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎compiler/rustc_feature/src/unstable.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ declare_features! (
473473
/// Allows giving non-const impls custom diagnostic messages if attempted to be used as const
474474
(unstable, diagnostic_on_const, "1.93.0", Some(143874)),
475475
/// Allows giving on-move borrowck custom diagnostic messages for a type
476-
(unstable, diagnostic_on_move, "CURRENT_RUSTC_VERSION", Some(150935)),
476+
(unstable, diagnostic_on_move, "CURRENT_RUSTC_VERSION", Some(154181)),
477477
/// Allows `#[doc(cfg(...))]`.
478478
(unstable, doc_cfg, "1.21.0", Some(43781)),
479479
/// Allows `#[doc(masked)]`.

0 commit comments

Comments
 (0)