Skip to content

Commit 3c2ebd8

Browse files
Rollup merge of rust-lang#154188 - rperier:diagnostic_on_move_point_to_the_tracking_issue, r=JonathanBrouwer
Update the tracking issue for #[diagnostic::on_move] PR rust-lang#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 rust-lang#154181
2 parents f51c744 + e0aed9c commit 3c2ebd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)