X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fclosures%2F2229_closure_analysis%2Fmigrations%2Finsignificant_drop.rs;h=2015ab7e9b8cb5b5bb52a2243960b2d84034dfcc;hb=17df50a58d5a9bb4f74c08ec63674fae2b6e3bcc;hp=a17c70d3e287780e0355a17c072cc11ff708f5c3;hpb=cdc7bbd594a8bdb4e3c93adece29a24bd30276e8;p=rustc.git diff --git a/src/test/ui/closures/2229_closure_analysis/migrations/insignificant_drop.rs b/src/test/ui/closures/2229_closure_analysis/migrations/insignificant_drop.rs index a17c70d3e2..2015ab7e9b 100644 --- a/src/test/ui/closures/2229_closure_analysis/migrations/insignificant_drop.rs +++ b/src/test/ui/closures/2229_closure_analysis/migrations/insignificant_drop.rs @@ -1,6 +1,6 @@ // run-rustfix -#![deny(disjoint_capture_drop_reorder)] +#![deny(disjoint_capture_migration)] //~^ NOTE: the lint level is defined here // Test cases for types that implement a insignificant drop (stlib defined)