@@ -174,43 +174,43 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
174
174
} ,
175
175
FutureIncompatibleInfo {
176
176
id: LintId :: of( INACCESSIBLE_EXTERN_CRATE ) ,
177
- reference: "PR 31362 <https://github.com/rust-lang/rust/pull/31362 >" ,
177
+ reference: "issue #36886 <https://github.com/rust-lang/rust/issues/36886 >" ,
178
178
} ,
179
179
FutureIncompatibleInfo {
180
180
id: LintId :: of( INVALID_TYPE_PARAM_DEFAULT ) ,
181
- reference: "PR 30724 <https://github.com/rust-lang/rust/pull/30724 >" ,
181
+ reference: "issue #36887 <https://github.com/rust-lang/rust/issues/36887 >" ,
182
182
} ,
183
183
FutureIncompatibleInfo {
184
184
id: LintId :: of( SUPER_OR_SELF_IN_GLOBAL_PATH ) ,
185
- reference: "PR #32403 <https://github.com/rust-lang/rust/pull/32403 >" ,
185
+ reference: "issue #36888 <https://github.com/rust-lang/rust/issues/36888 >" ,
186
186
} ,
187
187
FutureIncompatibleInfo {
188
188
id: LintId :: of( TRANSMUTE_FROM_FN_ITEM_TYPES ) ,
189
189
reference: "issue #19925 <https://github.com/rust-lang/rust/issues/19925>" ,
190
190
} ,
191
191
FutureIncompatibleInfo {
192
192
id: LintId :: of( OVERLAPPING_INHERENT_IMPLS ) ,
193
- reference: "issue #22889 <https://github.com/rust-lang/rust/issues/22889 >" ,
193
+ reference: "issue #36889 <https://github.com/rust-lang/rust/issues/36889 >" ,
194
194
} ,
195
195
FutureIncompatibleInfo {
196
196
id: LintId :: of( ILLEGAL_FLOATING_POINT_CONSTANT_PATTERN ) ,
197
- reference: "RFC 1445 <https://github.com/rust-lang/rfcs/pull/1445 >" ,
197
+ reference: "issue #36890 <https://github.com/rust-lang/rust/issues/36890 >" ,
198
198
} ,
199
199
FutureIncompatibleInfo {
200
200
id: LintId :: of( ILLEGAL_STRUCT_OR_ENUM_CONSTANT_PATTERN ) ,
201
- reference: "RFC 1445 <https://github.com/rust-lang/rfcs/pull/1445 >" ,
201
+ reference: "issue #36891 <https://github.com/rust-lang/rust/issues/36891 >" ,
202
202
} ,
203
203
FutureIncompatibleInfo {
204
204
id: LintId :: of( HR_LIFETIME_IN_ASSOC_TYPE ) ,
205
205
reference: "issue #33685 <https://github.com/rust-lang/rust/issues/33685>" ,
206
206
} ,
207
207
FutureIncompatibleInfo {
208
208
id: LintId :: of( LIFETIME_UNDERSCORE ) ,
209
- reference: "RFC 1177 <https://github.com/rust-lang/rfcs/pull/1177 >" ,
209
+ reference: "issue #36892 <https://github.com/rust-lang/rust/issues/36892 >" ,
210
210
} ,
211
211
FutureIncompatibleInfo {
212
212
id: LintId :: of( SAFE_EXTERN_STATICS ) ,
213
- reference: "issue 36247 <https://github.com/rust-lang/rust/issues/35112>" ,
213
+ reference: "issue # 36247 <https://github.com/rust-lang/rust/issues/35112>" ,
214
214
} ,
215
215
] ) ;
216
216
0 commit comments