Skip to content

Commit e271e12

Browse files
Rollup merge of #154188 - rperier:diagnostic_on_move_point_to_the_tracking_issue, r=JonathanBrouwer
Update the tracking issue for #[diagnostic::on_move] PR #150935 has been merged and then I have opened the tracking issue (whoops ?). So this update `compiler/rustc_feature/src/unstable.rs` to point to the right tracking issue. This is related to the tracking issue #154181
2 parents c3f5200 + e0aed9c commit e271e12

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)