@@ -187,43 +187,43 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
187187 } ,
188188 FutureIncompatibleInfo {
189189 id: LintId :: of( INACCESSIBLE_EXTERN_CRATE ) ,
190- reference: "PR 31362 <https://github.com/rust-lang/rust/pull/31362 >" ,
190+ reference: "issue #36886 <https://github.com/rust-lang/rust/issues/36886 >" ,
191191 } ,
192192 FutureIncompatibleInfo {
193193 id: LintId :: of( INVALID_TYPE_PARAM_DEFAULT ) ,
194- reference: "PR 30724 <https://github.com/rust-lang/rust/pull/30724 >" ,
194+ reference: "issue #36887 <https://github.com/rust-lang/rust/issues/36887 >" ,
195195 } ,
196196 FutureIncompatibleInfo {
197197 id: LintId :: of( SUPER_OR_SELF_IN_GLOBAL_PATH ) ,
198- reference: "PR #32403 <https://github.com/rust-lang/rust/pull/32403 >" ,
198+ reference: "issue #36888 <https://github.com/rust-lang/rust/issues/36888 >" ,
199199 } ,
200200 FutureIncompatibleInfo {
201201 id: LintId :: of( TRANSMUTE_FROM_FN_ITEM_TYPES ) ,
202202 reference: "issue #19925 <https://github.com/rust-lang/rust/issues/19925>" ,
203203 } ,
204204 FutureIncompatibleInfo {
205205 id: LintId :: of( OVERLAPPING_INHERENT_IMPLS ) ,
206- reference: "issue #22889 <https://github.com/rust-lang/rust/issues/22889 >" ,
206+ reference: "issue #36889 <https://github.com/rust-lang/rust/issues/36889 >" ,
207207 } ,
208208 FutureIncompatibleInfo {
209209 id: LintId :: of( ILLEGAL_FLOATING_POINT_CONSTANT_PATTERN ) ,
210- reference: "RFC 1445 <https://github.com/rust-lang/rfcs/pull/1445 >" ,
210+ reference: "issue #36890 <https://github.com/rust-lang/rust/issues/36890 >" ,
211211 } ,
212212 FutureIncompatibleInfo {
213213 id: LintId :: of( ILLEGAL_STRUCT_OR_ENUM_CONSTANT_PATTERN ) ,
214- reference: "RFC 1445 <https://github.com/rust-lang/rfcs/pull/1445 >" ,
214+ reference: "issue #36891 <https://github.com/rust-lang/rust/issues/36891 >" ,
215215 } ,
216216 FutureIncompatibleInfo {
217217 id: LintId :: of( HR_LIFETIME_IN_ASSOC_TYPE ) ,
218218 reference: "issue #33685 <https://github.com/rust-lang/rust/issues/33685>" ,
219219 } ,
220220 FutureIncompatibleInfo {
221221 id: LintId :: of( LIFETIME_UNDERSCORE ) ,
222- reference: "RFC 1177 <https://github.com/rust-lang/rfcs/pull/1177 >" ,
222+ reference: "issue #36892 <https://github.com/rust-lang/rust/issues/36892 >" ,
223223 } ,
224224 FutureIncompatibleInfo {
225225 id: LintId :: of( SAFE_EXTERN_STATICS ) ,
226- reference: "issue 36247 <https://github.com/rust-lang/rust/issues/35112>" ,
226+ reference: "issue # 36247 <https://github.com/rust-lang/rust/issues/35112>" ,
227227 } ,
228228 ] ) ;
229229
0 commit comments