@@ -1677,7 +1677,7 @@ declare_lint! {
1677
1677
"detects patterns whose meaning will change in Rust 2024" ,
1678
1678
@future_incompatible = FutureIncompatibleInfo {
1679
1679
reason: FutureIncompatibilityReason :: EditionSemanticsChange ( Edition :: Edition2024 ) ,
1680
- reference: "123076 " ,
1680
+ reference: "<https://doc.rust-lang.org/nightly/edition-guide/rust-2024/match-ergonomics.html> " ,
1681
1681
} ;
1682
1682
}
1683
1683
@@ -2606,7 +2606,7 @@ declare_lint! {
2606
2606
"unsafe operations in unsafe functions without an explicit unsafe block are deprecated" ,
2607
2607
@future_incompatible = FutureIncompatibleInfo {
2608
2608
reason: FutureIncompatibilityReason :: EditionSemanticsChange ( Edition :: Edition2024 ) ,
2609
- reference: "issue #71668 <https://github.com/ rust-lang/rust/issues/71668 >" ,
2609
+ reference: "<https://doc. rust-lang.org/nightly/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html >" ,
2610
2610
explain_reason: false
2611
2611
} ;
2612
2612
@edition Edition2024 => Warn ;
@@ -4189,7 +4189,7 @@ declare_lint! {
4189
4189
"never type fallback affecting unsafe function calls" ,
4190
4190
@future_incompatible = FutureIncompatibleInfo {
4191
4191
reason: FutureIncompatibilityReason :: EditionAndFutureReleaseSemanticsChange ( Edition :: Edition2024 ) ,
4192
- reference: "issue #123748 <https://github.com/ rust-lang/rust/issues/123748 >" ,
4192
+ reference: "<https://doc. rust-lang.org/nightly/edition-guide/rust-2024/never-type-fallback.html >" ,
4193
4193
} ;
4194
4194
@edition Edition2024 => Deny ;
4195
4195
report_in_external_macro
@@ -4243,7 +4243,7 @@ declare_lint! {
4243
4243
"never type fallback affecting unsafe function calls" ,
4244
4244
@future_incompatible = FutureIncompatibleInfo {
4245
4245
reason: FutureIncompatibilityReason :: EditionAndFutureReleaseError ( Edition :: Edition2024 ) ,
4246
- reference: "issue #123748 <https://github.com/ rust-lang/rust/issues/123748 >" ,
4246
+ reference: "<https://doc. rust-lang.org/nightly/edition-guide/rust-2024/never-type-fallback.html >" ,
4247
4247
} ;
4248
4248
report_in_external_macro
4249
4249
}
@@ -4790,7 +4790,7 @@ declare_lint! {
4790
4790
"detects unsafe functions being used as safe functions" ,
4791
4791
@future_incompatible = FutureIncompatibleInfo {
4792
4792
reason: FutureIncompatibilityReason :: EditionError ( Edition :: Edition2024 ) ,
4793
- reference: "issue #27970 <https://github.com/ rust-lang/rust/issues/27970 >" ,
4793
+ reference: "<https://doc. rust-lang.org/nightly/edition-guide/rust-2024/newly-unsafe-functions.html >" ,
4794
4794
} ;
4795
4795
}
4796
4796
@@ -4826,7 +4826,7 @@ declare_lint! {
4826
4826
"detects missing unsafe keyword on extern declarations" ,
4827
4827
@future_incompatible = FutureIncompatibleInfo {
4828
4828
reason: FutureIncompatibilityReason :: EditionError ( Edition :: Edition2024 ) ,
4829
- reference: "issue #123743 <https://github.com/ rust-lang/rust/issues/123743 >" ,
4829
+ reference: "<https://doc. rust-lang.org/nightly/edition-guide/rust-2024/unsafe-extern.html >" ,
4830
4830
} ;
4831
4831
}
4832
4832
@@ -4867,7 +4867,7 @@ declare_lint! {
4867
4867
"detects unsafe attributes outside of unsafe" ,
4868
4868
@future_incompatible = FutureIncompatibleInfo {
4869
4869
reason: FutureIncompatibilityReason :: EditionError ( Edition :: Edition2024 ) ,
4870
- reference: "issue #123757 <https://github.com/ rust-lang/rust/issues/123757 >" ,
4870
+ reference: "<https://doc. rust-lang.org/nightly/edition-guide/rust-2024/unsafe-attributes.html >" ,
4871
4871
} ;
4872
4872
}
4873
4873
@@ -5069,7 +5069,7 @@ declare_lint! {
5069
5069
"Detect and warn on significant change in drop order in tail expression location" ,
5070
5070
@future_incompatible = FutureIncompatibleInfo {
5071
5071
reason: FutureIncompatibilityReason :: EditionSemanticsChange ( Edition :: Edition2024 ) ,
5072
- reference: "issue #123739 <https://github.com/ rust-lang/rust/issues/123739 >" ,
5072
+ reference: "<https://doc. rust-lang.org/nightly/edition-guide/rust-2024/temporary-tail-expr-scope.html >" ,
5073
5073
} ;
5074
5074
}
5075
5075
@@ -5108,7 +5108,7 @@ declare_lint! {
5108
5108
"will be parsed as a guarded string in Rust 2024" ,
5109
5109
@future_incompatible = FutureIncompatibleInfo {
5110
5110
reason: FutureIncompatibilityReason :: EditionError ( Edition :: Edition2024 ) ,
5111
- reference: "issue #123735 <https://github.com/ rust-lang/rust/issues/123735 >" ,
5111
+ reference: "<https://doc. rust-lang.org/nightly/edition-guide/rust-2024/reserved-syntax.html >" ,
5112
5112
} ;
5113
5113
crate_level_only
5114
5114
}
0 commit comments