]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #89523 - Aaron1011:derive-future-compat, r=wesleywiser
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 5 Oct 2021 19:52:47 +0000 (12:52 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Oct 2021 19:52:47 +0000 (12:52 -0700)
commit048b0fd98df7ed3351e4c133eda4f683cb872956
tree386aba06bc5429d4d9f2dacdba062d1df1258fd7
parent4e8c853c9e419d70c3017683816af41db2f7a580
parent32a5abc6fe0f705210a9697804f20fe4f32a4160
Rollup merge of #89523 - Aaron1011:derive-future-compat, r=wesleywiser

Make `proc_macro_derive_resolution_fallback` a future-breakage lint

When `cargo report future-incompatibilities` is stabilized
(see #71249), this will cause dependencies that trigger
this lint to be included in the report.