@@ -185,74 +185,92 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
185185 FutureIncompatibleInfo {
186186 id: LintId :: of( PRIVATE_IN_PUBLIC ) ,
187187 reference: "issue #34537 <https://github.com/rust-lang/rust/issues/34537>" ,
188+ epoch: None ,
188189 } ,
189190 FutureIncompatibleInfo {
190191 id: LintId :: of( PUB_USE_OF_PRIVATE_EXTERN_CRATE ) ,
191192 reference: "issue #34537 <https://github.com/rust-lang/rust/issues/34537>" ,
193+ epoch: None ,
192194 } ,
193195 FutureIncompatibleInfo {
194196 id: LintId :: of( PATTERNS_IN_FNS_WITHOUT_BODY ) ,
195197 reference: "issue #35203 <https://github.com/rust-lang/rust/issues/35203>" ,
198+ epoch: None ,
196199 } ,
197200 FutureIncompatibleInfo {
198201 id: LintId :: of( SAFE_EXTERN_STATICS ) ,
199202 reference: "issue #36247 <https://github.com/rust-lang/rust/issues/36247>" ,
203+ epoch: None ,
200204 } ,
201205 FutureIncompatibleInfo {
202206 id: LintId :: of( INVALID_TYPE_PARAM_DEFAULT ) ,
203207 reference: "issue #36887 <https://github.com/rust-lang/rust/issues/36887>" ,
208+ epoch: None ,
204209 } ,
205210 FutureIncompatibleInfo {
206211 id: LintId :: of( LEGACY_DIRECTORY_OWNERSHIP ) ,
207212 reference: "issue #37872 <https://github.com/rust-lang/rust/issues/37872>" ,
213+ epoch: None ,
208214 } ,
209215 FutureIncompatibleInfo {
210216 id: LintId :: of( LEGACY_IMPORTS ) ,
211217 reference: "issue #38260 <https://github.com/rust-lang/rust/issues/38260>" ,
218+ epoch: None ,
212219 } ,
213220 FutureIncompatibleInfo {
214221 id: LintId :: of( LEGACY_CONSTRUCTOR_VISIBILITY ) ,
215222 reference: "issue #39207 <https://github.com/rust-lang/rust/issues/39207>" ,
223+ epoch: None ,
216224 } ,
217225 FutureIncompatibleInfo {
218226 id: LintId :: of( RESOLVE_TRAIT_ON_DEFAULTED_UNIT ) ,
219227 reference: "issue #39216 <https://github.com/rust-lang/rust/issues/39216>" ,
228+ epoch: None ,
220229 } ,
221230 FutureIncompatibleInfo {
222231 id: LintId :: of( MISSING_FRAGMENT_SPECIFIER ) ,
223232 reference: "issue #40107 <https://github.com/rust-lang/rust/issues/40107>" ,
233+ epoch: None ,
224234 } ,
225235 FutureIncompatibleInfo {
226236 id: LintId :: of( ILLEGAL_FLOATING_POINT_LITERAL_PATTERN ) ,
227237 reference: "issue #41620 <https://github.com/rust-lang/rust/issues/41620>" ,
238+ epoch: None ,
228239 } ,
229240 FutureIncompatibleInfo {
230241 id: LintId :: of( ANONYMOUS_PARAMETERS ) ,
231242 reference: "issue #41686 <https://github.com/rust-lang/rust/issues/41686>" ,
243+ epoch: None ,
232244 } ,
233245 FutureIncompatibleInfo {
234246 id: LintId :: of( PARENTHESIZED_PARAMS_IN_TYPES_AND_MODULES ) ,
235247 reference: "issue #42238 <https://github.com/rust-lang/rust/issues/42238>" ,
248+ epoch: None ,
236249 } ,
237250 FutureIncompatibleInfo {
238251 id: LintId :: of( LATE_BOUND_LIFETIME_ARGUMENTS ) ,
239252 reference: "issue #42868 <https://github.com/rust-lang/rust/issues/42868>" ,
253+ epoch: None ,
240254 } ,
241255 FutureIncompatibleInfo {
242256 id: LintId :: of( SAFE_PACKED_BORROWS ) ,
243257 reference: "issue #46043 <https://github.com/rust-lang/rust/issues/46043>" ,
258+ epoch: None ,
244259 } ,
245260 FutureIncompatibleInfo {
246261 id: LintId :: of( INCOHERENT_FUNDAMENTAL_IMPLS ) ,
247262 reference: "issue #46205 <https://github.com/rust-lang/rust/issues/46205>" ,
263+ epoch: None ,
248264 } ,
249265 FutureIncompatibleInfo {
250266 id: LintId :: of( COERCE_NEVER ) ,
251267 reference: "issue #46325 <https://github.com/rust-lang/rust/issues/46325>" ,
268+ epoch: None ,
252269 } ,
253270 FutureIncompatibleInfo {
254271 id: LintId :: of( TYVAR_BEHIND_RAW_POINTER ) ,
255272 reference: "issue #46906 <https://github.com/rust-lang/rust/issues/46906>" ,
273+ epoch: None ,
256274 } ,
257275 ] ) ;
258276
0 commit comments