diff options
| author | Wesley Wiser <wwiser@gmail.com> | 2017-01-30 21:38:13 -0500 |
|---|---|---|
| committer | Wesley Wiser <wwiser@gmail.com> | 2017-01-31 21:27:13 -0500 |
| commit | 94687aaf58c9a935ed3efb84d0f3b60e00342dcc (patch) | |
| tree | a42706bc2694e3dc22245713b2947b33ab3f865a /src/test/run-pass/empty-allocation-non-null.rs | |
| parent | 8e9e0552767113ec24f6f8f207ade36a7bc5a091 (diff) | |
| download | rust-94687aaf58c9a935ed3efb84d0f3b60e00342dcc.tar.gz rust-94687aaf58c9a935ed3efb84d0f3b60e00342dcc.zip | |
Removes FIXMEs related to #22405
Diffstat (limited to 'src/test/run-pass/empty-allocation-non-null.rs')
| -rw-r--r-- | src/test/run-pass/empty-allocation-non-null.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/run-pass/empty-allocation-non-null.rs b/src/test/run-pass/empty-allocation-non-null.rs index af6e321e40a..3dbe7da6ac7 100644 --- a/src/test/run-pass/empty-allocation-non-null.rs +++ b/src/test/run-pass/empty-allocation-non-null.rs @@ -8,9 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// FIXME (#22405): Replace `Box::new` with `box` here when/if possible. - - pub fn main() { assert!(Some(Box::new(())).is_some()); |
