Skip to content

Commit

Permalink
Rollup merge of rust-lang#47662 - spastorino:add_test_to_nll, r=nikom…
Browse files Browse the repository at this point in the history
…atsakis

Add dynamic-drop test to nll tests also

r? @nikomatsakis

Fixes rust-lang#47585
  • Loading branch information
kennytm committed Jan 23, 2018
2 parents 6dcaa0a + 90aef18 commit 4cc2f96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/run-pass/dynamic-drop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// revisions:lexical nll
#![cfg_attr(nll, feature(nll))]

// ignore-wasm32-bare compiled with panic=abort by default

#![feature(generators, generator_trait, untagged_unions, slice_patterns, advanced_slice_patterns)]
Expand Down

0 comments on commit 4cc2f96

Please sign in to comment.