diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-12-12 00:02:26 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-12-14 22:56:33 -0800 |
| commit | 6747d0738a88e7a94171ec7b3f42c837352bc5be (patch) | |
| tree | e4c3d977e230937ec91a09b4ac8c9d3e63c18fb6 /src/test/debug-info/method-on-enum.rs | |
| parent | 0f6537fed4417134d72200ab3d46b124a4f2a34c (diff) | |
| download | rust-6747d0738a88e7a94171ec7b3f42c837352bc5be.tar.gz rust-6747d0738a88e7a94171ec7b3f42c837352bc5be.zip | |
Handle more cases in the heap lints
Diffstat (limited to 'src/test/debug-info/method-on-enum.rs')
| -rw-r--r-- | src/test/debug-info/method-on-enum.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/debug-info/method-on-enum.rs b/src/test/debug-info/method-on-enum.rs index c7e60289b22..622786fcb53 100644 --- a/src/test/debug-info/method-on-enum.rs +++ b/src/test/debug-info/method-on-enum.rs @@ -94,6 +94,7 @@ // check:$21 = -16 // debugger:continue +#[feature(managed_boxes)]; #[feature(struct_variant)]; enum Enum { |
